mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-07-13 03:58:10 -07:00
Optimised announces to 151 bytes
This commit is contained in:
@@ -186,6 +186,7 @@ class Packet:
|
||||
self.packed = True
|
||||
self.update_hash()
|
||||
|
||||
|
||||
def unpack(self):
|
||||
self.flags = self.raw[0]
|
||||
self.hops = self.raw[1]
|
||||
|
||||
Reference in New Issue
Block a user