From a7933a13d443476311188b03e01c77a6aa41e0d5 Mon Sep 17 00:00:00 2001 From: technyon Date: Sat, 28 Jan 2023 12:01:24 +0100 Subject: [PATCH] always call webcfgserver update --- Config.h | 2 +- main.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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);