Open gotfredsen opened 9 months ago
Hi,
I wanted to try the USB MSC Ramdisk, so in order to make your library work as a Arduino library I created this library.properties file:
name=ESP32 USB V2 version=2.0.0 author= chegewara maintainer=chegewara sentence=USB Devices paragraph=USB Devices category=Communication url=https://github.com/chegewara/esp32-usb-v2 architectures=* includes=src/*.hpp, src/*.h
It works until: .../Documents/Arduino/libraries/esp32-usb-v2-master/src/private/usb_device.hpp:6:10: fatal error: common/tusb_common.h: No such file or directory Any guidelines for how to use this with Arduino?
.../Documents/Arduino/libraries/esp32-usb-v2-master/src/private/usb_device.hpp:6:10: fatal error: common/tusb_common.h: No such file or directory
try to remove this line. its from library v1 and probably is not needed in v2
currently i am not working on usb libraries (or any other esp32 libraries, sorry)
Hi,
I wanted to try the USB MSC Ramdisk, so in order to make your library work as a Arduino library I created this library.properties file:
It works until:
.../Documents/Arduino/libraries/esp32-usb-v2-master/src/private/usb_device.hpp:6:10: fatal error: common/tusb_common.h: No such file or directory
Any guidelines for how to use this with Arduino?