第一次同步

This commit is contained in:
2025-09-30 19:04:02 +08:00
parent 10350699d8
commit 5e938eaa70
19 changed files with 617 additions and 1 deletions

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