clean way to use
Posted: Sat Feb 28, 2026 9:28 am
I'm trying to use these together:
but I'm getting compilation errors because they both depend on espressif/tinyusb and each provides their own tusb_config.h - so tusb.h will only include one of them and then the compilation of the other library fails.
What's a clean way that doesn't require any changes to either library to use these together?
Code: Select all
dependencies:
espressif/esp_tinyusb:
version: "*"
espressif/usb_device_uvc:
version: "*"What's a clean way that doesn't require any changes to either library to use these together?