adafruit / Adafruit_CircuitPython_ESP_ATcontrol

Use the ESP AT command sent to communicate with the Interwebs
MIT License
20 stars 17 forks source link

Increased the timeout for socket_connect(). #40

Closed waiweng83 closed 3 years ago

waiweng83 commented 3 years ago

Increased the timeout period for socket_connect() from 3 seconds to 10 seconds. Some website especially SSL might required more than 3 seconds to be connected (eg: Telegram API).

waiweng83 commented 3 years ago

Can you please help to create a release too after this is merged? Thanks and sorry for missing out this changes in the previous pull request.

waiweng83 commented 3 years ago

Thanks :)

evaherrada commented 3 years ago

Releasing now

waiweng83 commented 3 years ago

Thanks @dherrada :)