mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 13:43:00 +00:00
[core] Add esphome.build_flags option for IDF + PlatformIO (#16629)
This commit is contained in:
@@ -2,6 +2,8 @@ esphome:
|
||||
debug_scheduler: true
|
||||
platformio_options:
|
||||
board_build.flash_mode: dio
|
||||
build_flags:
|
||||
- "-DESPHOME_TEST_BUILD_FLAG"
|
||||
environment_variables:
|
||||
TEST_ENV_VAR: "test_value"
|
||||
BUILD_NUMBER: "12345"
|
||||
|
||||
Reference in New Issue
Block a user