CytronTechnologies / CytronWiFiShield

Arduino Library for Cytron ESP8266 WiFi Shield
MIT License
8 stars 4 forks source link

Static IP address #1

Closed waghih closed 6 years ago

waghih commented 6 years ago

https://github.com/CytronTechnologies/CytronWiFiShield/blob/24e6667b0041b450370f5bdac1b10a08358316d8/examples/WiFiSoftAP/WiFiSoftAP.ino#L67

Is there any way to config the softAPIP to static IP address instead of DCHP?

bengchet commented 6 years ago

Hi, by default it is bind to 192.168.4.1. It is static IP address.

waghih commented 6 years ago

@bengchet thanks 👍