APKPure पर सुरक्षित और तेज़ APK डाउनलोड करें
आपके लिए वायरस मुक्त ESP8266 SmartConfig APK डाउनलोड करने के लिए APKPure प्रमाणित करने का उपयोग करता है।
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 फ़ाइलें इंस्टॉल करने के लिए एक-क्लिक करें!