mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
ws started
This commit is contained in:
@@ -79,13 +79,13 @@ void setup() {
|
||||
|
||||
getFSInfo();
|
||||
|
||||
//testsPerform();
|
||||
// testsPerform();
|
||||
|
||||
just_load = false;
|
||||
initialized = true;
|
||||
|
||||
const int capacity = JSON_OBJECT_SIZE(35);
|
||||
SerialPrint("I", F("Test"), String(capacity));
|
||||
// const int capacity = JSON_OBJECT_SIZE(35);
|
||||
// SerialPrint("I", F("Test"), String(capacity));
|
||||
|
||||
ts.add(
|
||||
MYTEST, 5000, [&](void*) {
|
||||
|
||||
Reference in New Issue
Block a user