Moved handleDNSResponse into handleWebResponse and used the autoformatter

This commit is contained in:
Jm Casler
2020-09-18 18:29:16 -07:00
parent 4d72afebe6
commit 65fc1cf4a6
2 changed files with 28 additions and 30 deletions

View File

@@ -423,7 +423,6 @@ void loop()
// TODO: This should go into a thread handled by FreeRTOS.
handleWebResponse();
handleDNSResponse();
delay(msecstosleep);
}