This commit is contained in:
Ben Meadors 2022-08-18 16:00:22 -05:00
parent dac4860f5e
commit 636c890d49
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
; https://docs.platformio.org/page/projectconf.html
[platformio]
;default_envs = tbeam
default_envs = tbeam
;default_envs = tbeam0.7
;default_envs = heltec-v1
;default_envs = heltec-v2.0
@ -21,7 +21,7 @@
;default_envs = meshtastic-diy-v1
;default_envs = meshtastic-diy-v1.1
;default_envs = m5stack-coreink
default_envs = rak4631
;default_envs = rak4631
extra_configs = variants/*/platformio.ini

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 16
#define DEVICESTATE_CUR_VER 15
#define DEVICESTATE_MIN_VER DEVICESTATE_CUR_VER
extern DeviceState devicestate;