Wie man ein neues PlatformIO-Projekt auf der Kommandozeile erstellt
Sie können ein neues PlatformIO-Projekt auf der Kommandozeile erstellen, indem Sie z.B. ausführen
pio-project-init.sh
pio project init --board esp32dev --ide vscode --sample-codeBeachten Sie, dass alle Optionen (--board und --ide) optional sind. Ohne --sample-code wird PlatformIO nicht automatisch src/main.cpp generieren
Dies wird ein neues PlatformIO-Projekt im aktuellen Verzeichnis initialisieren.
Check out similar posts by category:
PlatformIO
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow