mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 12:46:34 +00:00
DFP_IN_IROM
This commit is contained in:
parent
9432fae65a
commit
02fec9d8d4
@ -57,8 +57,7 @@ default_envs =
|
|||||||
framework = arduino
|
framework = arduino
|
||||||
board = esp01_1m
|
board = esp01_1m
|
||||||
board_build.flash_mode = dout
|
board_build.flash_mode = dout
|
||||||
; board_build.ldscript = eagle.flash.1m.ld
|
board_build.ldscript = eagle.flash.1m.ld
|
||||||
board_build.ldscript = ${PROJECTSRC_DIR}/ld/eagle.flash.1m.ld_FP_IN_IROM
|
|
||||||
|
|
||||||
platform = ${core_active.platform}
|
platform = ${core_active.platform}
|
||||||
platform_packages = ${core_active.platform_packages}
|
platform_packages = ${core_active.platform_packages}
|
||||||
@ -92,6 +91,7 @@ extra_scripts = pio/strip-floats.py
|
|||||||
build_flags = -D NDEBUG
|
build_flags = -D NDEBUG
|
||||||
-mtarget-align
|
-mtarget-align
|
||||||
-Wl,-Map,firmware.map
|
-Wl,-Map,firmware.map
|
||||||
|
-DFP_IN_IROM
|
||||||
; new mechanism to set the IRremoteESP8266 supported protocols: none except HASH, NEC, RC5, RC6
|
; new mechanism to set the IRremoteESP8266 supported protocols: none except HASH, NEC, RC5, RC6
|
||||||
-D_IR_ENABLE_DEFAULT_=false
|
-D_IR_ENABLE_DEFAULT_=false
|
||||||
-DDECODE_HASH=true -DDECODE_NEC=true -DSEND_NEC=true
|
-DDECODE_HASH=true -DDECODE_NEC=true -DSEND_NEC=true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user