Skip to content

Commit 0fed5c7

Browse files
authored
Merge pull request #603 from meshtastic/device-id
Add uint64 device id
2 parents e22381a + 1ab8611 commit 0fed5c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

meshtastic/mesh.proto

+5
Original file line numberDiff line numberDiff line change
@@ -1457,6 +1457,11 @@ message MyNodeInfo {
14571457
* Phone/PC apps should compare this to their build number and if too low tell the user they must update their app
14581458
*/
14591459
uint32 min_app_version = 11;
1460+
1461+
/*
1462+
* Unique hardware identifier for this device
1463+
*/
1464+
uint64 device_id = 12;
14601465
}
14611466

14621467
/*

0 commit comments

Comments
 (0)