Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Mar 12, 2024
1 parent aa25d2a commit ed5fb5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ lib_compat_mode = strict
lib_ldf_mode = deep+
; https://registry.platformio.org/
lib_deps =
bblanchon/ArduinoJson @ 7.0.3
bblanchon/ArduinoJson @ 7.0.4
esp-arduino-libs/ESP32_Button @ 0.0.1
esphome/AsyncTCP-esphome @ 2.1.3
mathieucarbou/Dimmable Light for Arduino @ 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion src/YaSolR_Website_Update.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ void YaSolR::WebsiteClass::_status(Card* card, const char* key, bool enabled, bo
if (!configEnabled)
card->update("Disabled", DASH_STATUS_IDLE);
else if (!enabled)
card->update("Unable to start", DASH_STATUS_DANGER);
card->update("Failed to start", DASH_STATUS_DANGER);
else if (!active)
card->update(err, DASH_STATUS_WARNING);
else
Expand Down

0 comments on commit ed5fb5f

Please sign in to comment.