hamster66
hamster66
Hi Stefano. I'm sorry, but apparently this solution does not work. It is possible that hangs when disconnecting / connecting the Internet became a little less, but they are definitely...
The problem is not in wifi. My situation is when there is a normal wifi connection but the link to the Telegram server suddenly disappears or the Telegram server temporarily...
Is there really no more ideas? :(
I had to radically change the algorithm of work. Now I am using reboot on WDT in case of freezing when calling these routines. This is definitely a crutch, but...
Excellent. Hopefully this will happen soon. Of course, it's better for a master to do this :)
Hi Stefano. In the form of a crutch, I temporarily solved the issue like this: ``` bool CTBot::editMessageTextEx(int64_t id, int32_t messageID, const char* message, const char* keyboard) { bool response;...
Hi Stefano. I'm sorry, but something wrong now. I set `myBot.setParseMode(CTBotParseModeMarkdown);` in setup section of my progect. And when I try to output, I get the following error: ``` --->sendCommand:...
Stefano, this looks pretty good now! I checked the mode CTBotParseModeMarkdown and it work nice. Now we need to find testers for mode CTBotParseModeHTML and CTBotParseModeMarkdownV2 :) Thanks for your...
Yes, apparently you can close
Hi In my experience, you should not call this function more than once every 3 seconds. Chip 8266 is not very fast unfortunately.