ESP32 + Arduino Cloud IOT + Webserver for credentials

I am working on a project that requires cloud, webserver and local RS485 access to data. I can get the ESP32 to send data to Arduino Cloud IOT and through RS485 simultaneously without issue. When I try implementing the Webserver portion (To Facilitate changing SSID and Password) the ESP32 continuously reboots. Does anyone have an example where they have done Arduino Cloud and created an onboard webserver for managing credentials? Help would be appreciated.

Have you ever figured it out? Seems like Arduino IoT people think everyone relies on hardcoding PASS and SSID and do not allow for any alternatives to this nonsense.

I'm pretty sure modifying the IoT library and deleting wifi.begin lines could solve the problem, however the library is so huge I can't find where those parameters are declared.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.