Skip to content

Commit

Permalink
trying to fix compile error on github system
Browse files Browse the repository at this point in the history
  • Loading branch information
DE-cr committed Nov 16, 2023
1 parent 7736044 commit ff17723
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BSB_LAN/BSB_LAN.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2159,6 +2159,7 @@ void generateConfigPage(void) {
unsigned long h = m / 60;
unsigned d = h / 24;
printFmtToWebClient(PSTR(MENU_TEXT_UPT ": %lu\r\nms = %ud+%02lu:%02lu:%02lu.%03lu<BR>\r\n"), ms, d, h%24, m%60, s%60, ms%1000);
char *GetDateTime(char *date); // forward declaration, to avoid moving that function before this one here
char tmp_date[20];
printFmtToWebClient(PSTR(ENUM_CAT_00_TEXT ": %s<BR>\r\n"), GetDateTime(tmp_date));
#ifndef WEBCONFIG
Expand Down

0 comments on commit ff17723

Please sign in to comment.