Fixed project for new submodules
This commit is contained in:
@@ -334,7 +334,7 @@ esp_err_t webserver_newSettings_handler(httpd_req_t *req)
|
||||
|
||||
{
|
||||
HtmlTag divTag{"div", "class=\"form-table-cell\"", body};
|
||||
showInputForSetting(nvsName, config.value, body);
|
||||
showInputForSetting(nvsName, config.value(), body);
|
||||
}
|
||||
|
||||
{
|
||||
|
Reference in New Issue
Block a user