esp8266-weather-station
esp8266-weather-station copied to clipboard
Time 12/24 settings not working
I tried the flase and true sttings in setting.h but the clock still show the variable the 12H setting and 24H time.
Test code
// Change for 12 Hour/ 24 hour style clock bool IS_STYLE_12HR = false; // add code here
How is it possible to show only the 24H time?