Seems like the latest staging has a problem with Sprintf
Igrr are you aware of this.
Dans
Explore... Chat... Share...
martinayotte wrote:What kind of problems ?
Because the sprintf in libc_replacements.c is quite simple and simply redirect it to ets_vsprintf() of the Espressif SDK.
Also, I've almost the latest version and don't have any problems.
int32_t getRSSI(const char* target_ssid) {
byte available_networks = WiFi.scanNetworks();
for (int network = 0; network < available_networks; network++) {
if (strcmp(WiFi.SSID(network), target_ssid) == 0) {
return WiFi.RSSI(network);
}
}
return 0;
}
if (strcmp(WiFi.SSID(network).c_str(), target_ssid) == 0) {
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[…]