Fix duplicate TinyUSB symbols: add lib_archive=no (prevents Adafruit library archiving, changes link order so local .o defines symbols before libarduino_tinyusb.a)

This commit is contained in:
2026-06-23 23:14:51 +00:00
parent cdfac43bfe
commit dbb66e1e77
+1
View File
@@ -5,6 +5,7 @@
platform = espressif32
board = esp32-s3-devkitc-1
framework = arduino
lib_archive = no
lib_deps =
adafruit/Adafruit TinyUSB Library@^3.1.0