always call webcfgserver update

This commit is contained in:
technyon
2023-01-28 12:01:24 +01:00
parent a9489de0b0
commit a7933a13d4
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -45,6 +45,7 @@ void networkTask(void *pvParameters)
else
{
network->update();
webCfgServer->update();
}
delay(200);