Hostname, Webserver, MDNS added

This commit is contained in:
2026-06-14 16:51:37 +02:00
parent a60797ff7c
commit dc39b3dc53
3 changed files with 182 additions and 6 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"
]
}