mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
optimization scenario
This commit is contained in:
@@ -78,10 +78,8 @@ void setup() {
|
||||
SsdpInit();
|
||||
|
||||
ts.add(
|
||||
TEST, 30000, [&](void*) {
|
||||
//pm.info(printMemoryStatus());
|
||||
|
||||
//myScenario->loop();
|
||||
TEST, 1000 * 60, [&](void*) {
|
||||
pm.info(printMemoryStatus());
|
||||
},
|
||||
nullptr, true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user