mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add rx_frequency_error to meshpacket
This commit is contained in:
parent
38638f19f8
commit
6988b0c040
1 changed files with 5 additions and 0 deletions
|
|
@ -1499,6 +1499,11 @@ message MeshPacket {
|
|||
* Indicates which transport mechanism this packet arrived over
|
||||
*/
|
||||
TransportMechanism transport_mechanism = 21;
|
||||
|
||||
/*
|
||||
* Contains the float value returned by lora.getFrequencyError()
|
||||
*/
|
||||
float rx_frequency_error = 22;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue