portduino wip

This commit is contained in:
Kevin Hester
2021-02-07 09:17:46 +08:00
parent e7af338c31
commit c25efac0c1
5 changed files with 24 additions and 11 deletions

View File

@@ -32,6 +32,10 @@
#include "nimble/BluetoothUtil.h"
#endif
#ifdef PORTDUINO
#include "mesh/wifi/WiFiServerAPI.h"
#endif
#include "RF95Interface.h"
#include "SX1262Interface.h"
@@ -524,6 +528,10 @@ void setup()
webServerThread = new WebServerThread();
#endif
#ifdef PORTDUINO
initApiServer();
#endif
// Start airtime logger thread.
airTime = new AirTime();