在APKPure安全快速地下載APK
APKPure 使用簽章驗證功能,確保為您提供無病毒的 ESP8266 SmartConfig APK 下載。
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 as
WiFiConnector Arduino Library: https://github.com/cmmakerclub/WiFiConnector
一鍵安裝安卓XAPK/APK文件!