Wifi enabled plumbed in (#1677)

* Wifi enabled

* Wifi requires reboot

* Increment DEVICESTATE_CUR_VER
This commit is contained in:
Ben Meadors
2022-09-06 14:06:44 -05:00
committed by GitHub
parent cb3010b58c
commit e87ecc210a
3 changed files with 4 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ DeviceState versions used to be defined in the .proto file but really only this
#define here.
*/
#define DEVICESTATE_CUR_VER 15
#define DEVICESTATE_CUR_VER 16
#define DEVICESTATE_MIN_VER DEVICESTATE_CUR_VER
extern DeviceState devicestate;