diff --git a/Platform.io-cli.md b/Platform.io-cli.md index 71dddc3..4b719c6 100644 --- a/Platform.io-cli.md +++ b/Platform.io-cli.md @@ -37,7 +37,7 @@ pio project init --board uno --board nodemcuv2 --board teensy31 Si tout va bien normalement, vous devez avoir plusieurs dossiers et un fichier. Nous allons à présent nous place dans le dossier src et créer un fichier "main.cpp" : ``` -vimscode -esp main.cpp +vimscode -a main.cpp ``` Nous allons écrire à l'intérieur : ```