Testsetup for frequency on GPIO17

This commit is contained in:
Ollo
2022-04-02 22:10:31 +02:00
parent 6c475a2ade
commit f38cb6b564
4 changed files with 38 additions and 25 deletions

View File

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