Mise à jour de 'Platform.io cli'
parent
f6e269d39a
commit
ce3874342b
|
@ -22,7 +22,7 @@ sudo ln -s ~/.platformio/penv/bin/piodebuggdb /usr/local/bin/piodebuggdb
|
|||
|
||||
Après avoir fini cela, redémarrer l'ordinateur pour qu'il prenne la configuration ci-dessus.
|
||||
|
||||
### [Création d'un projet](https://docs.platformio.org/en/latest/core/quickstart.html#board-identifier)
|
||||
### [Création d'un projet avec une arduino](https://docs.platformio.org/en/latest/core/quickstart.html#board-identifier)
|
||||
On va créer un dossier pour notre premier projet de teste :
|
||||
```
|
||||
mkdir "nom du dossier"
|
||||
|
@ -92,6 +92,10 @@ sudo usermod -aG dialout "votre utilisateur"
|
|||
Après cette commande, redémarrer votre ordinateur.
|
||||
|
||||
|
||||
## [Création d'un projet avec un ESP32](https://github.com/platformio/platform-espressif32/tree/master/examples/espidf-arduino-blink)
|
||||
|
||||
|
||||
|
||||
## Commandes utiles
|
||||
|
||||
Pour avoir toutes les commandes de platform.io : [Commande platform.io](https://docs.platformio.org/en/latest/core/userguide/index.html#commands)
|
||||
|
|
Loading…
Reference in a new issue