From f6e269d39a43fdbc0a32487a60cdae0b7a47a009 Mon Sep 17 00:00:00 2001 From: bastien Date: Tue, 23 May 2023 12:14:39 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Platform.io=20cli'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Platform.io-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 : ```