Fernando Ferreira Passe

Results 1 comments of Fernando Ferreira Passe

Sorry, this method is not working String TelegramBOT::connectToTelegram(String command) { String mess=""; long now; bool avail; // Connect with api.telegram.org IPAddress server(149,154,167,198); if (client.connect(server, 443)) { Serial.println(".... connected to server");...