1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-20 10:24:18 +03:00

PlatformIO: Append FLASHMODE_* macro (#5813)

This commit is contained in:
Ivan Kravets
2019-02-26 03:22:07 +02:00
committed by Earle F. Philhower, III
parent ca2f31a6f2
commit d507c799f7

View File

@ -97,8 +97,8 @@ env.Append(
"__ets__",
"ICACHE_FLASH",
("ARDUINO", 10805),
("ARDUINO_BOARD", '\\"PLATFORMIO_%s\\"'
% env.BoardConfig().id.upper()),
("ARDUINO_BOARD", '\\"PLATFORMIO_%s\\"' % env.BoardConfig().id.upper()),
"FLASHMODE_${BOARD_FLASH_MODE.upper()}",
"LWIP_OPEN_SRC"
],