prampec / IotWebConf

ESP8266/ESP32 non-blocking WiFi/AP web configuration Arduino library
MIT License
523 stars 140 forks source link

Bug the analogRead will return 0 with IotWebConf. #274

Open favoritewky opened 1 year ago

favoritewky commented 1 year ago

I use the minium example,with bool b = adcAttachPin(15); int keyVal = analogRead(15); but got keyVal is 0. After I remove the IotWebConf iotWebConf("aaa", &dnsServer, &server, "aaaaaaaa"); It will work well. Myboard is ESP32-wroom-23.