How can I set a specific arduino-pico version in PlatformIO? #2065
Unanswered
bastian2001
asked this question in
Q&A
Replies: 1 comment
-
I believe it's
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to add this line to platformio.ini:
platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git@3.7.2
However, this leads to the following error after checked out pyserial:
PackageException: Package version 1.30702.0+sha.fd69414 doesn't satisfy requirements 3.7.2 based on PackageMetadata <type=tool name=framework-arduinopico version=1.30702.0+sha.fd69414 spec={'owner': 'earlephilhower', 'id': None, 'name': 'framework-arduinopico', 'requirements': '3.7.2', 'uri': 'git+https://github.com/earlephilhower/arduino-pico.git'}
Am I doing something wrong here? #master instead of @3.7.2 at the end works.
Full platformio.ini
Full log:
Beta Was this translation helpful? Give feedback.
All reactions