This commit is contained in:
Dmitry Borisenko
2020-03-01 20:41:16 +03:00
parent ec187af09d
commit a6117db46e
43 changed files with 1059 additions and 305 deletions

View File

@@ -52,12 +52,15 @@ void setup() {
statistics();
Serial.println("[V] statistics");
//--------------------------------------------------------------
initUpgrade();
Serial.println("[V] initUpgrade");
//--------------------------------------------------------------
getMemoryLoad("[i] After loading");
// ts.add(TEST, 20000, [&](void*) {
// ts.add(TEST, 20000, [&](void*) {
// }, nullptr, true);
// }, nullptr, true);
}