Merge pull request #605 from meshtastic/expand_device_id

Expand device_id to 128 bit
This commit is contained in:
Thomas Göttgens 2024-10-21 22:57:40 +02:00 committed by GitHub
commit 8686d049c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;
}
/*