Midroom2 added fade

This commit is contained in:
2023-01-29 10:39:02 +03:00
parent b2b2921390
commit 1aa51ad242
8 changed files with 195 additions and 5 deletions

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