mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-06 09:51:24 +02:00
Update system.py
This commit is contained in:
@@ -1238,8 +1238,10 @@ def displayNodeTelemetry(nodeID=0, rxNode=0, userRequested=False):
|
||||
# if numRXDupes,numTxRelays,heapFreeBytes,heapTotalBytes are available loge them
|
||||
if numRXDupes != 0:
|
||||
dataResponse += f" RXDupes:{numRXDupes}"
|
||||
logger.debug(f"System: Device {rxNode} RX Dupes:{numRXDupes}")
|
||||
if numTxRelays != 0:
|
||||
dataResponse += f" TxRelays:{numTxRelays}"
|
||||
logger.debug(f"System: Device {rxNode} TX Relays:{numTxRelays}")
|
||||
if heapFreeBytes != 0 and heapTotalBytes != 0:
|
||||
logger.debug(f"System: Device {rxNode} Heap Memory Free:{heapFreeBytes} Total:{heapTotalBytes}")
|
||||
#dataResponse += f" Heap:{heapFreeBytes}/{heapTotalBytes}"
|
||||
|
||||
Reference in New Issue
Block a user