ThingPulse / esp8266-weather-station

ESP8266 Weather Station library supporting OpenWeatherMap, Aeris and other sources
MIT License
1.06k stars 362 forks source link

Time 12/24 settings not working #216

Open digitongithub opened 7 months ago

digitongithub commented 7 months ago

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?