mirror of
https://github.com/esphome/esphome.git
synced 2025-01-01 02:11:44 +01:00
rollback esphome/core/config.py
This commit is contained in:
parent
4a83efceac
commit
969f1abbb4
1 changed files with 0 additions and 4 deletions
|
@ -5,7 +5,6 @@ import re
|
||||||
|
|
||||||
from esphome import automation
|
from esphome import automation
|
||||||
import esphome.codegen as cg
|
import esphome.codegen as cg
|
||||||
from esphome.components.zephyr import zephyr_add_prj_conf
|
|
||||||
import esphome.config_validation as cv
|
import esphome.config_validation as cv
|
||||||
from esphome.const import (
|
from esphome.const import (
|
||||||
CONF_ARDUINO_VERSION,
|
CONF_ARDUINO_VERSION,
|
||||||
|
@ -359,9 +358,6 @@ async def to_code(config):
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
if CORE.using_zephyr:
|
|
||||||
zephyr_add_prj_conf("BT_DEVICE_NAME", config[CONF_NAME])
|
|
||||||
|
|
||||||
CORE.add_job(_add_automations, config)
|
CORE.add_job(_add_automations, config)
|
||||||
|
|
||||||
cg.add_build_flag("-fno-exceptions")
|
cg.add_build_flag("-fno-exceptions")
|
||||||
|
|
Loading…
Reference in a new issue