version scope set to system only

This commit is contained in:
proddy
2020-06-08 22:24:11 +02:00
parent a608649347
commit 33e813fd5f
3 changed files with 2 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ namespace emsesp {
// clang-format off
#define EMSESP_SETTINGS_DATA \
EMSESP_SETTINGS_SIMPLE(std::string, "", app_version, "", (), EMSESP_APP_VERSION) \
EMSESP_SETTINGS_SIMPLE(std::string, "", app_version, "", (), "2.0") \
EMSESP_SETTINGS_SIMPLE(std::string, "", admin_password, "", (), EMSESP_DEFAULT_ADMIN_PASSWORD) \
EMSESP_SETTINGS_SIMPLE(std::string, "", hostname, "", (), EMSESP_DEFAULT_HOSTNAME) \
EMSESP_SETTINGS_SIMPLE(std::string, "", wifi_ssid, "", (), "") \

View File

@@ -38,7 +38,6 @@
#include <uuid/console.h>
#include "helpers.h"
#include "version.h"
#include "console.h"
// default settings - these can be customized from within the application

View File

@@ -1 +1 @@
#define EMSESP_APP_VERSION "2.0.0a15"
#define EMSESP_APP_VERSION "2.0.0a16"