Your Name
232f1b7097
docs(miotiq): integrate lat/lon/misc into NebuleAir Pro 4G descriptor
- latitude / longitude: 4 bytes each, offset-unsigned encoding
(raw = round((deg + 90|180) * 1e6), Miotiq equation x/1000000-90|180)
to sidestep the absence of signed hex2dec. Precision ~11cm.
- misc: 1 byte, enum 0-6 (documented as extensible without breaking
the byte layout).
- "No fix" authority = device_status.GPS_NO_FIX bit; defensive rule
for legacy firmwares documented.
- 9 of the 11 reserved bytes consumed; 2 bytes remain reserved.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>