You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
SchneHa
changed the title
Bug: US Date in WiFi Manager config
Bug: US Date in WiFi Manager config (RollingClock)
Apr 3, 2024
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.
The text was updated successfully, but these errors were encountered: