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 08fee34 commit f7eebe6Copy full SHA for f7eebe6
src/components/analogIO/Wippersnapper_AnalogIO.cpp
@@ -87,7 +87,7 @@ void Wippersnapper_AnalogIO::setADCResolution(int resolution) {
87
analogReadResolution(16);
88
_nativeResolution = 12;
89
#elif defined(ARDUINO_ARCH_ESP32)
90
- scaleAnalogRead = true; // probably should be false, handled in bsp
+ scaleAnalogRead = false; // probably should be false, handled in bsp
91
#if defined(ESP32S3)
92
_nativeResolution = 13; // S3 ADC is 13-bit, others are 12-bit
93
#else
0 commit comments