1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-17 07:57:13 +02:00
This commit is contained in:
J. Nick Koston 2025-10-15 06:39:44 -10:00
parent 6531e66c07
commit 28e437299a
No known key found for this signature in database

View File

@ -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])