Merge branch 'bugfix/adc_read_ci_issue_v6.0' into 'release/v6.0'

fix(lp_adc): Fix LP ADC 1-byte read CI issue on ESP32P4 (v6.0)

See merge request espressif/esp-idf!44507
This commit is contained in:
Jiang Jiang Jian
2026-01-08 20:36:10 +08:00
@@ -22,7 +22,7 @@ extern const uint8_t lp_core_main_adc_bin_end[] asm("_binary_lp_core_test_app_
#if CONFIG_IDF_TARGET_ESP32P4
// Threshold values picked up empirically after manual testing
#define ADC_TEST_LOW_VAL 2160
#define ADC_TEST_LOW_VAL 2165
#define ADC_TEST_HIGH_VAL 4090
#else
#error "ADC threshold values not defined"