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

@@ -8,6 +8,14 @@
#include "NodeStatus.h"
#include "mesh-pb-constants.h"
/*
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 14
#define DEVICESTATE_MIN_VER DEVICESTATE_CUR_VER
extern DeviceState devicestate;
extern ChannelFile channelFile;
extern MyNodeInfo &myNodeInfo;