minor change

This commit is contained in:
Yunhorn 2024-06-04 09:01:45 +08:00
parent caee31d6c7
commit c6bcf2424f
1 changed files with 1 additions and 1 deletions

View File

@ -535,7 +535,7 @@ void STS_PRESENCE_SENSOR_Init_Send_Data(void)
void STS_PRESENCE_SENSOR_Prepare_Send_Data(STS_OO_SensorStatusDataTypeDef *sensor_data)
{
sensor_data->lamp_bar_color = sts_lamp_bar_color;
sensor_data->lamp_bar_color = sts_lamp_bar_color;
sensor_data->workmode = sts_work_mode;
sensor_data->state_sensor1_on_off = HALL1_STATE;//sts_hall1_read; //sts_hsts_reed_hall_result; // sts_hall1_read
sensor_data->state_sensor2_on_off = sts_rss_result;