mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-06 09:51:24 +02:00
Update mesh_bot.py
This commit is contained in:
+1
-1
@@ -310,7 +310,7 @@ def onReceive(packet, interface):
|
|||||||
async def start_rx():
|
async def start_rx():
|
||||||
print ("\nMeshtastic Autoresponder Bot CTL+C to exit\n")
|
print ("\nMeshtastic Autoresponder Bot CTL+C to exit\n")
|
||||||
if bbs_enabled:
|
if bbs_enabled:
|
||||||
print(f"System: BBS Enabled, {bbsdb} has {len(bbs_messages)} messages. Direct Mail Messages waiting: {len(bbs_dm)}")
|
print(f"System: BBS Enabled, {bbsdb} has {len(bbs_messages)} messages. Direct Mail Messages waiting: {(len(bbs_dm) - 1)}")
|
||||||
if solar_conditions_enabled:
|
if solar_conditions_enabled:
|
||||||
print(f"System: Celestial Telemetry Enabled")
|
print(f"System: Celestial Telemetry Enabled")
|
||||||
if location_enabled:
|
if location_enabled:
|
||||||
|
|||||||
Reference in New Issue
Block a user