From 33dfa5692d03ed8a33ccf252aa7422b10b6dff5f Mon Sep 17 00:00:00 2001 From: Roy_01 Date: Tue, 26 Aug 2025 16:17:22 +0800 Subject: [PATCH] feat: enable RESET pin --- CMakeLists.txt | 2 +- app/app_config.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5160af3..94b5da1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,7 +51,7 @@ set(COMMON_COMPILE_DEF -DDEBUG=1 -DNRF52840_XXAA -DS140_reserve - -DCONFIG_GPIO_AS_PIN + -DCONFIG_GPIO_AS_PINRESET -DRESETHNRF_DFU_SETTINGS_VERSION=2 -DNRF_SD_BLE_API_VERSION=7 -D__STACK_SIZE=1024 diff --git a/app/app_config.h b/app/app_config.h index d62c341..2d0a479 100644 --- a/app/app_config.h +++ b/app/app_config.h @@ -117,9 +117,9 @@ extern "C" #define VERSION_DATE_YEAR 25 #define VERSION_DATE_MONTH 8 -#define VERSION_DATE_DAY 25 -#define VERSION_DATE_HOUR 14 -#define VERSION_DATE_MINUTE 59 +#define VERSION_DATE_DAY 26 +#define VERSION_DATE_HOUR 16 +#define VERSION_DATE_MINUTE 17 #define ELITE_DEVICE_NAME_LIST \ { \