Add uint64 device id

pull/603/head
Ben Meadors 2024-10-18 05:45:19 -05:00
rodzic e22381a3c6
commit 1ab8611a31
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

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