nodenums are positive

pull/2/head
geeksville 2020-05-21 20:30:56 -07:00
rodzic bfae47bdc0
commit 2cb162a303
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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;