[PIO] Make lib_deps multi-line definitions

This commit is contained in:
TD-er
2022-05-17 00:49:31 +02:00
parent b1ce9a71d4
commit 9e010d0a3a
4 changed files with 64 additions and 16 deletions
+2 -1
View File
@@ -73,7 +73,8 @@ build_type = ${debug_pio.build_type}
check_tool = ${debug_pio.check_tool}
check_flags = ${debug_pio.check_flags}
lib_ignore = ${esp32_always.lib_ignore}, ESP32_ping
lib_deps = ${esp32_common.lib_deps}, VL53L0X
lib_deps = ${esp32_common.lib_deps}
VL53L0X
board_upload.maximum_size = 4194304
build_flags = ${esp32_common.build_flags}
${debug_pio.build_flags}