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

RTC bug #19

Open gaborsimon opened 7 years ago

gaborsimon commented 7 years ago

In case of GPS correction in hour 22 or 23 when the DST correction results hour 0 or 1, the RTC does not increment the day. Proposed solutions: a) RTC has to be informed and it has to increment the day independently from any other thing. b) GPS module has to perform the day (moth, year) incrementation.