From fca3c1357c9d64b028c9991c45c568a27288d90f Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 4 Jul 2020 12:00:15 +0200 Subject: [PATCH] Add build flag -DFIRMWARE_IR_CUSTOM to env tasmota-ir. --- platformio_tasmota_env.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio_tasmota_env.ini b/platformio_tasmota_env.ini index 3d08d5cd6..4a447da82 100644 --- a/platformio_tasmota_env.ini +++ b/platformio_tasmota_env.ini @@ -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