mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
update
- format error as hex
This commit is contained in:
parent
b964bcdaa2
commit
8599926313
@ -34,7 +34,7 @@ esp_err_t StreamHelpers::stream(httpd_req_t *req)
|
||||
if (!fb)
|
||||
{
|
||||
res = ESP_FAIL;
|
||||
log_e("Camera capture failed with error = %d", res);
|
||||
log_e("Camera capture failed with error = 0x%x", res);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user