forked from vinconicola/SOMMM
-
Notifications
You must be signed in to change notification settings - Fork 0
Configurare IDE PlatformIO
aSamu3l edited this page Oct 5, 2024
·
2 revisions
- Installare VSCode (consiglio vivamente di usare Linux)
- Installare una versione abbastanza recente di Python (3.6 o più recente)
- Installare l'estensione PlatformIO x VSCode
- Clona la Repository da GitHub
git clone https://github.com/aSamu3l/SOMMM.git
- Apri il progetto
SOMMM
tramite PlatformIO
Apri un nuovo terminale --> PlatformIO: New Terminal
--> Esegui pip install css_html_js_minify
Apri un nuovo terminale --> PlatformIO: New Terminal
--> Installa le dipendenze con pio lib install "packet@^version"
. ES: pio lib install "GxEPD2@^1.2.10"