mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
nodenums are positive
This commit is contained in:
parent
bfae47bdc0
commit
2cb162a303
1 changed files with 1 additions and 1 deletions
|
|
@ -475,7 +475,7 @@ Sent to the phone in response to WantNodes.
|
|||
message MyNodeInfo {
|
||||
/// Tells the phone what our node number is, default starting value is lowbyte
|
||||
/// of macaddr, but it will be fixed if that is already in use
|
||||
int32 my_node_num = 1;
|
||||
uint32 my_node_num = 1;
|
||||
|
||||
/// if false it would be great if the phone can help provide gps coordinates
|
||||
bool has_gps = 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue