From d1514b76d78e0170884da2de7c41320cdad23bea Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Sun, 11 Dec 2022 18:06:53 +0100 Subject: [PATCH] correct a dangerous change from upstream re-defining "register" breaks inline ASM code (frameworks) --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 3b0ffd3f..68820498 100644 --- a/platformio.ini +++ b/platformio.ini @@ -131,7 +131,7 @@ build_flags = -D DECODE_SONY=true -D DECODE_SAMSUNG=true -D DECODE_LG=true - -Dregister= # remove warnings in C++17 due to use of deprecated register keyword by the FastLED library + ;-Dregister= # remove warnings in C++17 due to use of deprecated register keyword by the FastLED library -DWLED_USE_MY_CONFIG ; -D USERMOD_SENSORSTOMQTT #For ADS1115 sensor uncomment following