Sichere und schnelle APK-Downloads auf APKPure
Mit APKPure können Sie ESP8266 SmartConfig APK einfach und sicher mit Signaturüberprüfung herunterladen.
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
Ein Klick zur Installation von XAPK/APK-Dateien auf Android!