We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14b2a62 + ea6eb85 commit 8686d04Copy full SHA for 8686d04
meshtastic/mesh.options
@@ -25,6 +25,7 @@
25
26
# Big enough for 1.2.28.568032c-d
27
*MyNodeInfo.firmware_version max_size:18
28
+*MyNodeInfo.device_id max_size:16
29
30
*MyNodeInfo.air_period_tx max_count:8
31
*MyNodeInfo.air_period_rx max_count:8
meshtastic/mesh.proto
@@ -1461,7 +1461,7 @@ message MyNodeInfo {
1461
/*
1462
* Unique hardware identifier for this device
1463
*/
1464
- uint64 device_id = 12;
+ bytes device_id = 12;
1465
}
1466
1467
0 commit comments