E (1086) i2c: CONFLICT! driver_ng is not allowed to be used with this old driver
void rtsp(void arg)
{
esp_log_level_set("", ESP_LOG_INFO);
esp_log_level_set("AUDIO_ELEMENT", ESP_LOG_ERROR);
esp_log_level_set("AFE_VC", ESP_LOG_ERROR);
AUDIO_MEM_SHOW(TAG);
E (1086) i2c: CONFLICT! driver_ng is not allowed to be used with this old driver void rtsp(void arg) { esp_log_level_set("", ESP_LOG_INFO); esp_log_level_set("AUDIO_ELEMENT", ESP_LOG_ERROR); esp_log_level_set("AFE_VC", ESP_LOG_ERROR); AUDIO_MEM_SHOW(TAG);
} void get_iic_data(void *arg) { uint8_t k = 0; uint8_t pos = 0; int16_t result; uint8_t high_nibble; uint8_t low_byte; // uint16_t recast; char rx_buffer[128]; uint8_t t = 0; float converted; float f_c[64]; int sock; char host_ip[] = HOST_IP_ADDR; int addr_family = 0; int ip_protocol = 0;
如何修改啊