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

Solve Arduino IDE issue 'KeyboardCombiner.ino' needs to be in package 'K... #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

professor
Copy link

When using the project the first time in Arduino IDE 1.0.6, I saw the error:

Needs to be in package 'KeyboardCombiner', since the git project can not be easily renamed on github, I decided to have the .ino file be the same name.

Note, that you'll need to update your wiki page:
"Upload the keyboard combiner sketch: https://raw.githubusercontent.com/davidbkemp/KeyboardCombinerArduinoSketch/master/KeyboardCombiner.ino"

Unfortunately, wiki pages are not versioned with the git repo. I wonder if they are versioned at all. Hmmm.

@davidbkemp
Copy link
Owner

I have not been able to reproduce the problem. Can you please provide further details as to how you were uploading the sketch? Were you copy/pasting the ino file text into a new sketch, or were you attempting to import it as a library? Are you using a Leonardo, or one of the other Arduinos?

I have updated the wiki page with some details on how to upload the sketch. It now instructs you to copy/paste the code into a new sketch window and upload from that. I am beginning to think that I should restructure things so that the code can be selected as an "example" in an installable library. It might make the process simpler given that you already need to install the Host Shield library.

Regarding the wiki page: it is versioned, but I have just noticed that anyone can actually modify the page (as long as they are logged in) without having to send a pull request. I will shift the content into the README file as you suggested.

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

Successfully merging this pull request may close these issues.

None yet

2 participants