Skip to content

Commit

Permalink
new code check is annoying.
Browse files Browse the repository at this point in the history
  • Loading branch information
tueddy committed Nov 8, 2023
1 parent df49f8d commit bf498e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ void setup() {
Log_Printf(LOGLEVEL_DEBUG, "PSRAM: %u bytes", ESP.getPsramSize());
} else {
Log_Println("PSRAM: --", LOGLEVEL_DEBUG);
}
}
Log_Printf(LOGLEVEL_DEBUG, "Flash-size: %u bytes", ESP.getFlashChipSize());

// setup timezone & show internal RTC date/time if available
Expand Down

0 comments on commit bf498e4

Please sign in to comment.