change(senseBox MCU-S2 ESP32-S2): Remove analog bit resolution change in init (#9000)
This commit is contained in:
parent
6c919f40f1
commit
0aefc94470
1 changed files with 0 additions and 1 deletions
|
|
@ -49,7 +49,6 @@ void initVariant(void)
|
|||
|
||||
//enable PD-Sensor by default
|
||||
pinMode(PD_ENABLE, OUTPUT);
|
||||
analogReadResolution(12);
|
||||
digitalWrite(PD_ENABLE, HIGH);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue