Skip to content

Commit

Permalink
remove unneccessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Oct 15, 2024
1 parent 87109ff commit 4fb596e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/analogIO/Wippersnapper_AnalogIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ void Wippersnapper_AnalogIO::setADCResolution(int resolution) {
analogReadResolution(16);
_nativeResolution = 12;
#elif defined(ARDUINO_ARCH_ESP32)
scaleAnalogRead =
false; // should be false, handled in bsp (analogReadResolution)
scaleAnalogRead = false; // handled in bsp (analogReadResolution)
analogReadResolution(resolution); // 16 bit values (shifted from 12 or 13bit)
#if defined(ESP32S3)
_nativeResolution = 13; // S3 ADC is 13-bit, others are 12-bit
Expand Down

0 comments on commit 4fb596e

Please sign in to comment.