mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
Merge branch 'fix/fix_adc_tsens_test_wrong_channel_c61' into 'master'
fix(adc): fix wrong adc channel on c61 adc/tsens test See merge request espressif/esp-idf!39808
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
static const char *TAG = "adc_tsens";
|
||||
|
||||
#define EXAMPLE_ADC1_CHAN0 ADC_CHANNEL_2
|
||||
#define EXAMPLE_ADC1_CHAN1 ADC_CHANNEL_4
|
||||
#define EXAMPLE_ADC1_CHAN1 ADC_CHANNEL_3
|
||||
#define EXAMPLE_ADC_ATTEN ADC_ATTEN_DB_12
|
||||
|
||||
static int adc_raw[2][10];
|
||||
|
Reference in New Issue
Block a user