Skip to content

Commit

Permalink
Ui Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jun 8, 2024
1 parent 7444ca0 commit 5d54d6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Website.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ void YaSolR::WebsiteClass::initCards() {
_relay1Type.setDisplay(config.getBool(KEY_ENABLE_RELAY1));
_relay2Type.setDisplay(config.getBool(KEY_ENABLE_RELAY2));
_displayType.setDisplay(config.getBool(KEY_ENABLE_DISPLAY));
_displaySpeed.setDisplay(config.getBool(KEY_ENABLE_DISPLAY));
_displayRotation.setDisplay(config.getBool(KEY_ENABLE_DISPLAY));
_output1PZEMSync.setDisplay(config.getBool(KEY_ENABLE_OUTPUT1_PZEM));
_output2PZEMSync.setDisplay(config.getBool(KEY_ENABLE_OUTPUT2_PZEM));
Expand Down

0 comments on commit 5d54d6e

Please sign in to comment.