Hi, the alarm allows esp32 wake up each 2 or 3 hours?
I was trying to wake up esp32 every two hours using this line "ds.ALARM(ds.Day(), (ds.Hour() + 2)%24, 46, DS3231.PER_HOUR)" but the esp32 keeps waking up every hour.
Can you help how to do it?
Thank you in advance.