PROGRAMS BY Nat Weerawan

  • ESP8266 SmartConfig Free

    ESP8266 SmartConfigArduino Codeyou can simply call beginSmartConfig() like this WiFi.beginSmartConfig(); while(1){ delay(1000); if(WiFi.smartConfigDone()){ Serial.println("SmartConfig Success"); break; } }or the easier way i