Skip to content

Create new sketch and name start with numbers -> problematic #26

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

Closed
gen2thomas opened this issue Mar 26, 2013 · 1 comment
Closed

Create new sketch and name start with numbers -> problematic #26

gen2thomas opened this issue Mar 26, 2013 · 1 comment

Comments

@gen2thomas
Copy link

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.

@jantje
Copy link
Member

jantje commented Oct 22, 2013

Fixed this by preceding the name with _

@jantje jantje closed this as completed Oct 22, 2013
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

2 participants