telegram_esp32
telegram_esp32 copied to clipboard
Code didn't work.
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.