fbiego / ESP32Time

An Arduino library for setting and retrieving internal RTC time on ESP32 boards
MIT License
212 stars 36 forks source link

Typo in setTime->month documentation #2

Closed brainfoolong closed 3 years ago

brainfoolong commented 3 years ago

Proper documentation as we need to know if month is between 0-11 or 1-12 - In setTime its 1-12, in getMonth it's 0-11 which may cause confusion.

fbiego commented 3 years ago

setTime month is 1-12

brainfoolong commented 3 years ago

Thx.