RTM PWH F2 R1

This commit is contained in:
Yunhorn 2025-01-06 21:43:00 +08:00
parent 9a68115838
commit c8459207ad
5 changed files with 4 additions and 4 deletions

View File

@ -47,12 +47,12 @@ extern "C" {
/** /**
* @brief Verbose level for all trace logs * @brief Verbose level for all trace logs
*/ */
#define VERBOSE_LEVEL VLEVEL_L #define VERBOSE_LEVEL VLEVEL_OFF
/** /**
* @brief Enable trace logs * @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 * @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) * @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 * @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 * @brief Disable Low Power mode

View File

@ -137,7 +137,7 @@ void SystemApp_Init(void)
#if defined(STS_T6)||defined(L8) #if defined(STS_T6)||defined(L8)
//STS_TOF_VL53LX_PresenceDetection_Process_Init(); //STS_TOF_VL53LX_PresenceDetection_Process_Init();
//STS_Lamp_Bar_Self_Test_Simple(); //STS_Lamp_Bar_Self_Test_Simple();
// STS_Lamp_Bar_Self_Test(); STS_Lamp_Bar_Self_Test();
LED_GREEN_ON;HAL_Delay(50); LED_GREEN_ON;HAL_Delay(50);
LED_RED_ON;HAL_Delay(50); LED_RED_ON;HAL_Delay(50);
LED_GREEN_OFF;HAL_Delay(50); LED_GREEN_OFF;HAL_Delay(50);