mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
version scope set to system only
This commit is contained in:
@@ -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, "", (), "") \
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define EMSESP_APP_VERSION "2.0.0a15"
|
||||
#define EMSESP_APP_VERSION "2.0.0a16"
|
||||
|
||||
Reference in New Issue
Block a user