Skip to content

Commit eb09814

Browse files
committed
remove analog bit resolution change
1 parent 07fa344 commit eb09814

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: 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)