mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-26 22:21:38 +01:00
Add information about esp8266_disable_ssl_support (#1443)
This commit is contained in:
parent
f43a3a6786
commit
3438b7f47e
@ -29,6 +29,21 @@ Configuration variables:
|
||||
- **timeout** (*Optional*, :ref:`time <config-time>`): Timeout for request. Defaults to ``5s``.
|
||||
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.
|
||||
|
||||
ESP8266 Options:
|
||||
|
||||
- **esp8266_disable_ssl_support** (*Optional*, boolean): Whether to include SSL support on ESP8266s.
|
||||
Defaults to ``no``. See :ref:`esphome-esp8266_disable_ssl_support` for more info
|
||||
|
||||
.. _esphome-esp8266_disable_ssl_support:
|
||||
|
||||
``esp8266_disable_ssl_support``
|
||||
-------------------------------
|
||||
|
||||
This options allows you to disable inclusion of SSL libraries. This is required on a flash
|
||||
constrained devices (512k or 1M) which does not have enough space to support
|
||||
SSL and OTA concurrently. The flashing will fail with the following error
|
||||
``Error: ESP does not have enough space to store OTA file``.
|
||||
|
||||
HTTP Request Actions
|
||||
--------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user