This commit is contained in:
2026-07-22 16:47:10 +08:00
parent dac6f54671
commit bd9b727e19
2 changed files with 2 additions and 6 deletions

View File

@ -271,4 +271,5 @@ void send_data_task(void *pvParameters)
Send_Data(0x61,(uint8_t *)(&send_buff[2]), 515*2); Send_Data(0x61,(uint8_t *)(&send_buff[2]), 515*2);
xEventGroupClearBits(community_event_group,Send_data_bit); xEventGroupClearBits(community_event_group,Send_data_bit);
} }
} }

View File

@ -246,8 +246,3 @@ void sensor_data_read(sensor_data *sensor_data_struct)