witnessmenow / Universal-Arduino-Telegram-Bot

Use Telegram on your Arduino (ESP8266 or Wifi-101 boards)
MIT License
1.12k stars 306 forks source link

cant bot.sendMessage in a void or loop #289

Open ridewithoutstomach opened 2 years ago

ridewithoutstomach commented 2 years ago

Hi, i am follwing the example "Sent Mesage from a Event" and it works great for the first bootup in the "Setup" section.

But if i call the command bot.sendMessage(CHAT_ID, "blabla...", ""); in a Void or in the "Loop" i get a Stack Overflow. Cant figure out why... Can u help