Merge pull request #603 from meshtastic/device-id

Add uint64 device id
This commit is contained in:
Ben Meadors 2024-10-18 05:58:48 -05:00 committed by GitHub
commit 0fed5c7709
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}
/*