bosoft-ESP

Results 5 issues of bosoft-ESP

Hello I have been thinking about adding these lines in the CTBotWifiSetup.cpp file to report the IP change in the CTBotWifiSetup::setIP function. Following the same rules as in the line...

Hello I have been trying for many days to get http to not respond -1 using the DDNS_client.ino example. I have modified the source (EasyDDNS.cpp) to know if the call...

Hello. These last years, every 11 months, the fingerprint has been suddenly changed leaving our ESPs disconnected. I am trying to implement a fingerprint server, but for that I need...

Hello After a long time using CTBot, I am finding that I am having quite a few problems lately. I use it in the following way: Every 2 minutes: ```...

Hello I have tried to implement a reset to an ESP01S via a telegram text message. The function is: ` > if (msg.text.indexOf(F("RESET_ESP")) != -1){ > myBot.sendMessage(msg.sender.id,"RESET of the ESP...