albino98/telegram_esp32

Code didn't work.

Opened this issue · 0 comments

Hello I tried this code and it didn't work as-is.

I had to add the following line after Wifi.Begin();
client.setCACert(TELEGRAM_CERTIFICATE_ROOT);

Also sending photos didn't work but I fixed that by installing the master of the UniversalTelegramBot library.

Thanks for the example code, I really like it.