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

Use specification compliant sketch names #15

Closed
wants to merge 1 commit into from
Closed

Use specification compliant sketch names #15

wants to merge 1 commit into from

Conversation

per1234
Copy link

@per1234 per1234 commented May 13, 2021

From the Arduino Sketch Specification:
https://arduino.github.io/arduino-cli/dev/sketch-specification/#sketch-folders-and-files

The sketch root folder name and code file names must start with a basic letter (A-Z or a-z) or number (0-9), followed
by basic letters, numbers, underscores (_), dots (.) and dashes (-).

NOTE

Support for sketch names starting with digits was added in Arduino IDE 1.8.4. Prior IDE versions do not recognize sketches named in this manner. If backwards compatibility that far back is considered important, I can propose alternative names.

From the Arduino Sketch Specification:
https://arduino.github.io/arduino-cli/dev/sketch-specification/#sketch-folders-and-files

> The sketch root folder name and code file names must start with a basic letter (A-Z or a-z) or number (0-9), followed
> by basic letters, numbers, underscores (_), dots (.) and dashes (-).
@ArminJo ArminJo closed this in dbc73b8 May 13, 2021
@ArminJo
Copy link
Owner

ArminJo commented May 13, 2021

Thanks!!!
I decided to do a bit more overhaul.

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