esp32s3/adc: Update the bootloader configuration for ESP32-S3

Avoid using the legacy bootloader in case it isn't required. Use
the simple boot instead.
This commit is contained in:
Tiago Medicci Serrano 2024-05-09 07:54:28 -03:00 committed by Xiang Xiao
parent 1b5b9845f4
commit 0ed714bba4
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ CONFIG_ESP32S3_ADC1_CHANNEL0=y
CONFIG_ESP32S3_ADC1_CHANNEL1=y
CONFIG_ESP32S3_ADC1_CHANNEL2=y
CONFIG_ESP32S3_ADC=y
CONFIG_ESP32S3_APP_FORMAT_LEGACY=y
CONFIG_ESP32S3_UART0=y
CONFIG_EXAMPLES_ADC=y
CONFIG_EXAMPLES_ADC_SWTRIG=y