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:
committed by
Earle F. Philhower, III
parent
ca2f31a6f2
commit
d507c799f7
@ -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"
|
||||
],
|
||||
|
||||
|
Reference in New Issue
Block a user