Context
FlexRadio shipped FlexLib v4.2.18.41174 today. The VITA discovery beacon adds two new fields. Small additive parse update for RadioDiscovery.
Reference: ~/build/FlexLib/FlexLib/Discovery.cs (line 243 + 370) and Vita/VitaDiscovery.cs.
What the radio broadcasts now
is_system_model=<0|1> — flags bench / system-build radios. Stored as Radio.IsSystemModel in FlexLib.
turf_region=<string> — turf region indicator distinct from the existing region= field. Stored as Radio.TurfRegion.
Work for AetherSDR
Trivial scope — single-PR work. Just additive parsing.
Context
FlexRadio shipped FlexLib v4.2.18.41174 today. The VITA discovery beacon adds two new fields. Small additive parse update for
RadioDiscovery.Reference:
~/build/FlexLib/FlexLib/Discovery.cs(line 243 + 370) andVita/VitaDiscovery.cs.What the radio broadcasts now
is_system_model=<0|1>— flags bench / system-build radios. Stored asRadio.IsSystemModelin FlexLib.turf_region=<string>— turf region indicator distinct from the existingregion=field. Stored asRadio.TurfRegion.Work for AetherSDR
RadioDiscovery::onDiscoveryPacket(or whichever entry parses the beacon).RadioInfoso the connect dialog can display / sort by them.Trivial scope — single-PR work. Just additive parsing.