Closed derMart closed 2 years ago
I don't use PIO and don't know how to reproduce or fix this. Try the Arduino IDE to see if that work. If not you could open an new issue again, though please ATTACH both sketch and warnings as txt file instead of pasting it her.
Well I am not using the Arduino IDE (not intending to). This issue also is not about the Arduino IDE, but about using this library within platformio, so please stick to the topic. Why are you not able to reproduce this? Just download vscode / vscodium install the platformio extension and try for yourself, it is not complicated. For your convenience, I am happy to generate a repository with all the necessary files which you just can try to build out of the box with platformio (either using the cli or using the vscode extension). Please reopen until resolved. This issue is not complete. EDIT: If you @hathach are not able to fix the issue, please assign this issue to somebody who is. Thanks alot.
Operating System
Linux
IDE version
platform.io vscodium extension Core 6.0.2 Home 3.4.2
Board
esp32-s2-saola-1
ArduinoCore version
using platform.io
TinyUSB Library version
adafruit/Adafruit TinyUSB Library@^1.13.2
Sketch
What happened ?
Unable to compile the midi_test example in platform.io. This is my platformio.ini
this is the log output:
so it seems Adafruit_USBD_MIDI is not defined. What am I doing wrong?
How to reproduce ?
Try to compile midi_test (as main.cpp) using the platform.io extension.
Debug Log
No response
Screenshots
No response