You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Target sketch specification reference links to appropriate section
The Arduino Sketch Specification document has had some recent changes to avoid ambiguity. This allows the reference
links to now point to the specific section of the specification relevant to that rule so that the user will be able to
find the information quickly.
@@ -1411,7 +1411,7 @@ var configurations = []Type{
1411
1411
Brief: ".pde extension",
1412
1412
Description: "A sketch file uses the deprecated `.pde` file extension. The .pde extension is used by both [Processing](https://processing.org/) sketches and Arduino sketches. If the project has supplemental Processing sketches, they should either be in the [`data` subfolder of the sketch](https://arduino.github.io/arduino-cli/latest/sketch-specification/#data-subfolder) or in the [`extras` folder of the library](https://arduino.github.io/arduino-cli/latest/library-specification/#extra-documentation). Arduino sketches should use the modern `.ino` extension.",
1413
1413
MessageTemplate: "{{.}} uses deprecated .pde file extension. Use .ino for Arduino sketches.",
0 commit comments