Search found 1 match

by Chirag G Shetty
Sun Feb 23, 2025 10:45 am
Forum: ESP32 Arduino
Topic: ESP32-CAM live streaming and LED-control
Replies: 2
Views: 8753

Re: ESP32-CAM live streaming and LED-control

1. This statement in the very beginning (after #include and before the lines of code where you enter your wifi credentials) -
#define LED_FLASH_PIN 4
2. This statement in the last line of setup function -
pinMode(LED_FLASH_PIN, OUTPUT);
3. This statement right after the statement or in loop ...

Go to advanced search