Filenames used to be auto-truncated, and/or simply able to be longer than 63 characters.
I was used to typing something useful for ongoing large development projects, with the likes of:
Thanks.
Filenames used to be auto-truncated, and/or simply able to be longer than 63 characters.
I was used to typing something useful for ongoing large development projects, with the likes of:
Thanks.
not according to the specification
Sketch folders and files¶
The sketch root folder name and code file names must start with a basic letter (
A
-Z
ora
-z
) or number (0
-9
), followed by basic letters, numbers, underscores (_
), dots (.
) and dashes (-
). The maximum length is 63 characters.Support for names starting with a number was added in Arduino IDE 1.8.4.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.