Skip to content

Commit

Permalink
Merge pull request meshtastic#18 from vfurman-gh/master
Browse files Browse the repository at this point in the history
Added rssi field to MeshPacket
  • Loading branch information
mc-hamster authored Mar 23, 2021
2 parents 3f2f792 + f32a8ca commit 8a39bac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/*
Expand Down

0 comments on commit 8a39bac

Please sign in to comment.