mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 20:54:24 +00:00
wifi: run adc2 calibration on C3
This commit is contained in:

committed by
Armando

parent
3fde25374a
commit
c257daa950
@@ -247,9 +247,7 @@ esp_err_t esp_wifi_init(const wifi_init_config_t *config)
|
||||
return result;
|
||||
}
|
||||
}
|
||||
#if CONFIG_IDF_TARGET_ESP32S2
|
||||
adc2_cal_include(); //This enables the ADC2 calibration constructor at start up.
|
||||
#endif
|
||||
esp_wifi_config_info();
|
||||
return result;
|
||||
}
|
||||
|
Reference in New Issue
Block a user