Bind Serial Transports To Web Sessions

This commit is contained in:
2026-09-05 18:01:39 +02:00
parent 93eef0e676
commit a62a655ac1
18 changed files with 528 additions and 35 deletions
+1 -1
View File
@@ -346,7 +346,7 @@ static esp_err_t ticket_handler(httpd_req_t *request)
}
error = web_serial_transport_handle_authenticated_ticket_request(
request, &principal);
request, &principal, 0U);
secure_wipe(&principal, sizeof(principal));
if (error == ESP_OK) {
return ESP_OK;