Daniel Salomon
Daniel Salomon
Hello Stefano, thanks for your fast answer. Do you mind helping me out even a bit more? So I do have a CTBot instance (e.g. myBot). I'm calling myBot.getNewMessage(msg) every...
Hey Stefano, while this is a good way doing it on non-time-critical applications (as you mentioned), this is not applicable in my case. While I'm obviously not running a nuclear...
Hi @shurillu, I've temporarily fixed the issue by creating a global String variable as a quick and dirty "message queue", which is checked in the loop() function for content -...