Merge branch 'main' into DMX-23-template-string

This commit is contained in:
Raffael Wolf 2024-11-02 22:10:54 +01:00 committed by GitHub
commit 9b8b88eeb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View file

@ -5,3 +5,4 @@
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
.vscode/settings.json

View file

@ -1,6 +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"]
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}

View file

@ -15,4 +15,4 @@ framework = arduino
lib_deps =
hideakitai/ArtNet @ ^0.8.0
bblanchon/ArduinoJson @ ^7.2.0
ESP Async WebServer
me-no-dev/ESP Async WebServer