Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0aefc94

Browse files
authoredDec 14, 2023
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

Lines changed: 0 additions & 1 deletion
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)
Please sign in to comment.