Le chemin de sortie VScode Arduino [avertissement] n'est pas spécifié. Impossible de réutiliser des fichiers compilés précédemment. Le téléchargement pourrait être lent. Voir Readme.

/*You need to specify the output path for the compilation of each sketch you
compile. You can do that by pressing f1, typing in ".vscode/arduino.json" and
adding the line specifying the address of the folder you want to use to keep
the previous compilations.
*/
	"output": "...../build"
    
//You need to do this for each sketch where you want to reuse the previous
//compilations
Flyhouse_Squarewheel