change to joystick

This commit is contained in:
2023-11-06 21:24:55 +01:00
parent bff0995309
commit 183b087ed7
11 changed files with 295 additions and 456 deletions

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