WiFiManager only to add the Blynk Token (fixed WiFi SSID and Password) (SOLVED)

Hello All, I have been using the WiFiManager for long time and work great for my projects, but now I am doing a project with a mobile 3G wifi and Wemos, so I would only like to add the new Blynk Token with no option to choose the WiFi SSID and Password (use fixed known from my 3G router). I believe I could change the WiFiManager libraries, but this should be hard work for me.

Maybe someone has already done on this way and could share with us.

For example, in place of “Configure WiFi” within the WiFiManager web page, you put “Enter Blynk Token” then you might have the static/fixed WiFi SSID and Password showing but with no option to change, then only to insert the Blynk Token.

This would be very useful for my new project.

Thanks

Werner

1 Like

I did some small changes in Wifimanager.h library and got to set a fix WiFi SSID and Password, then I only have the Blynk Token field to be filled as below print.

image

basically I change the placeholder to ‘value’ for SSID and Passowod, then add ‘type=hidden’ inside the Wifimanager.h

That’s what I wanted. It’s solved.

Thanks

Werner

1 Like

here is part of Wifimanager.h I have changed if anyone interested.

image

Werner

2 Likes