diff --git a/src/community.cpp b/src/community.cpp index 098c6f8..9574fa9 100644 --- a/src/community.cpp +++ b/src/community.cpp @@ -271,4 +271,5 @@ void send_data_task(void *pvParameters) Send_Data(0x61,(uint8_t *)(&send_buff[2]), 515*2); xEventGroupClearBits(community_event_group,Send_data_bit); } -} \ No newline at end of file +} + diff --git a/src/sensor.cpp b/src/sensor.cpp index d3c58ab..47318cf 100644 --- a/src/sensor.cpp +++ b/src/sensor.cpp @@ -246,8 +246,3 @@ void sensor_data_read(sensor_data *sensor_data_struct) - - - - -