Skip to content

Commit

Permalink
Fix time format
Browse files Browse the repository at this point in the history
  • Loading branch information
DoomHammer committed Jun 16, 2024
1 parent f4e31e4 commit f97544e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/odessa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ void drawText() {
dma_display->println(tz.dateTime("y-M-d"));

dma_display->setCursor(86, 8);
dma_display->println(tz.dateTime("H-i-s"));
dma_display->println(tz.dateTime("H:i:s"));

uint8_t w = 1;
char buffer[100];
Expand Down

0 comments on commit f97544e

Please sign in to comment.