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 : ```