define ESP32_CAM_ENABLE_PIN as 15

pico-fc-test
alanbjohnston 3 years ago committed by GitHub
parent 91a69c00fa
commit a1377d678a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,6 +22,7 @@ int end_flag_detected = false;
int jpeg_start = 0;
FastCRC8 CRC8;
#define CAMERA_TIMEOUT 20000 // Camera timeout in milli seconds
#define ESP32_CAM_ENABLE_PIN 15
//#define GET_IMAGE_DEBUG

Loading…
Cancel
Save

Powered by TurnKey Linux.