change default occupy/vacant color back to red/green
This commit is contained in:
parent
0d523ecb3c
commit
34294dd93b
|
@ -56,7 +56,7 @@ extern volatile uint8_t sts_service_mask;
|
||||||
extern volatile uint8_t sts_work_mode;
|
extern volatile uint8_t sts_work_mode;
|
||||||
volatile uint8_t sts_reed_hall_ext_int = 0;
|
volatile uint8_t sts_reed_hall_ext_int = 0;
|
||||||
volatile uint8_t sts_status_color = STS_GREEN;
|
volatile uint8_t sts_status_color = STS_GREEN;
|
||||||
volatile uint8_t sts_color_occupy_vacant = (STS_RED<<4)|(STS_DARK&0x0f);
|
volatile uint8_t sts_color_occupy_vacant = (STS_RED<<4)|(STS_GREEN&0x0f);
|
||||||
volatile uint8_t sts_lamp_bar_color = STS_RED; //puColor
|
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_lamp_bar_flashing_color = STS_RED_DARK; //0x23; RED_BLUE;
|
||||||
volatile uint8_t sts_cloud_netcolor = STS_GREEN; //netColor
|
volatile uint8_t sts_cloud_netcolor = STS_GREEN; //netColor
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -108,7 +108,7 @@ volatile sts_cfg_nvm_t sts_cfg_nvm = {
|
||||||
0x00, //reserve --P[19]
|
0x00, //reserve --P[19]
|
||||||
#endif
|
#endif
|
||||||
}, // above 20 bytes
|
}, // above 20 bytes
|
||||||
0x20, // color occupy (red:2) | color vacant (green:1) or other 0x20 occupy(red:2) | color vacant (dark:0) for ATAL-HK 20241230
|
0x21, // color occupy (red:2) | color vacant (green:1) or other 0x20 occupy(red:2) | color vacant (dark:0) for ATAL-HK 20241230
|
||||||
0x06, // sts_door_jam_profile for O6T
|
0x06, // sts_door_jam_profile for O6T
|
||||||
0x20, // sensor install height in dm =10 cm, default 32*10=320cm, 3.2meter
|
0x20, // sensor install height in dm =10 cm, default 32*10=320cm, 3.2meter
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue