1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-19 08:15:49 +00:00

[core] Add support for extern "C" includes (#11422)

This commit is contained in:
Jonathan Swoboda
2025-10-20 22:46:50 -04:00
committed by GitHub
parent 3b6ff615e8
commit a809a13729
3 changed files with 70 additions and 14 deletions

View File

@@ -471,6 +471,7 @@ CONF_IMPORT_REACTIVE_ENERGY = "import_reactive_energy"
CONF_INC_PIN = "inc_pin"
CONF_INCLUDE_INTERNAL = "include_internal"
CONF_INCLUDES = "includes"
CONF_INCLUDES_C = "includes_c"
CONF_INDEX = "index"
CONF_INDOOR = "indoor"
CONF_INFRARED = "infrared"