Skip to content

Commit

Permalink
Add TODO comments to GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
ondras12345 committed Nov 5, 2023
1 parent fd761ed commit 31f1b6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/GUI/GUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ void GUI::loop(const DateTime& now)
{
// Data is written to the EEPROM when returning
// to home screen.
// TODO automatically return to home screen after some amount of time
change_ = false;
writeEEPROM_();
}
Expand Down Expand Up @@ -358,6 +359,7 @@ void GUI::loop(const DateTime& now)
// signalization_melody_start-2 is off
// signalization_melody_start-1 is standard beeping
// the rest are melodies
// TODO change this to 0 off; 1 standard; 2..17 melodies
if (prev_sig.buzzer > signalization_melody_end)
prev_sig.buzzer = signalization_melody_start-1;
else if (prev_sig.buzzer == 0)
Expand Down

0 comments on commit 31f1b6f

Please sign in to comment.