WiFi Manager type config for Arduino Uno with a Wemos D1 wifi card

Looking for similar functionality of WiFi Manager for an Arduino Uno I have with a wemos d1 WiFi. Any suggestions?

SCHMEZ:
Looking for similar functionality of WiFi Manager for an Arduino Uno I have with a wemos d1 WiFi. Any suggestions?

An Uno doesn't have WiFi. You can kludge an ESP-01 module on the back of it, but why.
What do you want to do that the WeMos D1 can't do.
Leo..

Just to clarify, are you talking about the WiFiManager library?

How exactly are you using the Uno and WeMos D1 WiFi together?

Yes, currently I use the UNO to control some servos with a 4 x 3 keypad and the Wemos D1 is connected for Wifi connection to Blynk. The Wemos D1 does not have enough I/O for the project.

SCHMEZ:
Yes, currently I use the UNO to control some servos with a 4 x 3 keypad and the Wemos D1 is connected for Wifi connection to Blynk. The Wemos D1 does not have enough I/O for the project.

then I do not understand the question. the Wemos is responsible for networkig. Or Blynk is in Uno and AT firmware is in Wemos?

Yes Blynk is using the Wemos by AT commands. I need a way to allow me to enter SSID and password for when I move the system to another network.