mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-05-04 12:32:15 +02:00
Update mesh_bot.py
This commit is contained in:
@@ -160,6 +160,12 @@ if solar_conditions_enabled:
|
||||
if location_enabled:
|
||||
print(f"System: Location Telemetry Enabled")
|
||||
|
||||
if dad_jokes_enabled:
|
||||
print(f"System: Dad Jokes Enabled!")
|
||||
|
||||
if store_forward_enabled:
|
||||
print(f"System: Store and Forward Enabled")
|
||||
|
||||
loop = asyncio.new_event_loop()
|
||||
try:
|
||||
loop.run_forever(start_rx())
|
||||
|
||||
Reference in New Issue
Block a user