Skip to content

Commit

Permalink
corr _clockSubMenue1
Browse files Browse the repository at this point in the history
  • Loading branch information
schreibfaul1 committed Oct 12, 2024
1 parent 11927cf commit cf5ca65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2277,14 +2277,15 @@ void changeState(int32_t state){
}
case CLOCK:{
if(_clockSubMenue == 0){
if(_state != CLOCK) {clearWithOutHeaderFooter(); }
setTimeCounter(0);
clk_CL_green.show();
btn_CL_Mute.hide(); btn_CL_alarm.hide(); btn_CL_radio.hide(); sdr_CL_volume.hide(); btn_CL_off.hide();
}
if(_clockSubMenue == 1){
btn_CL_Mute.show(); btn_CL_alarm.show(); btn_CL_radio.show(); sdr_CL_volume.show(); btn_CL_off.show();
setTimeCounter(2);
btn_CL_Mute.show(); btn_CL_alarm.show(); btn_CL_radio.show(); sdr_CL_volume.show(); btn_CL_off.show();
}
if(clk_CL_green.isDisabled()) {clearWithOutHeaderFooter(); clk_CL_green.show();}
break;
}
case ALARM:{
Expand Down

0 comments on commit cf5ca65

Please sign in to comment.