nospig / WeatherStation

Weather station for ESP8266 modules, 2.8" TFT screen and Open Weather API.
MIT License
2 stars 0 forks source link

Time is incorrect #33

Closed nospig closed 4 years ago

nospig commented 4 years ago

Time is incorrect when using the AM / PM setting. Time display not cleared properly when switching between 24 hour and AMP / PM.

nospig commented 4 years ago

Monitoring. Seems fixed by latest version of TFT lib.

nospig commented 4 years ago

Fixed. Some sprintf had a stray \n that caused the problem.