We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07fa344 commit 143c921Copy full SHA for 143c921
variants/sensebox_mcu_esp32s2/variant.cpp
@@ -49,7 +49,6 @@ void initVariant(void)
49
50
//enable PD-Sensor by default
51
pinMode(PD_ENABLE, OUTPUT);
52
- analogReadResolution(12);
53
digitalWrite(PD_ENABLE, HIGH);
54
55
}
0 commit comments