FromRadio use packet id not num

This commit is contained in:
Sacha Weatherstone 2022-03-20 11:29:26 +11:00
parent 33934a5aa0
commit f9885d5e92
No known key found for this signature in database
GPG key ID: 7AB2D7E206124B31

View file

@ -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.