From d996842e3658801ea2385c8ae0bf5361ed22a445 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 18 Jun 2024 21:29:24 -0700 Subject: [PATCH] Update mesh-bot.py --- mesh-bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mesh-bot.py b/mesh-bot.py index cc0c56b..98936b4 100644 --- a/mesh-bot.py +++ b/mesh-bot.py @@ -8,6 +8,7 @@ from pubsub import pub # pip install pubsub import meshtastic.serial_interface #pip install meshtastic import meshtastic.tcp_interface import meshtastic.ble_interface +from datetime import datetime from solarconditions import * # from the spudgunman/meshing-around repo