Merge pull request #43 from mc-hamster/osthread

fix for building on NRF platform.
This commit is contained in:
Jm Casler 2021-01-08 23:00:36 -08:00 committed by GitHub
commit 06f8beaa17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -516,8 +516,10 @@ void setup()
// Initialize Wifi
initWifi(forceSoftAP);
#ifndef NO_ESP32
// Start web server thread.
webServerThread = new WebServerThread();
#endif
// Start airtime logger thread.
airTime = new AirTime();