move publish uptime to Network.cpp

This commit is contained in:
technyon
2022-09-10 10:30:33 +02:00
parent 6bfc7f686d
commit 5785e6c3ae
5 changed files with 20 additions and 18 deletions

View File

@@ -37,7 +37,6 @@ void networkTask(void *pvParameters)
// Network Device and MQTT is connected. Process all updates.
case 0:
case 1:
networkLock->update();
networkOpener->update();
network->update();
webCfgServer->update();