You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STM32LoRaWan set the setRTCMode before the rtc.begin to set MIX mode
The RTC.begin does not propose the RTCmode parameter.
This is configured with the setRTCMode method before .begin
The RTC irq (for Alarm B) is handled directly by the STM32RTC library
Signed-off-by: Francois Ramu <francois.ramu@st.com>
0 commit comments