Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jun 15, 2024
1 parent 0d3bbc4 commit 75a5f25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ lib_deps =
mathieucarbou/MycilaESPConnect @ 4.3.1
mathieucarbou/MycilaEasyDisplay @ 3.0.1
mathieucarbou/MycilaHADiscovery @ 2.2.1
mathieucarbou/MycilaJSY @ 9.0.4
mathieucarbou/MycilaJSY @ 9.0.5
mathieucarbou/MycilaLogger @ 3.1.2
mathieucarbou/MycilaMQTT @ 4.1.1
mathieucarbou/MycilaNTP @ 4.0.0
mathieucarbou/MycilaPZEM004Tv3 @ 4.0.4
mathieucarbou/MycilaPZEM004Tv3 @ 4.0.5
mathieucarbou/MycilaRelay @ 4.0.1
mathieucarbou/MycilaSystem @ 2.0.4
mathieucarbou/MycilaTaskManager @ 3.1.2
Expand Down
2 changes: 1 addition & 1 deletion src/init/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Mycila::Task initConfigTask("Init Config", [](void* params) {
pzemTask.setEnabledWhen([]() { return (pzemO1.isEnabled() || pzemO2.isEnabled()) && pzemO1PairingTask.isPaused() && pzemO2PairingTask.isPaused(); });
relayTask.setEnabledWhen([]() { return routerRelay1.isAutoRelayEnabled() || routerRelay2.isAutoRelayEnabled(); });
relayTask.setInterval(7 * Mycila::TaskDuration::SECONDS);
routerDebugTask.setInterval(3 * Mycila::TaskDuration::SECONDS);
routerDebugTask.setInterval(5 * Mycila::TaskDuration::SECONDS);
routerTask.setInterval(200 * Mycila::TaskDuration::MILLISECONDS);
routingTask.setEnabledWhen([]() { return output1.isAutoDimmerEnabled() || output2.isAutoDimmerEnabled(); });
#ifdef APP_MODEL_TRIAL
Expand Down

0 comments on commit 75a5f25

Please sign in to comment.