ESP32-CAM SD 1 bit mode stops camera working
Posted: Fri Aug 11, 2023 8:25 am
Using SD 4 bit mode:
the SD card and camera work fine.
Using 1 bit mode:
the SD and camera configure ok but the camera flash no longer works.
Are the two linked?
Code: Select all
SD_MMC.begin();
Using 1 bit mode:
Code: Select all
SD_MMC.begin("/sdcard", true);
Are the two linked?