add ring detection

This commit is contained in:
technyon
2022-09-02 19:25:10 +02:00
parent 8d388fd846
commit 6b986d09ed
4 changed files with 37 additions and 9 deletions

View File

@@ -38,6 +38,7 @@ void networkTask(void *pvParameters)
case 0:
case 1:
networkLock->update();
networkOpener->update();
network->update();
webCfgServer->update();
break;