mirror of
https://github.com/esphome/esphome.git
synced 2025-10-17 07:57:13 +02:00
fix
This commit is contained in:
parent
6531e66c07
commit
28e437299a
@ -234,7 +234,7 @@ async def to_code(config):
|
||||
# Real ESP8266 hardware only has 32KB IRAM, but for CI testing we pretend it has 2MB
|
||||
# This is done via a pre-build script that generates a custom linker script
|
||||
if CORE.testing_mode:
|
||||
cg.add_define("ESPHOME_TESTING_MODE")
|
||||
cg.add_build_flag("-DESPHOME_TESTING_MODE")
|
||||
|
||||
cg.add_platformio_option("board_build.flash_mode", config[CONF_BOARD_FLASH_MODE])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user