mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-17 05:36:39 +01:00
remove unused imports
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
|
|
||||||
//#include "Sprocket.h"
|
//#include "Sprocket.h"
|
||||||
#include <ESPAsyncWebServer.h>
|
#include <ESPAsyncWebServer.h>
|
||||||
#include <TaskSchedulerDeclarations.h>
|
|
||||||
#include <Sprocket.h>
|
#include <Sprocket.h>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|||||||
@@ -1,12 +1,10 @@
|
|||||||
#define _TASK_SLEEP_ON_IDLE_RUN
|
#define _TASK_SLEEP_ON_IDLE_RUN
|
||||||
#define _TASK_STD_FUNCTION
|
#define _TASK_STD_FUNCTION
|
||||||
|
|
||||||
#include "TaskScheduler.h"
|
|
||||||
#include "ExampleApp.h"
|
|
||||||
|
|
||||||
#define SERIAL_BAUD_RATE 115200
|
#define SERIAL_BAUD_RATE 115200
|
||||||
#define STARTUP_DELAY 3000
|
#define STARTUP_DELAY 3000
|
||||||
|
|
||||||
|
#include "ExampleApp.h"
|
||||||
|
|
||||||
ExampleApp sprocket({ STARTUP_DELAY, SERIAL_BAUD_RATE });
|
ExampleApp sprocket({ STARTUP_DELAY, SERIAL_BAUD_RATE });
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "Network.h"
|
|
||||||
#include "MeshNet.h"
|
#include "MeshNet.h"
|
||||||
#include "Sprocket.h"
|
|
||||||
#include "MeshApp.h"
|
#include "MeshApp.h"
|
||||||
|
|
||||||
MeshNet net({
|
MeshNet net({
|
||||||
|
|||||||
Reference in New Issue
Block a user