telegram_esp32
telegram_esp32 copied to clipboard
Security System with ESP32, PIR and Telegram Bot
Results
2
telegram_esp32 issues
Sort by
recently updated
recently updated
newest added
This resolves the issue I had with the code. Also I used the master version of the Universal Telegram Bot. Thank you for the project its awesome!
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...