diff --git a/Core/Src/sts_lamp_bar.c b/Core/Src/sts_lamp_bar.c index 4419a90..26b1794 100644 --- a/Core/Src/sts_lamp_bar.c +++ b/Core/Src/sts_lamp_bar.c @@ -56,8 +56,8 @@ extern volatile uint8_t sts_service_mask; extern volatile uint8_t sts_work_mode; volatile uint8_t sts_reed_hall_ext_int = 0; volatile uint8_t sts_status_color = STS_GREEN; -volatile uint8_t sts_color_occupy_vacant = (STS_GREEN<<4)|(STS_RED&0x0f); -volatile uint8_t sts_lamp_bar_color = STS_GREEN; //puColor +volatile uint8_t sts_color_occupy_vacant = (STS_RED<<4)|(STS_DARK&0x0f); +volatile uint8_t sts_lamp_bar_color = STS_RED; //puColor volatile uint8_t sts_lamp_bar_flashing_color = STS_RED_DARK; //0x23; RED_BLUE; volatile uint8_t sts_cloud_netcolor = STS_GREEN; //netColor extern volatile uint8_t sts_occupancy_status; @@ -76,7 +76,7 @@ extern volatile uint8_t sts_rss_2nd_result; //2nd RSS sensor status extern volatile uint8_t sts_tof_result; -volatile uint8_t last_lamp_bar_color=STS_GREEN; +volatile uint8_t last_lamp_bar_color=STS_RED; extern volatile uint8_t sts_presence_fall_detection; extern volatile uint8_t sts_fall_rising_detected_result; extern volatile float sts_presence_rss_distance; diff --git a/STM32CubeIDE/Release/STS_O6T_ATAL_2025JAN03_debug.elf b/STM32CubeIDE/Release/STS_O6T_ATAL_2025JAN03_debug.elf new file mode 100644 index 0000000..e152748 Binary files /dev/null and b/STM32CubeIDE/Release/STS_O6T_ATAL_2025JAN03_debug.elf differ diff --git a/STM32CubeIDE/Release/WLE5CC_NODE_STS.elf b/STM32CubeIDE/Release/WLE5CC_NODE_STS.elf index 5ca52c3..e152748 100644 Binary files a/STM32CubeIDE/Release/WLE5CC_NODE_STS.elf and b/STM32CubeIDE/Release/WLE5CC_NODE_STS.elf differ diff --git a/STS/Core/Inc/yunhorn_sts_prd_conf.h b/STS/Core/Inc/yunhorn_sts_prd_conf.h index db1261b..4d51032 100644 --- a/STS/Core/Inc/yunhorn_sts_prd_conf.h +++ b/STS/Core/Inc/yunhorn_sts_prd_conf.h @@ -228,9 +228,9 @@ #define sts_appctrl_reply_port (YUNHORN_STS_USER_APP_CTRL_REPLY_PORT) /* General Settings */ -#define MajorVer 24U -#define MinorVer 12U -#define SubMinorVer 18U +#define MajorVer 25U +#define MinorVer 1U +#define SubMinorVer 3U #define FirmwareVersion 3U #define YUNHORN_STS_MAX_NVM_CFG_SIZE 64U #define YUNHORN_STS_AC_CODE_SIZE 20U