fix(build): change --libraries flag to --library in board configs

This commit is contained in:
2026-02-19 20:48:56 -08:00
parent f367bd365b
commit 913373ca72
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FQBN="esp32:esp32:esp32:FlashSize=4M,PartitionScheme=default"
PORT="/dev/ttyUSB0"
LIBS="--libraries ./vendor/esp32-32e-4/TFT_eSPI"
LIBS="--library ./vendor/esp32-32e-4/TFT_eSPI"
OPTS="-DDEBUG_MODE -DBOARD_HAS_PSRAM -DLOAD_GFXFF=1"