diff --git a/platformio.ini b/platformio.ini index 0fe83a0af..20b319cdb 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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 diff --git a/src/mesh/NodeDB.h b/src/mesh/NodeDB.h index 89582c261..952b684aa 100644 --- a/src/mesh/NodeDB.h +++ b/src/mesh/NodeDB.h @@ -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;