This commit is contained in:
2025-05-01 23:57:21 +02:00
parent bc8616ef5f
commit 88efccb65a
4 changed files with 237 additions and 134 deletions

10
.vscode/settings.json vendored
View File

@@ -10,5 +10,13 @@
"idf.customExtraVars": {
"IDF_TARGET": "esp32s3"
},
"idf.flashType": "UART"
"idf.flashType": "UART",
"idf.flashBaudRate": "115200",
"idf.monitorBaudRate": "115200",
"files.associations": {
"**/debian/*.install": "plain",
"condition_variable": "c",
"ctime": "c",
"mutex": "c"
},
}