Baud Rate, Removed arduino projects

This commit is contained in:
2021-04-10 18:44:09 +02:00
parent 4c6875665c
commit e73944fba8
11 changed files with 142 additions and 453 deletions

7
esp-receiver/.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"
]
}

5
esp-receiver/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"files.associations": {
"*.tcc": "cpp"
}
}