helloyifa 31f179cb76 init
2025-05-15 14:19:56 +08:00

9 lines
250 B
C

#pragma once
#define countdown_ms 180000 //countdown time
#define COUNTDOWN_NETWORK_PROVISIONING (5*60*1000) //5 min
void start_countdown(uint32_t time_ms); //create and start oneshot_timer
void stop_countdown(); //close and delete oneshot_timer