Closed
Description
like described in issue #7461, there is still a typo in the file.
but that issue was closed, because of its age (#10838), with comment - to feel free to re-open the issue, if the issue still exist. but i don't have the possibility to re-open that issue.
the current master of camera_index.h still shows this wrong title. so the typo still exist.
to verify,
- copy the content (comma separated hex-values) between the curled brackets of
const unsigned char index_ov2640_html_gz[] = { ... };
- and paste it to the input field of the CyberChef page with recipe: From Hex, Gunzip
and see the output:<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>ESP32 OV2460</title>
the correct title sould be <title>ESP32 OV2640</title>
for the OV2640 sensor.
(to reverse, from html to hex-values again, your can also use the CyberChef page with recipe: Gzip, To Hex, To Upper case, Find / Replace )
Metadata
Metadata
Assignees
Labels
No labels