[Build] No longer ignore RN2xx3 library on Custom IR builds

This ignore was once needed to keep the number of .cpp.o files down, but that's already been dealt with right now.
This commit is contained in:
TD-er
2021-03-07 13:33:35 +01:00
parent 1ead9093a4
commit f2e76ed895
+1 -1
View File
@@ -44,7 +44,7 @@ platform_packages = ${regular_platform.platform_packages}
build_flags = ${regular_platform.build_flags}
${esp8266_4M1M.build_flags}
-DPLUGIN_BUILD_CUSTOM
lib_ignore = LittleFS, ESP32_ping, ESP32WebServer, ServoESP32, ESP32HTTPUpdateServer, Adafruit GFX Library, LOLIN_EPD, Adafruit ILI9341, Adafruit BusIO, Adafruit NeoPixel, Adafruit Motor Shield V2 Library, RN2xx3 Arduino Library
lib_ignore = LittleFS, ESP32_ping, ESP32WebServer, ServoESP32, ESP32HTTPUpdateServer, Adafruit GFX Library, LOLIN_EPD, Adafruit ILI9341, Adafruit BusIO, Adafruit NeoPixel, Adafruit Motor Shield V2 Library
extra_scripts = ${esp8266_custom_common.extra_scripts}