- Notifications
You must be signed in to change notification settings - Fork7.8k
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 currentmaster 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
constunsignedcharindex_ov2640_html_gz[]= { ...};
- and paste it to the input field of theCyberChef page with recipe: From Hex, Gunzip
and see the output:<!doctype html><html><head><metacharset="utf-8"><metaname="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 theCyberChef page with recipe: Gzip, To Hex, To Upper case, Find / Replace )
Metadata
Metadata
Assignees
Labels
No labels