Tasmota/lib/lib_ssl/tls_mini
Lech Perczak b5730a9be9 BearSSL: support connect() without timeout on ESP32
Arduino-ESP32 supports both versions of 'connect' method, with and
without timeout argument. Since most users of
WiFiClientSecure_light class use version without this argument -
for example - Telegram, export both on ESP32 to fix build failure
with USE_TELEGRAM enabled on ESP32.

Fixes: 3d5c68b850 ("Berry class ``webclient`` for HTTP/HTTPS requests")
Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
2021-10-21 23:29:47 +02:00
..
src BearSSL: support connect() without timeout on ESP32 2021-10-21 23:29:47 +02:00
library.json Introduced tasmota_options.h for libs 2021-05-04 19:28:51 +02:00