Vladimir

Results 5 comments of Vladimir

After initializing wifi, add the line: ` secured_client.setCACert(TELEGRAM_CERTIFICATE_ROOT); // Add root certificate for api.telegram.org`

I made a temporary solution to the problem, but it is desirable to do this at the library level: `if (program_start==0) ` ` { ` ` timer_ws=millis(); ` ` program_start=1;...

I found a solution! In the WiFiClientSecure.cpp file, you need to change the timeout from 120000 to 10000.