mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-07-16 05:18:10 -07:00
Work on bundles
This commit is contained in:
+1
-1
@@ -697,4 +697,4 @@ class ResourceAdvertisement:
|
||||
adv.e = True if (adv.f & 0x01) == 0x01 else False
|
||||
adv.c = True if ((adv.f >> 1) & 0x01) == 0x01 else False
|
||||
|
||||
return adv
|
||||
return adv
|
||||
Reference in New Issue
Block a user