Skip to content

Commit

Permalink
change(senseBox MCU-S2 ESP32-S2): Remove analog bit resolution change…
Browse files Browse the repository at this point in the history
… in init (espressif#9000)
  • Loading branch information
bkari02 authored Dec 14, 2023
1 parent 6c919f4 commit 0aefc94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion variants/sensebox_mcu_esp32s2/variant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ void initVariant(void)

//enable PD-Sensor by default
pinMode(PD_ENABLE, OUTPUT);
analogReadResolution(12);
digitalWrite(PD_ENABLE, HIGH);

}
Expand Down

0 comments on commit 0aefc94

Please sign in to comment.