gaborsimon / WeatherStation

This project is intended to provide a self-made, basic weather station based on ATMEL AVR microcontroller and HD44780 LCD display.
MIT License
0 stars 0 forks source link

DST calculation bug #16

Closed gaborsimon closed 7 years ago

gaborsimon commented 7 years ago

The DST is calculated with independent "if" statements. This cause errorneous behavior in case of DST month. The "if" statement has to be merged into one "if-elseif-else" structure.