mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
[http_request] Allow configure buffer size on ESP-IDF (#4078)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
6e9a0181eb
commit
3802a8133c
@ -36,6 +36,11 @@ Configuration variables:
|
||||
experiencing device reboots due to watchdog timeouts;** doing so may prevent the device from rebooting due to a
|
||||
legitimate problem. **Only available on ESP32 and RP2040**.
|
||||
|
||||
**For the ESP32 when using ESP-IDF:**
|
||||
|
||||
- **buffer_size_rx** (*Optional*, integer): Change HTTP receive buffer size. Defaults to ``512``.
|
||||
- **buffer_size_tx** (*Optional*, integer): Change HTTP transmit buffer size. Defaults to ``512``.
|
||||
|
||||
**For the ESP8266:**
|
||||
|
||||
- **esp8266_disable_ssl_support** (*Optional*, boolean): Determines whether to include HTTPS/SSL support in the
|
||||
|
Loading…
Reference in New Issue
Block a user