mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-15 05:02:21 +01:00
remove unused imports
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
|
||||
//#include "Sprocket.h"
|
||||
#include <ESPAsyncWebServer.h>
|
||||
#include <TaskSchedulerDeclarations.h>
|
||||
#include <Sprocket.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
#include "config.h"
|
||||
#include "Network.h"
|
||||
#include "MeshNet.h"
|
||||
#include "Sprocket.h"
|
||||
#include "MeshApp.h"
|
||||
|
||||
MeshNet net({
|
||||
|
||||
Reference in New Issue
Block a user