Get device metadata admin message (#1607)

* Get device metadata admin message

* Bump device state version
This commit is contained in:
Ben Meadors
2022-08-08 07:19:04 -05:00
committed by GitHub
parent 96ce40040c
commit 572f9f9295
8 changed files with 107 additions and 10 deletions

View File

@@ -43,14 +43,6 @@ ChannelFile channelFile;
*/
uint32_t radioGeneration;
/*
DeviceState versions used to be defined in the .proto file but really only this function cares. So changed to a
#define here.
*/
#define DEVICESTATE_CUR_VER 13
#define DEVICESTATE_MIN_VER DEVICESTATE_CUR_VER
// FIXME - move this somewhere else
extern void getMacAddr(uint8_t *dmac);