add channel to NodeInfo

This commit is contained in:
Sascha Bias 2023-03-25 12:03:40 +01:00 committed by Thomas Göttgens
parent 9c9fe890ce
commit 69a79fa5af
2 changed files with 8 additions and 0 deletions

View file

@ -13,6 +13,8 @@
# outside of this envelope
*Data.payload max_size:237
*NodeInfo.channel int_size:8
# Big enough for 1.2.28.568032c-d
*MyNodeInfo.firmware_version max_size:18

View file

@ -975,6 +975,12 @@ message NodeInfo {
* The latest device metrics for the node.
*/
DeviceMetrics device_metrics = 6;
/*
* local channel we heared that node
*/
uint32 channel = 7;
}
/*