Gestion MQTT

This commit is contained in:
Serge NOEL
2026-03-11 14:29:08 +01:00
parent e723bf87cb
commit 59f7ae7ab3
4 changed files with 20 additions and 2 deletions

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