Skip to content

Commit 4fb596e

Browse files
committed
remove unneccessary comment
1 parent 87109ff commit 4fb596e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/analogIO/Wippersnapper_AnalogIO.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ void Wippersnapper_AnalogIO::setADCResolution(int resolution) {
8787
analogReadResolution(16);
8888
_nativeResolution = 12;
8989
#elif defined(ARDUINO_ARCH_ESP32)
90-
scaleAnalogRead =
91-
false; // should be false, handled in bsp (analogReadResolution)
90+
scaleAnalogRead = false; // handled in bsp (analogReadResolution)
9291
analogReadResolution(resolution); // 16 bit values (shifted from 12 or 13bit)
9392
#if defined(ESP32S3)
9493
_nativeResolution = 13; // S3 ADC is 13-bit, others are 12-bit

0 commit comments

Comments
 (0)