From cc8ae7c7a70a4163cac21d623128b122cbaf92e7 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 28 Feb 2020 13:55:40 +0100 Subject: [PATCH] Update platformio_tasmota_env.ini --- platformio_tasmota_env.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio_tasmota_env.ini b/platformio_tasmota_env.ini index cfcd53686..cf9a5eab7 100644 --- a/platformio_tasmota_env.ini +++ b/platformio_tasmota_env.ini @@ -32,10 +32,10 @@ build_flags = ${common.build_flags} -DFIRMWARE_SENSORS build_flags = ${common.build_flags} -DFIRMWARE_DISPLAYS [env:tasmota-ir] -build_flags = ${common.build_flags} ${irremoteesp8266_full.build_flags} -DFIRMWARE_IR +build_flags = ${common.build_flags} -DUSE_IR_REMOTE_FULL -DFIRMWARE_IR [env:tasmota-ircustom] -build_flags = ${common.build_flags} ${irremoteesp8266_full.build_flags} +build_flags = ${common.build_flags} -DUSE_IR_REMOTE_FULL [env:tasmota-BG] build_flags = ${common.build_flags} -DMY_LANGUAGE=bg-BG