mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
reduse ram consuption!!!
This commit is contained in:
@@ -36,26 +36,14 @@ void setup() {
|
||||
Serial.println("[V] SSDP_init");
|
||||
//--------------------------------------------------------------
|
||||
|
||||
|
||||
ts.add(TEST, 10000, [&](void*) {
|
||||
|
||||
//String json = "{}";
|
||||
//jsonWriteStr(json, "test", GetTime());
|
||||
//ws.textAll(json);
|
||||
|
||||
//getMemoryLoad("[i] After loading");
|
||||
//Serial.print(GetDataDigital());
|
||||
//Serial.print(" ");
|
||||
//Serial.println(GetTime());
|
||||
|
||||
|
||||
}, nullptr, false);
|
||||
getMemoryLoad("[i] periodic check of");
|
||||
}, nullptr, true);
|
||||
|
||||
just_load = false;
|
||||
}
|
||||
|
||||
|
||||
|
||||
void loop() {
|
||||
|
||||
#ifdef OTA_enable
|
||||
|
||||
Reference in New Issue
Block a user