Fixed custom url matcher

This commit is contained in:
Niklas Jensen
2026-01-29 11:38:46 +01:00
committed by nikguin04
parent 0a2d3c0e31
commit 6d62b00c0e
+1
View File
@@ -22,6 +22,7 @@ void WebServer::config(size_t maxUriHandlers, size_t stackSize) {
config_.stack_size = stackSize;
config_.max_resp_headers = 16;
config_.lru_purge_enable = true;
config_.uri_match_fn = httpd_uri_match_wildcard;
}
esp_err_t WebServer::listen(uint16_t port) {