Fixed platform.io config

This commit is contained in:
Martin Bauer
2020-06-05 21:57:35 +02:00
parent 9bf3287944
commit adf5e0a7c3
5 changed files with 51 additions and 5 deletions

7
firmware/.vscode/extensions.json vendored Normal file
View File

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