mirror of https://github.com/arendst/Tasmota.git
Merge pull request #8845 from Jason2866/patch-1
Add build flag -DFIRMWARE_IR_CUSTOM
This commit is contained in:
commit
da5150643a
|
@ -36,7 +36,7 @@ build_flags = ${common.build_flags} -DFIRMWARE_DISPLAYS
|
||||||
build_flags = ${common.build_flags} ${irremoteesp_full.build_flags} -DFIRMWARE_IR
|
build_flags = ${common.build_flags} ${irremoteesp_full.build_flags} -DFIRMWARE_IR
|
||||||
|
|
||||||
[env:tasmota-ircustom]
|
[env:tasmota-ircustom]
|
||||||
build_flags = ${common.build_flags} ${irremoteesp_full.build_flags}
|
build_flags = ${common.build_flags} ${irremoteesp_full.build_flags} -DFIRMWARE_IR_CUSTOM
|
||||||
|
|
||||||
[env:tasmota-BG]
|
[env:tasmota-BG]
|
||||||
build_flags = ${common.build_flags} -DMY_LANGUAGE=bg_BG
|
build_flags = ${common.build_flags} -DMY_LANGUAGE=bg_BG
|
||||||
|
|
Loading…
Reference in New Issue