mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
FromRadio use packet id not num
This commit is contained in:
parent
33934a5aa0
commit
f9885d5e92
1 changed files with 2 additions and 2 deletions
|
|
@ -1293,10 +1293,10 @@ message FromRadio {
|
|||
reserved 6;
|
||||
|
||||
/*
|
||||
* The packet num, used to allow the phone to request missing read packets from the FIFO,
|
||||
* The packet id, used to allow the phone to request missing read packets from the FIFO,
|
||||
* see our bluetooth docs
|
||||
*/
|
||||
uint32 num = 1;
|
||||
uint32 id = 1;
|
||||
|
||||
/*
|
||||
* Log levels, chosen to match python logging conventions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue