We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I created a new project in platformio and did as suggested
command: pio pkg install --library "thomasonw/ATmegaxxM1-C1@^1.0.4"
Resolving megaatmega1280 dependencies... Library Manager: Installing thomasonw/ATmegaxxM1-C1 @ ^1.0.4 Downloading [####################################] 100% Unpacking [####################################] 100% Library Manager: [email protected] has been installed
The resulting platformio.ini
[env:test] platform = atmelavr board = ATmegaxxM1-C1 framework = arduino lib_deps = thomasonw/ATmegaxxM1-C1@^1.0.4
When building I get the error: UnknownBoard: Unknown board ID 'ATmegaxxM1-C1'
I also tried as board: "ATmegaxxM1", "atmega64m1_16Mhz_xtl"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I created a new project in platformio and did as suggested
command: pio pkg install --library "thomasonw/ATmegaxxM1-C1@^1.0.4"
The resulting platformio.ini
When building I get the error:
UnknownBoard: Unknown board ID 'ATmegaxxM1-C1'
I also tried as board: "ATmegaxxM1", "atmega64m1_16Mhz_xtl"
The text was updated successfully, but these errors were encountered: