mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-06 17:03:04 +02:00
Update system.py
This commit is contained in:
@@ -671,9 +671,6 @@ def displayNodeTelemetry(nodeID=0, rxNode=0):
|
||||
|
||||
if airUtilTx > 25:
|
||||
logger.warning(f"System: High Air Utilization {airUtilTx}% on Device: {rxNode}")
|
||||
|
||||
# add packet Rx/Tx info to the response
|
||||
dataResponse += f" Rx#:{numPacketsRx} Tx#:{numPacketsTx}"
|
||||
|
||||
# Number of nodes
|
||||
dataResponse += " totalNodes:" + str(numTotalNodes) + " Online:" + str(totalOnlineNodes)
|
||||
|
||||
Reference in New Issue
Block a user