From 0625425d4dd794f5506a141c43fa6099a56a73b4 Mon Sep 17 00:00:00 2001 From: bastien Date: Tue, 23 May 2023 15:30:14 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'IDF=20ESP'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IDF-ESP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IDF-ESP.md b/IDF-ESP.md index 9e6b9fa..8302e74 100644 --- a/IDF-ESP.md +++ b/IDF-ESP.md @@ -43,7 +43,7 @@ idf.py build idf.py flash ``` -### [Création d'un projet](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/linux-macos-setup.html#step-5-first-steps-on-esp-idf) +### [Création d'un projet avec un esp pour faire un hello world](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/linux-macos-setup.html#step-5-first-steps-on-esp-idf) Pour l'exemple, nous allons lancer de base de l'idf espressif hello_world : ```