We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0da7604 + e8cefb3 commit c81dc5aCopy full SHA for c81dc5a
components/esp_adc/test_apps/adc/main/test_adc_tsens.c
@@ -24,7 +24,7 @@
24
static const char *TAG = "adc_tsens";
25
26
#define EXAMPLE_ADC1_CHAN0 ADC_CHANNEL_2
27
-#define EXAMPLE_ADC1_CHAN1 ADC_CHANNEL_4
+#define EXAMPLE_ADC1_CHAN1 ADC_CHANNEL_3
28
#define EXAMPLE_ADC_ATTEN ADC_ATTEN_DB_12
29
30
static int adc_raw[2][10];
0 commit comments