Bind Serial Transports To Web Sessions
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user