From 39b1bb57fd25e0369340a4b54bf51a9c0b685a15 Mon Sep 17 00:00:00 2001 From: Luc Date: Fri, 1 Nov 2019 22:07:48 +0100 Subject: [PATCH] Pin 4 is used by SD card reader so better not to use it for other purpose --- esp3d/src/include/pins.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp3d/src/include/pins.h b/esp3d/src/include/pins.h index dfd789a3..ebe86819 100644 --- a/esp3d/src/include/pins.h +++ b/esp3d/src/include/pins.h @@ -142,7 +142,7 @@ #endif //CAMERA_MODEL_M5STACK_WIDE #if CAMERA_DEVICE == CAMERA_MODEL_AI_THINKER -#define CAM_LED_PIN 4 +#define CAM_LED_PIN -1 #define CAM_PULLUP1 -1 #define CAM_PULLUP2 -1 #define PWDN_GPIO_NUM 32