From 2acc0e3a8fd34b74fc06c2938f5a12d90fa84198 Mon Sep 17 00:00:00 2001 From: s-hadinger <49731213+s-hadinger@users.noreply.github.com> Date: Fri, 7 Feb 2020 22:48:34 +0100 Subject: [PATCH] Remove trailing comments --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 13c83eeca..6e9f1ebc9 100755 --- a/platformio.ini +++ b/platformio.ini @@ -94,8 +94,8 @@ build_flags = -D NDEBUG [irremoteesp8266_full] build_flags = -DUSE_IR_REMOTE_FULL - -U_IR_ENABLE_DEFAULT_ ; use default, i.e. enable all protocols - -DDECODE_PRONTO=false -DSEND_PRONTO=false ; except PRONTO + -U_IR_ENABLE_DEFAULT_ + -DDECODE_PRONTO=false -DSEND_PRONTO=false [core_active] platform = ${core_2_6_1.platform}