weather icon initial

This commit is contained in:
c3ma
2023-05-31 21:30:21 +02:00
parent 9cc39ab295
commit 8c26252aeb
4 changed files with 75 additions and 34 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"
]
}