stm32duino / STM32LowPower

Arduino Low Power library for STM32
183 stars 52 forks source link

setAlarmTime : fix index in the table nb of days in a monthes #95

Closed FRASTM closed 1 year ago

FRASTM commented 1 year ago

nb of days (endDay) is given by the daysInMonths table starting at 0 (january)

fpistm commented 1 year ago

Bug introduced by https://github.com/stm32duino/STM32LowPower/pull/91 /CC @tshcherban