Skip to content

Commit

Permalink
Merge pull request #603 from meshtastic/device-id
Browse files Browse the repository at this point in the history
Add uint64 device id
  • Loading branch information
thebentern authored Oct 18, 2024
2 parents e22381a + 1ab8611 commit 0fed5c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/*
Expand Down

0 comments on commit 0fed5c7

Please sign in to comment.