ESP32-Cheap-Yellow-Display icon indicating copy to clipboard operation
ESP32-Cheap-Yellow-Display copied to clipboard

Bug: US Date in WiFi Manager config (RollingClock)

Open SchneHa opened this issue 10 months ago • 0 comments

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.

SchneHa avatar Apr 03 '24 20:04 SchneHa