From 6988b0c040b4b937136b9b53d8c7cb954577a13c Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Tue, 14 Oct 2025 09:33:39 -0500 Subject: [PATCH] Add rx_frequency_error to meshpacket --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index b10c780..35d7d62 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -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; } /*