Basic remote off switch for lighting

This commit is contained in:
Robert Marshall 2022-09-08 21:16:27 +01:00
parent d0ee5cd752
commit 06dd03ea45
8 changed files with 159 additions and 0 deletions

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