Chat freely about anything...

User avatar
By straetch
#83979 With ESP8266WiFiMulti, one can add access points through wifiMulti.addAP("ssid_from_AP_1", "your_password_for_AP_1"), etc.
I need to access the ESP8266 remotely through DDNS and port forwarding in my router, but that requires a static IP address in the local network.
There is no third parameter in the add.AP function, where the local ip address for that AP could be defined.
The system works fine, but assigns an IP address through DHCP.
Is there some another way I can force a static IP address with ESP8266WiFiMulti?