BLE improvements
This commit is contained in:
Submodule lib/nuki_ble updated: 90e482b3d4...8e79820f90
@@ -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"
|
||||
|
||||
@@ -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())
|
||||
{
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user