Skip to content

Commit 8686d04

Browse files
authored
Merge pull request #605 from meshtastic/expand_device_id
Expand device_id to 128 bit
2 parents 14b2a62 + ea6eb85 commit 8686d04

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

meshtastic/mesh.options

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
# Big enough for 1.2.28.568032c-d
2727
*MyNodeInfo.firmware_version max_size:18
28+
*MyNodeInfo.device_id max_size:16
2829

2930
*MyNodeInfo.air_period_tx max_count:8
3031
*MyNodeInfo.air_period_rx max_count:8

meshtastic/mesh.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,7 @@ message MyNodeInfo {
14611461
/*
14621462
* Unique hardware identifier for this device
14631463
*/
1464-
uint64 device_id = 12;
1464+
bytes device_id = 12;
14651465
}
14661466

14671467
/*

0 commit comments

Comments
 (0)