Cleanup
This commit is contained in:
parent
453772859d
commit
717240c8d4
2 changed files with 12 additions and 7 deletions
|
|
@ -1299,7 +1299,7 @@ class LXMRouter:
|
|||
else:
|
||||
RNS.log(f"Received {message} with invalid stamp, but allowing anyway, since stamp enforcement is disabled", RNS.LOG_NOTICE)
|
||||
else:
|
||||
RNS.log(f"Received {message} valid stamp", RNS.LOG_DEBUG)
|
||||
RNS.log(f"Received {message} with valid stamp", RNS.LOG_DEBUG)
|
||||
|
||||
if phy_stats != None:
|
||||
if "rssi" in phy_stats: message.rssi = phy_stats["rssi"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue