Search found 1 match

by codebrane
Fri Aug 11, 2023 8:25 am
Forum: ESP32 Arduino
Topic: ESP32-CAM SD 1 bit mode stops camera working
Replies: 0
Views: 1173

ESP32-CAM SD 1 bit mode stops camera working

Using SD 4 bit mode:

Code: Select all

SD_MMC.begin();
the SD card and camera work fine.

Using 1 bit mode:

Code: Select all

SD_MMC.begin("/sdcard", true);
the SD and camera configure ok but the camera flash no longer works.

Are the two linked?