Skip to content

Commit

Permalink
increased default dim time
Browse files Browse the repository at this point in the history
  • Loading branch information
pr3y committed Sep 8, 2024
1 parent 1902fbe commit d6a53e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ void setSleepMode() {
**********************************************************************/
void setDimmerTimeMenu() {
int idx=0;
if(dimmerSet==10) idx=0;
if(dimmerSet==60) idx=0;
else if(dimmerSet==20) idx=1;
else if(dimmerSet==30) idx=2;
else if(dimmerSet==60) idx=3;
Expand Down

0 comments on commit d6a53e3

Please sign in to comment.