- format error as hex
This commit is contained in:
ZanzyTHEbar 2022-12-13 01:35:48 +00:00
parent b964bcdaa2
commit 8599926313

View File

@ -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
{