Skip to content

Commit

Permalink
Update MycilaTaskMonitor
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Feb 4, 2024
1 parent e4b84e0 commit fc1f518
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ lib_deps =
mathieucarbou/MycilaMQTT @ 1.1.0
mathieucarbou/MycilaNTP @ 2.1.0
mathieucarbou/MycilaRelay @ 1.1.0
mathieucarbou/MycilaTaskMonitor @ 1.1.0
mathieucarbou/MycilaTaskMonitor @ 2.0.0
milesburton/DallasTemperature @ 3.11.0
olikraus/U8g2 @ 2.35.9
paulstoffregen/OneWire @ 2.3.8
Expand Down
5 changes: 0 additions & 5 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@ void loop() {
Mycila::MQTT.loop();
yield();

if (Mycila::Logger.isDebugEnabled()) {
Mycila::TaskMonitor.loop();
yield();
}

website.loop();
yield();

Expand Down

0 comments on commit fc1f518

Please sign in to comment.