ekstrand / ESP8266wifi

ESP8266 Arduino library with built in reconnect functionality
MIT License
450 stars 235 forks source link

Static IP isn't possible. #29

Open ali32b opened 7 years ago

ali32b commented 7 years ago

wifi.config(ip) is not available.

mikebutrimov commented 6 years ago

fix it here https://github.com/mikebutrimov/ESP8266wifi

add setStaticIp method. Pull request created.