adafruit / arduino-esp32

Arduino core for the ESP32
GNU Lesser General Public License v2.1
8 stars 4 forks source link

fix ADC 13 bit width for esp32s2 #8

Closed hathach closed 3 years ago

hathach commented 3 years ago

IDF insist width for ADC must be exactly 13, this is a fix/hack to get it running.

See also https://github.com/espressif/arduino-esp32/issues/4265