remove unused imports

This commit is contained in:
2018-06-12 23:41:55 +02:00
parent 306b0b59d8
commit 514f0fa8b8
3 changed files with 2 additions and 7 deletions

View File

@@ -3,7 +3,6 @@
//#include "Sprocket.h"
#include <ESPAsyncWebServer.h>
#include <TaskSchedulerDeclarations.h>
#include <Sprocket.h>
using namespace std;

View File

@@ -1,12 +1,10 @@
#define _TASK_SLEEP_ON_IDLE_RUN
#define _TASK_STD_FUNCTION
#include "TaskScheduler.h"
#include "ExampleApp.h"
#define SERIAL_BAUD_RATE 115200
#define STARTUP_DELAY 3000
#include "ExampleApp.h"
ExampleApp sprocket({ STARTUP_DELAY, SERIAL_BAUD_RATE });
void setup() {

View File

@@ -1,7 +1,5 @@
#include "config.h"
#include "Network.h"
#include "MeshNet.h"
#include "Sprocket.h"
#include "MeshApp.h"
MeshNet net({