Expand to 128 bit bytes

This commit is contained in:
Ben Meadors 2024-10-21 14:48:31 -05:00
parent 14b2a62879
commit ea6eb85d6e
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -1461,7 +1461,7 @@ message MyNodeInfo {
/*
* Unique hardware identifier for this device
*/
uint64 device_id = 12;
bytes device_id = 12;
}
/*