jameszah / ESP32-CAM-Video-Recorder

Video Recorder for ESP32-CAM with http server for config and ftp (or http) server to download video
GNU General Public License v3.0
443 stars 101 forks source link

Is it possible to include the field input for a user telegram token,wifi name&password? on a control web page interface,for flexibility to users? #33

Closed dollatron closed 3 years ago

jameszah commented 3 years ago

I've got WiFiManager configuration on my todo list. Originally I was going to set up camera with it, but I did that with the /start calls, but still needs the ssid and telegram config ... Working on a few other things first. 😄

dollatron commented 3 years ago

I've got WiFiManager configuration on my todo list. Originally I was going to set up camera with it, but I did that with the /start calls, but still needs the ssid and telegram config ... Working on a few other things first. 😄

ok that will be superb, i have been trying to make it so .

toome123 commented 3 years ago

Here is some library that looks nice and I think will do the job.. https://github.com/Hieromon/AutoConnect

dollatron commented 3 years ago

Here is some library that looks nice and I think will do the job.. https://github.com/Hieromon/AutoConnect

thanks mate