diff --git a/lib/nuki_ble b/lib/nuki_ble index 90e482b..8e79820 160000 --- a/lib/nuki_ble +++ b/lib/nuki_ble @@ -1 +1 @@ -Subproject commit 90e482b3d45d4cc1d585569b669ab92052a4008c +Subproject commit 8e79820f90904a4ca7c8f8f953a8cfda19632f59 diff --git a/src/Config.h b/src/Config.h index 5f6a10d..914b0d0 100644 --- a/src/Config.h +++ b/src/Config.h @@ -5,7 +5,7 @@ #define NUKI_HUB_VERSION "9.06" #define NUKI_HUB_VERSION_INT (uint32_t)906 #define NUKI_HUB_BUILD "unknownbuildnr" -#define NUKI_HUB_DATE "2024-12-21" +#define NUKI_HUB_DATE "2024-12-22" #define GITHUB_LATEST_RELEASE_URL (char*)"https://github.com/technyon/nuki_hub/releases/latest" #define GITHUB_OTA_MANIFEST_URL (char*)"https://raw.githubusercontent.com/technyon/nuki_hub/binary/ota/manifest.json" diff --git a/src/WebCfgServer.cpp b/src/WebCfgServer.cpp index 6f5d07d..541d633 100644 --- a/src/WebCfgServer.cpp +++ b/src/WebCfgServer.cpp @@ -389,13 +389,13 @@ void WebCfgServer::initialize() } } + #ifndef NUKI_HUB_UPDATER if (value == "savecfg") { String message = ""; bool restart = processArgs(request, message); return buildConfirmHtml(request, message, 3, true); } - #ifndef NUKI_HUB_UPDATER else if (value == "savegpiocfg") { processGpioArgs(request); @@ -423,8 +423,10 @@ void WebCfgServer::initialize() bool restart = processImport(request, message); return buildConfirmHtml(request, message, 3, true); } - #endif else + #else + if (1 == 1) + #endif { if(!_network->isApOpen()) { diff --git a/src/idf_component.yml b/src/idf_component.yml index 6aea4ad..2c657a0 100644 --- a/src/idf_component.yml +++ b/src/idf_component.yml @@ -4,7 +4,7 @@ dependencies: esp-nimble-cpp: git: https://github.com/h2zero/esp-nimble-cpp.git - version: 0d13044703b16df38b7884f9261ef0d79976726e + version: b50a1b50b1a66e872e7d3dbff653e20f9a40e102 espressif/libsodium: "^1.0.20~2"