We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff07c8e commit 89f4d7cCopy full SHA for 89f4d7c
content/components/esphome.md
@@ -56,6 +56,9 @@ Advanced options:
56
The paths in this list are relative to the directory where the YAML configuration file is located or `<...>` includes.
57
See [`includes`](#esphome-includes).
58
59
+- **includes_c** (*Optional*, list of files): The same as `includes` but for files that require C linkage. All includes
60
+ will be wrapped in `extern "C" {}`. See [`includes`](#esphome-includes).
61
+
62
- **libraries** (*Optional*, list of libraries): A list of libraries to include in the project. See
63
[`libraries`](#esphome-libraries).
64
0 commit comments