Remove old code about I2C

This commit is contained in:
2025-12-09 23:40:53 +01:00
parent b1a6dfddd3
commit 06a672d1f7
-2
View File
@@ -45,8 +45,6 @@ static void mqtt_event_handler(void *handler_args, esp_event_base_t base, int32_
memcpy(global_rx_buffer, event->data, len);
global_rx_buffer[len] = '\0';
//if(i2c_task_handle != NULL) xTaskNotifyGive(i2c_task_handle);
break;
}