We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07fa344 commit eb09814Copy full SHA for eb09814
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