mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge 152abbfed0 into 4d5b500df5
This commit is contained in:
commit
2fa44e3669
1 changed files with 8 additions and 0 deletions
|
|
@ -988,6 +988,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;
|
||||
|
||||
|
|
@ -998,6 +1002,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