Updated esp-idf to newest version

This commit is contained in:
2021-11-21 18:01:20 +01:00
parent 4db09fda31
commit 467962efeb
10 changed files with 919 additions and 530 deletions

View File

@@ -93,17 +93,17 @@ esp_err_t webserver_settings_handler(httpd_req_t *req)
HtmlTag styleTag{"style", "type=\"text/css\"", body};
body +=
".form-table {"
"display: table;"
"border-collapse: separate;"
"border-spacing: 10px 0;"
"display: table;"
"border-collapse: separate;"
"border-spacing: 10px 0;"
"}"
".form-table .form-table-row {"
"display: table-row;"
"display: table-row;"
"}"
".form-table .form-table-row .form-table-cell {"
"display: table-cell;"
"display: table-cell;"
"}";
}