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.
1 parent 42682b1 commit e8cefb3Copy full SHA for e8cefb3
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