mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-06-24 22:50:34 -04:00
Added physical layer link stats to link and packet classes
This commit is contained in:
parent
cf125daf5c
commit
bed71fa3f8
3 changed files with 37 additions and 0 deletions
|
@ -138,6 +138,7 @@ class Packet:
|
|||
self.receiving_interface = None
|
||||
self.rssi = None
|
||||
self.snr = None
|
||||
self.q = None
|
||||
|
||||
def get_packed_flags(self):
|
||||
if self.context == Packet.LRPROOF:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue