Update esp32-cam_camera.ino

This commit is contained in:
FURK4NGG
2025-11-18 11:52:32 +03:00
committed by GitHub
parent cc800e8641
commit 125f1e90ba
+1 -1
View File
@@ -9,7 +9,7 @@ const char *photoPrefix = "/photo_";
int photoNumber = 0;
// ⚙️ Donanım pinleri
#define BUTTON_PIN 12 // Fotoğraf çekme butonu
#define BUTTON_PIN 15 // Fotoğraf çekme butonu
#define FLASH_GPIO_NUM 4 // Flaş LED pini
void setup() {