fix @mc-hamster build to work on linux/nrf52

This commit is contained in:
Kevin Hester
2021-01-15 13:21:33 +08:00
parent a827017bd2
commit 3598c91c29
13 changed files with 15 additions and 16 deletions

View File

@@ -27,8 +27,8 @@
// #include <driver/rtc_io.h>
#ifndef NO_ESP32
#include "mesh/wifi/WebServer.h"
#include "mesh/wifi/WiFiAPClient.h"
#include "mesh/http/WebServer.h"
#include "mesh/http/WiFiAPClient.h"
#include "nimble/BluetoothUtil.h"
#endif