O6T_ATAL_2025JAN03_debug
This commit is contained in:
parent
db2ae35b51
commit
1af5b7a11b
|
@ -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;
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue