According to ESP32 design guidelines; ADC2 GPIO's should not be used when using WiFi due to conflicts. (or used with restrictions)
This affects GPIOs 2,12-15 and 25-27.
Suppose I use don't use any of the ADC2 GPIOs for analogReads while using WiFi, can I safely use those ADC2 GPIO pins for digitalWrites and digitalReads without conflict to WiFi?
Thanks