stm32duino / STM32LowPower

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

Added STM32RTC as a requirement #65

Closed TTMaZa closed 2 years ago

TTMaZa commented 2 years ago

I could not compile STM32LowPower without https://github.com/stm32duino/STM32RTC

fpistm commented 2 years ago

Hi @TTMaZa yes, you should have a popup requiring to install it as it is specified in the library.properties: https://github.com/stm32duino/STM32LowPower/blob/bc16c4b46aa5096c6f7e05ce7ef4d57fbe3b2e48/library.properties#L10

Or you have an old Arduino IDE version which does not manage it.

Anyway thanks for the update 😉