Replies: 1 comment
-
This is an issue with the PlatformIO library dependency resolver. For future reference, see the workaround in #309. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
has anyone managed to sucesfully use this library with PlatformIO and RPI Pico?
In library manager im able to see version 1.2.0 and simple code does not compile, with issues being MIDIUSB not recognizing RPI2040 as device with USB. So i've downloaded zip with this repo and provided it directly (which gives me version 2.0.0). But error still persists.
Simple code i try to compile:
My platformio.ini:
Beggining of error:
Is there some additional steps which need to be done in order to make this lib working with PlatformIO? Maybe some other arduino core? I don't know how to change them.
When i install this library from zip into arduino 1.8.16 it compiles correctly.
My PlatformIO is
Core 6.1.5 Home 3.4.3
Used Packages:
Beta Was this translation helpful? Give feedback.
All reactions