mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Comment on SNR special values in RouteDiscovery to signal different hop types
This commit is contained in:
parent
cb1f89372a
commit
152abbfed0
1 changed files with 8 additions and 0 deletions
|
|
@ -975,6 +975,10 @@ message RouteDiscovery {
|
|||
|
||||
/*
|
||||
* The list of SNRs (in dB, scaled by 4) in the route towards the destination.
|
||||
* Special values (ouside normal SNR range) are used as flags:
|
||||
* -128 : Unknonw SNR
|
||||
* -127 : MQTT hop
|
||||
* 127 : UDP hop
|
||||
*/
|
||||
repeated int32 snr_towards = 2;
|
||||
|
||||
|
|
@ -985,6 +989,10 @@ message RouteDiscovery {
|
|||
|
||||
/*
|
||||
* The list of SNRs (in dB, scaled by 4) in the route back from the destination.
|
||||
* Special values (ouside normal SNR range) are used as flags:
|
||||
* -128 : Unknonw SNR
|
||||
* -127 : MQTT hop
|
||||
* 127 : UDP hop
|
||||
*/
|
||||
repeated int32 snr_back = 4;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue