Update main.cpp

This commit is contained in:
Siwat Sirichai 2023-09-16 18:02:56 +07:00
parent 8a112e8f13
commit 771642c3db
1 changed files with 0 additions and 2 deletions

View File

@ -816,8 +816,6 @@ void lcd_refresh()
}
void lcd_top_bar_update()
{
String time_str = String(rtc.getHour()) + ":" + String(rtc.getMinute());
panel.writeStr("time.txt", time_str);
char time_buffer[15];
//rtctime_t time = ESPMega_getTime();
//sprintf(time_buffer, "%02d:%02d",time.hours,time.minutes);