reduse ram consuption!!!

This commit is contained in:
Dmitry Borisenko
2020-03-30 01:45:42 +02:00
parent abfc847793
commit c7ba7fecbc
55 changed files with 300 additions and 294 deletions

View File

@@ -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