Update mesh-bot.py

This commit is contained in:
SpudGunMan
2024-06-18 21:29:24 -07:00
parent bb36774ab9
commit d996842e36

View File

@@ -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