mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
Remove root CA cert bundle
This commit is contained in:
parent
1043f5ddd7
commit
109f00368e
@ -1348,7 +1348,8 @@ static hasp_attribute_type_t special_attribute_src(lv_obj_t* obj, const char* pa
|
||||
#if defined(ARDUINO) && defined(ARDUINO_ARCH_ESP32)
|
||||
#if HASP_USE_WIFI > 0 || HASP_USE_ETHERNET > 0
|
||||
HTTPClient http;
|
||||
http.begin(payload, (const char*)rootca_crt_bundle_start);
|
||||
// http.begin(payload, (const char*)rootca_crt_bundle_start);
|
||||
http.begin(payload);
|
||||
http.setTimeout(5000);
|
||||
http.setConnectTimeout(5000);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user