When using ESP32-CAM: no files saved on SD-card.
Hi,
First - great work! I cant make it work on a ESP32-CAM -have you had any experience with that?
I managed to make it compile when using SD_MMC instead of SD function calls - but no files are saved (sd card functions are working - it can see the card, detect sizes etc), and I think the error may lie within "pcap.openFile(SD)" somewhere - it seems it is not actually opening a file. I cant really debug it much further - pcap.flashFile() doesnt return any errors nor does pcap.closeFile() return anything.
I know this was not specifically designed for the ESP32-CAM, but...it is SO CLOSE! :-) Any suggestions..?
I should note that the chip is in fact an ESP32S - same as you are using - so Im a bit puzzled TBH :-)