Skip to content

[documentation] ESP32-CAM Board: LED does not light up: wrong LED pin definition? #7927

@dsyleixa

Description

@dsyleixa

Related area

esp32-cam

Hardware specification

esp32-cam CAMERA_MODEL_AI_THINKER // Has PSRAM

Is your feature request related to a problem?

the auto-generated website has lot of control widgets, e.g. the LED Intensitiy slider widget.
But when dragging the slider, nothing happens to my onboard-LED, it's always off.
I am using the
#define CAMERA_MODEL_AI_THINKER // Has PSRAM
program: CameraWebServer.ino 2.0.7

testing LED_BUILTIN: not available for CameraWebServer.ino ('LED_BUILTIN' was not declared in this scope)

are there perhaps wrong LED pin definitions in a config file?
Which #defines as to the built-in LED have to be changed probably?
Where can I possibly find documentations about that?

Describe the solution you'd like

correct on-board LED control,
'LED_BUILTIN' was not declared in this scope (CameraWebServer 2.0.7)

Describe alternatives you've considered

No response

Additional context

No response

I have checked existing list of Feature requests and the Contribution Guide

  • I confirm I have checked existing list of Feature requests and Contribution Guide.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions