mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-19 02:11:24 +01:00
remove use_custom_code (#841)
This commit is contained in:
parent
bdbf972a5f
commit
704eda78d2
@ -43,8 +43,6 @@ Advanced options:
|
||||
but you can customize this behavior using this option.
|
||||
- **platformio_options** (*Optional*, mapping): Additional options to pass over to PlatformIO in the
|
||||
platformio.ini file. See :ref:`esphome-platformio_options`.
|
||||
- **use_custom_code** (*Optional*, boolean): Whether to configure the project for writing custom components.
|
||||
This sets up some flags so that custom code should compile correctly
|
||||
- **includes** (*Optional*, list of files): A list of C[++] files to include in the main (auto-generated) sketch file
|
||||
for custom components. The paths in this list are relative to the directory where the YAML configuration file
|
||||
is in. Should have file extension ``.h`` - See :ref:`esphome-includes` for more info.
|
||||
|
Loading…
Reference in New Issue
Block a user