Didn't find too much on this, can you guys help me with some suggestions regarding that? Thank you!
Didn't find too much on this, can you guys help me with some suggestions regarding that? Thank you!
Explore... Chat... Share...
WiFiManager wifiManager;
wifiManager.setSTAStaticIPConfig(ip, gateway, subnet);
{
//starts an access point with the specified name
//here "AutoConnectAP" with password "password"
//and goes into a blocking loop awaiting configuration
if (!wifiManager.autoConnect("AutoConnectAP", "password")) {
Serial.println(F("failed to connect, we should reset as see if it connects"));
delay(3000);
ESP.reset();
delay(5000);
}
}
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]