witnessmenow / Universal-Arduino-Telegram-Bot

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

Cant send massage out of Timer #115

Closed windiesel closed 4 years ago

windiesel commented 5 years ago

I made a timer (every 10s) and tried to send a massage with it, but got a reset. Finally I set a flag in with the timer and used loop to send the massage. -worked perfect. It might be an issue of my programming skills, best regards.

witnessmenow commented 4 years ago

Timer may not have access to Wifi or some other piece of memory needed. I'm not too familiar with them. Not really anything I can do from the library point of view