Rename environmental measurement to telemetry

This commit is contained in:
Jm Casler
2022-02-26 20:52:22 -08:00
parent 5bff62e428
commit ac43a1b182
34 changed files with 603 additions and 557 deletions

View File

@@ -1,8 +1,11 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide",
"xaver.clang-format"
]
}
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide",
"xaver.clang-format"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}