typo in camera_index.h OV2460 -> OV2640 · Issue #7461 · espressif/arduino-esp32 (original) (raw)

Board

n/a

Device Description

n/a

Hardware Configuration

n/a

Version

v2.0.5

IDE Name

Arduino

Operating System

n/a

Flash frequency

n/a

PSRAM enabled

yes

Upload speed

n/a

Description

the title of the Camera web site is wrong for the OV2640 sensor
camera_index.h

it extracts to:

<!doctype html>
<html>
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width,initial-scale=1">
        <title>ESP32 OV2460</title>
...

but it should be:

<!doctype html>
<html>
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width,initial-scale=1">
        <title>ESP32 OV2640</title>
...

Sketch

Debug Message

Other Steps to Reproduce

No response

I have checked existing issues, online documentation and the Troubleshooting Guide