witnessmenow / ESP32-Cheap-Yellow-Display

Building a community around a cheap ESP32 Display with a touch screen
MIT License
1.26k stars 128 forks source link

Bug: US Date in WiFi Manager config (RollingClock) #169

Open SchneHa opened 3 months ago

SchneHa commented 3 months ago

If checkbox US Date in WiFi Manager config is ticked the shown date is European, not US. To correct this bug insert a new line in routine void rollingClockSetup() of RollingClockLogic.h: NOT_US_DATE = !usDateFormat; You also should work on format of 24h Clock and US Date checkboxes.