iR58/bk_aidk/projects/lock_lfvx/.svn/pristine/f1/f1c44d1e5c7d68999630d316fecd26a55f8dd066.svn-base

22 lines
521 B
Plaintext
Raw Normal View History

2025-05-08 18:01:52 +08:00
#ifndef __ILOCK_CONFIG_H__
#define __ILOCK_CONFIG_H__
#ifdef __cplusplus
extern "C" {
#endif
#include "gpio_map.h"
#include "gpio_driver.h"
#include <driver/gpio.h>
//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