You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I found a bug, where the "New Project From Example" function pulls examples from the wrong version of the SDK, and instead uses the latest (2.0.0) version.
Steps to reproduce:
Click "New Project From Example"
Select the example (hello_uart)
Select Pico SDK version: 1.5.1
Generate project
Run git log in ~/.pico-sdk/examples/.git
Result:
commit 7fe60d6b4027771e45d97f207532c41b1d8c5418 (HEAD, tag: sdk-2.0.0)
Author: graham sanderson
Date: Thu Aug 8 06:20:00 2024 -0500
RP2350 and SDK 2.0.0 changes
Due to this bug, the example does not compile, because it uses code from the newest version of the SDK.
The text was updated successfully, but these errors were encountered:
Yes, the "New Project From Example" only supports the latest SDK version - @paulober could we update the webview to grey out other versions in the "Select Pico SDK version" dropdown unless you click on "Show Advanced Options" when creating a new project from examples?
Hello,
I found a bug, where the "New Project From Example" function pulls examples from the wrong version of the SDK, and instead uses the latest (2.0.0) version.
Steps to reproduce:
Result:
commit 7fe60d6b4027771e45d97f207532c41b1d8c5418 (HEAD, tag: sdk-2.0.0)
Author: graham sanderson
Date: Thu Aug 8 06:20:00 2024 -0500
Due to this bug, the example does not compile, because it uses code from the newest version of the SDK.
The text was updated successfully, but these errors were encountered: