We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb1f893 commit 152abbfCopy full SHA for 152abbf
1 file changed
meshtastic/mesh.proto
@@ -975,6 +975,10 @@ message RouteDiscovery {
975
976
/*
977
* The list of SNRs (in dB, scaled by 4) in the route towards the destination.
978
+ * Special values (ouside normal SNR range) are used as flags:
979
+ * -128 : Unknonw SNR
980
+ * -127 : MQTT hop
981
+ * 127 : UDP hop
982
*/
983
repeated int32 snr_towards = 2;
984
@@ -985,6 +989,10 @@ message RouteDiscovery {
985
989
986
990
987
991
* The list of SNRs (in dB, scaled by 4) in the route back from the destination.
992
993
994
995
988
996
997
repeated int32 snr_back = 4;
998
}
0 commit comments