BojanJurca / Esp32_oscilloscope

ESP32 oscilloscope - see the signals through Web browser the way ESP32 sees them
Creative Commons Zero v1.0 Universal
741 stars 84 forks source link

Integration of IotWebConf? #10

Closed emmrichd closed 2 years ago

emmrichd commented 2 years ago

Hello,

I would like to use your very nice code to test some sensors, at home but also at other places. For this, it would be really helpful, if I could change the wifi settings "on the fly", with a library like IotWebConf, for instance. Have you ever thought of this?

Kind Regards, Dieter

BojanJurca commented 2 years ago

Sure. Just change the code in network.h or provide your way of connecting to WiFi instead of calling startWiFi (); in setup (). It should work. Let me know if you encounter any problems.

BojanJurca commented 2 years ago

I'm closing this issue.