Just wondering if there would be any support for ADC2 channel of ESP32?
I couldn’t work out why I was able to get ADC to work earlier but not after moving to a new pin that is supposed to support ADC… turns out the new pin is on ADC2 not ADC1 as it was before.
I see from the Espressif docs that ADC2 is shared with WiFi which will take priority, is that why it’s not currently supported?
Edit:
Just found this on Gitter, seems as though analog input on ADC2 is a bad idea