RuiSantosdotme / arduino-esp32-CameraWebServer

CameraWebServer for ESP32-CAM in Arduino IDE
https://randomnerdtutorials.com/esp32-cam-video-streaming-face-recognition-arduino-ide/
95 stars 47 forks source link

Changing WiFi credentials post-soldering? #2

Open dominikheinz opened 5 years ago

dominikheinz commented 5 years ago

Is there a way to modify the WiFi credentials post-soldering the cam project? For example, when the connection couldn't be established, after several attempts the chip could create its own hotspot allowing to change the credentials for the new WiFi spot?

RuiSantosdotme commented 5 years ago

The sketch is already too long and requires a lot of resources. You could do something like that (using WiFiManager), but it's extra code that I don't plan to add it in this basic example.