ItKindaWorks / ESPHelper

A library to make using WiFi & MQTT on the ESP8266 easy.
GNU General Public License v3.0
327 stars 67 forks source link

Static IP for network #25

Closed DelusionalOutlaw closed 4 years ago

DelusionalOutlaw commented 6 years ago

Is there a way to utilize a static IP address when connection to a WiFi network instead of using a DHCP server?

ItKindaWorks commented 4 years ago

I realize this is long past due but to answer your question, ESPHelper does not support static IP addresses and must use DHCP. This is a good idea for a feature to add though!