ESP8266 SmartConfig 0.3.4.3

License: Free ‎File size: 1.05 MB
‎Users Rating: 0.0/5 - ‎0 ‎votes

ABOUT ESP8266 SmartConfig

ESP8266 SmartConfig

Arduino Code

you can simply call beginSmartConfig() like this

WiFi.beginSmartConfig(); while(1){ delay(1000); if(WiFi.smartConfigDone()){ Serial.println("SmartConfig Success"); break; } }

or the easier way is use library that support smartConfig function such asWiFiConnector Arduino Library: https://github.com/cmmakerclub/WiFiConnector