mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-12-20 18:55:45 -05: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