mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-04-20 22:13:49 +00:00
support multiple_acks
This commit is contained in:
parent
4712415a71
commit
3ad3be82e7
3 changed files with 43 additions and 43 deletions
|
|
@ -123,6 +123,7 @@ class MessageReader:
|
|||
self_info["adv_lon"] = (
|
||||
int.from_bytes(data[40:44], byteorder="little", signed=True) / 1e6
|
||||
)
|
||||
self_info["multi_acks"] = data[44]
|
||||
self_info["adv_loc_policy"] = data[45]
|
||||
self_info["telemetry_mode_env"] = (data[46] >> 4) & 0b11
|
||||
self_info["telemetry_mode_loc"] = (data[46] >> 2) & 0b11
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue