#ifndef __ILOCK_CONFIG_H__ #define __ILOCK_CONFIG_H__ #ifdef __cplusplus extern "C" { #endif #include "gpio_map.h" #include "gpio_driver.h" #include //LFV1_1.0.1_20240712_rc #define ILOCK_SOFT_VERSION "(58)1.0.4_20240910" #define ILOCK_POWERSAVE_TIMEOUT 1000*15 #define ILOCK_BLE_BOARDING_CLOSE_TIMEOUT 60*2 //60*5 (S) #define ILOCK_POWER_WAKEUP_GPIO GPIO_33 //#define ILOCK_SOFT_VERSION {1,0,0,5} #ifdef __cplusplus } #endif #endif