Initial commit

This commit is contained in:
lagertonne 2025-05-26 17:17:04 +02:00
commit 5c2e3bcef6
8 changed files with 221 additions and 0 deletions

10
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,10 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"idf.port": "/dev/ttyACM0"
}