diff --git a/Config.h b/Config.h index ea87a1d..56ceeb1 100644 --- a/Config.h +++ b/Config.h @@ -1,6 +1,6 @@ #pragma once -#define NUKI_HUB_VERSION "7.3-esp-mqtt-3" +#define NUKI_HUB_VERSION "7.3-esp-mqtt-4" #define MQTT_QOS_LEVEL 1 #define MQTT_CLEAN_SESSIONS false \ No newline at end of file diff --git a/main.cpp b/main.cpp index 931ab5b..ef4efd5 100644 --- a/main.cpp +++ b/main.cpp @@ -45,6 +45,7 @@ void networkTask(void *pvParameters) else { network->update(); + webCfgServer->update(); } delay(200);