Add rx_frequency_error to meshpacket

This commit is contained in:
Jonathan Bennett 2025-10-14 09:33:39 -05:00 committed by GitHub
parent 38638f19f8
commit 6988b0c040
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}
/*