mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
ldf to avoid compiling non-essential libraries
This commit is contained in:
@@ -41,6 +41,7 @@ framework = arduino
|
|||||||
platform = espressif8266
|
platform = espressif8266
|
||||||
;platform = https://github.com/platformio/platform-espressif8266#develop
|
;platform = https://github.com/platformio/platform-espressif8266#develop
|
||||||
;platform = https://github.com/platformio/platform-espressif8266#feature/stage
|
;platform = https://github.com/platformio/platform-espressif8266#feature/stage
|
||||||
|
lib_compat_mode = strict
|
||||||
lib_deps =
|
lib_deps =
|
||||||
https://github.com/rlogiacco/CircularBuffer
|
https://github.com/rlogiacco/CircularBuffer
|
||||||
https://github.com/PaulStoffregen/OneWire
|
https://github.com/PaulStoffregen/OneWire
|
||||||
@@ -54,7 +55,6 @@ lib_deps =
|
|||||||
EEPROM_Rotate@0.9.2 ; https://github.com/xoseperez/eeprom_rotate
|
EEPROM_Rotate@0.9.2 ; https://github.com/xoseperez/eeprom_rotate
|
||||||
ArduinoJson@6.14.1 ; https://github.com/bblanchon/ArduinoJson
|
ArduinoJson@6.14.1 ; https://github.com/bblanchon/ArduinoJson
|
||||||
ESPAsyncTCP@1.2.2 ; https://github.com/me-no-dev/ESPAsyncTCP
|
ESPAsyncTCP@1.2.2 ; https://github.com/me-no-dev/ESPAsyncTCP
|
||||||
lib_ignore = AsyncTCP
|
|
||||||
upload_speed = 921600
|
upload_speed = 921600
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user