HASwitchPlate / openHASP

HomeAutomation Switchplate based on lvgl for ESP32
https://www.openhasp.com
MIT License
695 stars 179 forks source link

Allow more time for http get #624

Closed hb020 closed 8 months ago

hb020 commented 8 months ago

When specifying a URL for image src, we get a timeout already after 1 second. Some image providers (like security cameras) are taking more than 1 second. This simple change solves that.

(sorry for the 2 extra commits, mixed up branches)

fvanroie commented 8 months ago

Thanks. Please test the new build thoroughly and update docs where needed.