Перевести описание на Русский (Россия) с помощью Google Переводчика?
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
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
Подробнее…
Скрыть
Что нового
minor update.
Подробнее…
Скрыть
Дополнительная информация
Обновлено
10 ноября 2015 г.
Размер
1,7M
Количество установок
50 000+
Текущая версия
0.3.4.3
Требуемая версия Android
4.0 и выше
Возрастные ограничения
Для всех
Разрешения
Отчет
Продавец
Nat Weerawan
Разработчик