diff --git a/Core/Inc/sys_conf.h b/Core/Inc/sys_conf.h index f10502a..241072d 100644 --- a/Core/Inc/sys_conf.h +++ b/Core/Inc/sys_conf.h @@ -47,12 +47,12 @@ extern "C" { /** * @brief Verbose level for all trace logs */ -#define VERBOSE_LEVEL VLEVEL_M +#define VERBOSE_LEVEL VLEVEL_OFF /** * @brief Enable trace logs */ -#define APP_LOG_ENABLED 1 +#define APP_LOG_ENABLED 0 /** * @brief Activate monitoring (probes) of some internal RF signals for debug purpose @@ -75,7 +75,7 @@ extern "C" { * @brief Enable/Disable MCU Debugger pins (dbg serial wires) * @note by HW serial wires are ON by default, need to put them OFF to save power */ -#define DEBUGGER_ENABLED 1 +#define DEBUGGER_ENABLED 0 /** * @brief Disable Low Power mode diff --git a/LoRaWAN/App/lora_app.c b/LoRaWAN/App/lora_app.c index aa2b2f2..1b16160 100644 --- a/LoRaWAN/App/lora_app.c +++ b/LoRaWAN/App/lora_app.c @@ -656,9 +656,9 @@ void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin) #ifdef STS_T6 case PIR_Pin: sts_pir_state= PIR_STATE; - HAL_Delay(100); + // HAL_Delay(50); __HAL_GPIO_EXTI_CLEAR_IT(GPIO_Pin); - APP_LOG(TS_OFF, VLEVEL_M, "\r\nMotion Detection result=%d \r\n", sts_pir_state); + // APP_LOG(TS_OFF, VLEVEL_M, "\r\nMotion Detection result=%d \r\n", sts_pir_state); // UTIL_SEQ_SetTask((1 << CFG_SEQ_Task_LoRaSendOnTxTimerOrButtonEvent), CFG_SEQ_Prio_0); break; diff --git a/STM32CubeIDE/Release/STS_O6T_ATAL_2024DEC31R1.elf b/STM32CubeIDE/Release/STS_O6T_ATAL_2024DEC31R1.elf new file mode 100644 index 0000000..cb1c8b5 Binary files /dev/null and b/STM32CubeIDE/Release/STS_O6T_ATAL_2024DEC31R1.elf differ diff --git a/STM32CubeIDE/Release/WLE5CC_NODE_STS.elf b/STM32CubeIDE/Release/WLE5CC_NODE_STS.elf index cfbb94a..cb1c8b5 100644 Binary files a/STM32CubeIDE/Release/WLE5CC_NODE_STS.elf and b/STM32CubeIDE/Release/WLE5CC_NODE_STS.elf differ diff --git a/STM32CubeIDE/Release/WLE5CC_NODE_STS_O6T_20241231_ATAL.elf b/STM32CubeIDE/Release/WLE5CC_NODE_STS_O6T_20241231_ATAL.elf new file mode 100644 index 0000000..cfbb94a Binary files /dev/null and b/STM32CubeIDE/Release/WLE5CC_NODE_STS_O6T_20241231_ATAL.elf differ