Update system.py

This commit is contained in:
SpudGunMan
2024-10-08 02:28:32 -07:00
parent 336952bc57
commit 2b90234905
-3
View File
@@ -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)