Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error seen when using platform_packages #50

Closed
ieb opened this issue Dec 26, 2022 · 0 comments
Closed

Error seen when using platform_packages #50

ieb opened this issue Dec 26, 2022 · 0 comments

Comments

@ieb
Copy link

ieb commented Dec 26, 2022

major, minor, patch = package_version.split(".")

probably needs to be

major, minor, patch = package_version.split(".",maxsplit=2)

to allow package numbers with gitsha references to work. See SpenceKonde/megaTinyCore#877 for more details.

currently:

PACKAGES:

  • framework-arduino-megaavr-megatinycore @ 2.6.4+sha.9025674
  • tool-avrdude-megaavr @ 3.60300.220118 (6.3.0)
  • toolchain-atmelavr @ 3.70300.220127 (7.3.0)
    2.6.4+sha.9025674
    ValueError: too many values to unpack (expected 3):
@valeros valeros closed this as completed in 89c1b5c Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant