Merge pull request #45 from mc-hamster/osthread

more fixes for linux build
This commit is contained in:
Jm Casler 2021-01-09 17:34:34 -08:00 committed by GitHub
commit 6d977923b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,6 @@
#include "concurrency/Periodic.h"
#include "graphics/Screen.h"
#include "main.h"
#include "mesh/wifi/WebServer.h"
#include "mesh/wifi/WiFiAPClient.h"
#include "plugins/Plugins.h"
#include "sleep.h"
@ -29,6 +28,7 @@
// #include <driver/rtc_io.h>
#ifndef NO_ESP32
#include "mesh/wifi/WebServer.h"
#include "nimble/BluetoothUtil.h"
#endif