Tolentino Cotesta

Results 83 comments of Tolentino Cotesta

Ho aggiunto il supporto per alcune [API di Calendar](https://developers.google.com/calendar/api/v3/reference) ed implementato il suggerimento in merito alla classe `GoogleOAuth2` Per quanto riguarda il discorso della friend class, ho lasciato perdere perché...

@carlo-banfi i tuoi commenti sono sempre costruttivi anche e soprattutto quando rimarchi gli aspetti più formali che per me sono abbastanza sconosciuti ad essere sincero. Io non sono un programmatore...

Here you can find what you are asking for. The example are written for esp8266 only, but with some small edits (like in others examples) can run also with ESP32...

Ok, now the same examples con compile with both ESP32 and ESP8266 MCUs https://github.com/cotestatnt/AsyncTelegram2/tree/master/examples/ESP_OTA

It's the same. Since some releases ago, the default client with esp8266 is BearSSL so it's not needed anymore to write explicity.

Hi @FBMinis You are sending photo using this method: ` inline bool sendPhoto(int64_t chat_id, uint8_t *data, size_t size, const char *caption = nullptr)` As you can see, caption is already...

Hi @sharkyenergy, I'm sorry for the big late reply, but I've been very busy in recent months. Do you still have this problem or did you manage to solve it?

Hi @miguelfernando55 . Which microcontroller is it?

Thanks for your feedback, I will try to check after 20th August because I am going on vacation from next weekend

Hi @miguelfernando55 Regarding your issue, it is not clear to me if the failed connection to the Telegram server happens even if the esp32 is correctly connected to the internet....