Fixed up ESP32 Web server

This commit is contained in:
Joe Tretter
2022-03-29 12:38:40 -05:00
parent 66a81d44cd
commit b9484103ae
125 changed files with 153 additions and 4273 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"
]
}