tx_enabled fix (#1699)

* Defaults

* Print
This commit is contained in:
Ben Meadors
2022-09-17 12:18:32 -05:00
committed by GitHub
parent ad9cc40b97
commit 128d20b290
2 changed files with 5 additions and 5 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 17
#define DEVICESTATE_CUR_VER 18
#define DEVICESTATE_MIN_VER DEVICESTATE_CUR_VER
extern DeviceState devicestate;