We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Creating a new sketch with name "100_Blink" failed on V1.2.4/Indigo. The reason could be the lines below in the included/generated header file.
Eventually the "define" must be only start with a not numeric sign.
Workaround: Create the sketch without numbers at the beginning of the name. After creating it successfully rename the project in eclipse.
The text was updated successfully, but these errors were encountered:
Fixed this by preceding the name with _
Sorry, something went wrong.
No branches or pull requests
Creating a new sketch with name "100_Blink" failed on V1.2.4/Indigo.
The reason could be the lines below in the included/generated header file.
ifndef 100_Blink_H_
define 100_Blink_H_
Eventually the "define" must be only start with a not numeric sign.
Workaround: Create the sketch without numbers at the beginning of the name. After creating it successfully rename the project in eclipse.
The text was updated successfully, but these errors were encountered: