RobPo / Paperino

E-Paper display library for the Particle & Arduino family.
https://robpo.github.io/Paperino/
BSD 3-Clause "New" or "Revised" License
37 stars 6 forks source link

Use specification compliant sketch names #16

Open per1234 opened 3 years ago

per1234 commented 3 years ago

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 (-).