Skip to content

Commit

Permalink
Just some comments (to comments)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmicro committed Apr 2, 2023
1 parent 3a46a42 commit a4eb8ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/apps/clock/stopwatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

// continue after sleep does not work yet
// because millis restarts from 0
// TODO: use the I2C RTC instead
// todo: use the I2C RTC instead
// ↑ @author, are you sure? We added an automatic resync to the ESPs internal RTC, so it should work now...
RTC_DATA_ATTR long start = 0;
RTC_DATA_ATTR long diff = 0;
RTC_DATA_ATTR bool running = false;
Expand Down
1 change: 0 additions & 1 deletion src/apps/tools/OswAppTimeConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ void OswAppTimeConfig::handleNextButton() {
}

void OswAppTimeConfig::loop() {
// TODO: load from settings
OswHal* hal = OswHal::getInstance();
const uint16_t colorActive = ui->getDangerColor();
const uint16_t colorForeground = ui->getForegroundColor();
Expand Down

0 comments on commit a4eb8ed

Please sign in to comment.