Skip to content

Commit 708f830

Browse files
committed
Test a wild theory about Serial1
1 parent 84b6645 commit 708f830

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/analogIO/Wippersnapper_AnalogIO.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*/
1616

1717
#include "Wippersnapper_AnalogIO.h"
18+
#include "Wippersnapper.h"
1819

1920
/***********************************************************************************/
2021
/*!
@@ -87,7 +88,7 @@ void Wippersnapper_AnalogIO::setADCResolution(int resolution) {
8788
analogReadResolution(16);
8889
_nativeResolution = 12;
8990
#elif defined(ARDUINO_ARCH_ESP32)
90-
scaleAnalogRead = false; // handled in bsp
91+
scaleAnalogRead = true; // probably should be false, handled in bsp
9192
_nativeResolution = 13; // S3 ADC is 13-bit, others are 12-bit
9293
#elif defined(ARDUINO_ARCH_RP2040)
9394
scaleAnalogRead = true;

0 commit comments

Comments
 (0)