RobertGnz

Results 7 comments of RobertGnz

I ran into the same problem. See #275 here [https://github.com/witnessmenow/Universal-Arduino-Telegram-Bot/issues/275](url) The problem comes from a bug in UniversalTelegramBot::getUpdates() . I suggested a patch to automatically solve the problem.

Can't use 3.1.2 release because it should oblige to change all existing applications.

> Also see [plerup/espsoftwareserial#301](https://github.com/plerup/espsoftwareserial/issues/301) > > _edit: nvm the code snippet, enum does not work like that (sadly)_ The problem comes from the directive: " using namespace EspSoftwareSerial; " line...

> What I mean, the fix should happen upstream first. Please re-read the issue I linked, swserial is an external lib :> You just linked back to this issue and...

> EspSoftwareSerial is external library, so @mcspr tries to say that you are barking on wrong tree here - please report the error in the original one, because the original...

> Did you try to click https://github.com/esp8266/Arduino/tree/master/libraries at the library? It leads to https://github.com/plerup/espsoftwareserial/tree/bcfd6d10e6a45a0d07705d08728f293defe9cc1d ... The problem comes because of the directive using namespace EspSoftwareSerial wich leads to a global...

> The problem is that NAPT also enables other things in ESP-IDF that cause performance issues for everyone, even when NAPT is off. We check from time to time to...