-
Notifications
You must be signed in to change notification settings - Fork 34
"device type not defined" when testing without .arduino-ci.yml #158
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
Comments
Can you post the contents of the config file that produced errors? |
|
I can think of 2 things that could be going wrong here.
|
Should |
I would expect that either all the platforms in
So this was a red herring, my fault. Also:
Now that you mention it... this is indeed a bug. But a duplicate bug of #140 😞 |
In the short term I'm wondering if I should just disable the entry in default.yml, but that really won't help all the gem versions that are already in the wild. |
System
See #149 for system details.
"device type not defined" errors
Based on ./REFERENCE.md I believe that
.arduino-ci.yml
is optional, but when I left it out I got an error. I added it back and gave it the values found inmisc/default.yml
and the error reproduced. By making changes to the file I gradually reduced it to see that the error reproduces withzero
as the only entries in theplatforms
section. I don't need zero (I only use Mega2560) but I was trying to do something that was generalized.There are many errors, but following is the first:
Arduino or Unit Test Code, Illustrating the Problem
Arduino Architecture(s) Affected
The text was updated successfully, but these errors were encountered: