Skip to content

Commit 0aefc94

Browse files
authored
change(senseBox MCU-S2 ESP32-S2): Remove analog bit resolution change in init (espressif#9000)
1 parent 6c919f4 commit 0aefc94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

variants/sensebox_mcu_esp32s2/variant.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ void initVariant(void)
4949

5050
//enable PD-Sensor by default
5151
pinMode(PD_ENABLE, OUTPUT);
52-
analogReadResolution(12);
5352
digitalWrite(PD_ENABLE, HIGH);
5453

5554
}

0 commit comments

Comments
 (0)