Download APK sicuri e veloci su APKPure
APKPure utilizza la verifica delle firme per garantire download di APK ESP8266 SmartConfig senza virus per te.
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
Basta un clic per installare i file XAPK/APK su Android!