add iot example

This commit is contained in:
Siwat Sirichai 2023-01-23 11:11:54 +07:00
parent ea647bc465
commit dce0beceec
8 changed files with 180 additions and 0 deletions

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