mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-20 01:32:40 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user