Merge pull request #8845 from Jason2866/patch-1

Add build flag -DFIRMWARE_IR_CUSTOM
This commit is contained in:
Theo Arends 2020-07-04 12:05:22 +02:00 committed by GitHub
commit da5150643a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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