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 1/2] 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 From 3e46e6169e2f1b21e44bdaa7769ebd9f5e90645e Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 4 Jul 2020 12:18:45 +0200 Subject: [PATCH 2/2] Update platformio_tasmota_env32.ini --- platformio_tasmota_env32.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio_tasmota_env32.ini b/platformio_tasmota_env32.ini index 4398dcb04..6d6a0ebc0 100644 --- a/platformio_tasmota_env32.ini +++ b/platformio_tasmota_env32.ini @@ -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