mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 03:49:13 +03:00
some fix
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user