Initial (and hopefully last) commit

This commit is contained in:
mia 2026-05-20 14:06:57 +02:00
commit dea8e8be68
41 changed files with 126867 additions and 0 deletions

10
code/.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"
]
}