From reading around it appears that using the ADC2 GPIO pins (4,0,2,15,13,12,14,27,25,26) on the ESP32 at the same time as having WiFi enabled causes a conflict.
But from what I can tell, this conflict is only if using the pins as analog-digital-converters? If I use them as OUTPUT pins, will I run into the same issue?
Some places I read seem to say never use them for any reason if enabling WiFi. Other places seem to suggest that only the analog to digital reading is causing problems.
From my testing it appears that using them as an output works as intended. But I was hoping someone might be able to confirm that for me in order to prevent any possible headaches that may occur later from something I didn't understand.
Can the ADC2 pins on the ESP32 Devkit 1 DOIT board be used as OUTPUT at the same time as WiFi?
Thanks,