Skip to content

Commit

Permalink
Merge pull request #605 from meshtastic/expand_device_id
Browse files Browse the repository at this point in the history
Expand device_id to 128 bit
  • Loading branch information
caveman99 authored Oct 21, 2024
2 parents 14b2a62 + ea6eb85 commit 8686d04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions meshtastic/mesh.options
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

# Big enough for 1.2.28.568032c-d
*MyNodeInfo.firmware_version max_size:18
*MyNodeInfo.device_id max_size:16

*MyNodeInfo.air_period_tx max_count:8
*MyNodeInfo.air_period_rx max_count:8
Expand Down
2 changes: 1 addition & 1 deletion meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@ message MyNodeInfo {
/*
* Unique hardware identifier for this device
*/
uint64 device_id = 12;
bytes device_id = 12;
}

/*
Expand Down

0 comments on commit 8686d04

Please sign in to comment.