mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-06 08:25:57 -04:00
Work on bundles
This commit is contained in:
parent
90f2a84243
commit
4a3ee622ec
3 changed files with 207 additions and 41 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue