ldf to avoid compiling non-essential libraries

This commit is contained in:
Paul
2020-02-15 18:02:14 +01:00
parent 8443127401
commit 6e609de1ca

View File

@@ -41,6 +41,7 @@ framework = arduino
platform = espressif8266
;platform = https://github.com/platformio/platform-espressif8266#develop
;platform = https://github.com/platformio/platform-espressif8266#feature/stage
lib_compat_mode = strict
lib_deps =
https://github.com/rlogiacco/CircularBuffer
https://github.com/PaulStoffregen/OneWire
@@ -54,7 +55,6 @@ lib_deps =
EEPROM_Rotate@0.9.2 ; https://github.com/xoseperez/eeprom_rotate
ArduinoJson@6.14.1 ; https://github.com/bblanchon/ArduinoJson
ESPAsyncTCP@1.2.2 ; https://github.com/me-no-dev/ESPAsyncTCP
lib_ignore = AsyncTCP
upload_speed = 921600
monitor_speed = 115200