kopia lustrzana https://github.com/meshtastic/protobufs
Added rssi field
rodzic
3f2f792695
commit
f32a8caaff
|
@ -476,6 +476,11 @@ message MeshPacket {
|
||||||
* See MeshPacket.Priority description for more details.
|
* See MeshPacket.Priority description for more details.
|
||||||
*/
|
*/
|
||||||
Priority priority = 12;
|
Priority priority = 12;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* rssi of received packet. Only sent to phone for dispay purposes.
|
||||||
|
*/
|
||||||
|
int32 rx_rssi = 13;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Ładowanie…
Reference in New Issue