that's enough for tonight. web server is in its own thread, needs to be further optimized but it works enough. next is to refactor.

This commit is contained in:
Jm
2021-01-08 20:43:51 -08:00
parent 977e47d109
commit cfcb00b943
5 changed files with 16 additions and 8 deletions

View File

@@ -518,8 +518,10 @@ void setup()
initWifi(forceSoftAP);
// Start web server thread.
//webServerThread = new WebServerThread();
webServerThread = new WebServerThread();
// Start airtime logger thread.
airTime = new AirTime();
if (!rIf)
recordCriticalError(CriticalErrorCode_NoRadio);