# V0.1 完成mqtt连接发送

This commit is contained in:
jxh
2025-03-20 13:33:27 +08:00
commit 21d5bb5147
7 changed files with 330 additions and 0 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"
]
}