mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-03 08:21:40 +02:00
ooof
This commit is contained in:
@@ -17,6 +17,8 @@ asyncLoop = asyncio.new_event_loop()
|
||||
games_enabled = False
|
||||
multiPingList = [{'message_from_id': 0, 'count': 0, 'type': '', 'deviceID': 0}]
|
||||
lastTelemetryRequest = 0
|
||||
numPacketsTx, numPacketsRx, numPacketsTxErr, numPacketsRxErr = ([-1, -1],) * 4
|
||||
|
||||
|
||||
# Ping Configuration
|
||||
if ping_enabled:
|
||||
|
||||
Reference in New Issue
Block a user