kopia lustrzana https://github.com/meshtastic/protobufs
Add uint64 device id
rodzic
e22381a3c6
commit
1ab8611a31
|
@ -1457,6 +1457,11 @@ message MyNodeInfo {
|
|||
* Phone/PC apps should compare this to their build number and if too low tell the user they must update their app
|
||||
*/
|
||||
uint32 min_app_version = 11;
|
||||
|
||||
/*
|
||||
* Unique hardware identifier for this device
|
||||
*/
|
||||
uint64 device_id = 12;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Ładowanie…
Reference in New Issue