Merge remote-tracking branch 'Tasmota/development'

This commit is contained in:
Platformio BUILD 2020-07-04 10:25:01 +00:00
commit 0611cddd2b
2 changed files with 2 additions and 2 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
[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]
build_flags = ${common.build_flags} -DMY_LANGUAGE=bg_BG

View File

@ -50,7 +50,7 @@ build_flags = ${common32.build_flags} ${irremoteesp_full.build_flags
[env:tasmota32-ircustom]
extends = env:tasmota32
build_flags = ${common32.build_flags} ${irremoteesp_full.build_flags}
build_flags = ${common32.build_flags} ${irremoteesp_full.build_flags} -DFIRMWARE_IR_CUSTOM
[env:tasmota32-BG]
extends = env:tasmota32