mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Added rssi field
This commit is contained in:
parent
3f2f792695
commit
f32a8caaff
1 changed files with 5 additions and 0 deletions
|
|
@ -476,6 +476,11 @@ message MeshPacket {
|
|||
* See MeshPacket.Priority description for more details.
|
||||
*/
|
||||
Priority priority = 12;
|
||||
|
||||
/*
|
||||
* rssi of received packet. Only sent to phone for dispay purposes.
|
||||
*/
|
||||
int32 rx_rssi = 13;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue