mirror of
https://github.com/esphome/esphome.git
synced 2024-12-19 16:07:47 +01:00
http_request: fix memory allocation (#916)
This commit is contained in:
parent
420c860424
commit
7c870556c6
@ -28,6 +28,7 @@ class HttpRequestComponent : public Component {
|
||||
#ifdef ARDUINO_ARCH_ESP8266
|
||||
this->wifi_client_ = new BearSSL::WiFiClientSecure();
|
||||
this->wifi_client_->setInsecure();
|
||||
this->wifi_client_->setBufferSizes(512, 512);
|
||||
#endif
|
||||
}
|
||||
void dump_config() override;
|
||||
|
Loading…
Reference in New Issue
Block a user