mirror of
https://github.com/Laxilef/OTGateway.git
synced 2026-05-18 07:18:15 +05:00
refactor: initial async web server
This commit is contained in:
+1
-4
@@ -1,6 +1,3 @@
|
||||
#define ARDUINOJSON_USE_DOUBLE 0
|
||||
#define ARDUINOJSON_USE_LONG_LONG 0
|
||||
|
||||
#include <Arduino.h>
|
||||
#include <ArduinoJson.h>
|
||||
#include <FileData.h>
|
||||
@@ -216,7 +213,7 @@ void setup() {
|
||||
tRegulator = new RegulatorTask(true, 10000);
|
||||
Scheduler.start(tRegulator);
|
||||
|
||||
tPortal = new PortalTask(true, 0);
|
||||
tPortal = new PortalTask(true, 10);
|
||||
Scheduler.start(tPortal);
|
||||
|
||||
tMain = new MainTask(true, 100);
|
||||
|
||||
Reference in New Issue
Block a user