From 636c890d491ded417392dab3e0743761a3566ff5 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Thu, 18 Aug 2022 16:00:22 -0500 Subject: [PATCH] Cleanup --- platformio.ini | 4 ++-- src/mesh/NodeDB.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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;