What is the maximum time that I can use in app_timer_start?
I tried setting it to APP_TIMER_TICKS(15 * 60000) in order to set a timer of 15 minutes but it timed out after 6m28s.
What is the maximum time that I can use in app_timer_start?
I tried setting it to APP_TIMER_TICKS(15 * 60000) in order to set a timer of 15 minutes but it timed out after 6m28s.