https://github.com/anakod/Sming/releases
https://github.com/anakod/Sming/releases
Explore... Chat... Share...
BssList aps;
// Will be called when WiFi station network scan was completed
void listNetworks(bool succeeded, BssList list)
{
if (!succeeded)
{
Serial.println("Failed to scan networks");
return;
}
aps = list;
}
// Will be called when WiFi station was connected to AP
void connectOk()
{
debugf("I'm CONNECTED");
for (int i = 0; i < aps.count(); i++)
{
Serial.println(aps[i].ssid);
}
}
Hello sh4d0w,
I didn't have any problems with using interrupt in Sming. I think I am using 1.0.5.
Will this simple code work for you? ( Paste into Basic_Serial e.g.)
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[…]