Hi dronecz,
thanks for your feedback!! Sorry for the delay Yes, I know this Information, but it seems I’m to stupid to understand what I have to do I found a solution in This forum (Problem with fs and drv and File pointer ESP32 bootloop - #25 by Ulric_Denis) But when i try to use this file I got this error Message From Compiler :
In file included from C:\Users\Andy\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.3\libraries\SD\src/SD.h:17, from C:\Users\Andy\Documents\Arduino\libraries\lvgl\src\extra\libs\fsdrv\lv_fs_fatfs.c:13: C:\Users\Andy\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.3\libraries\FS\src/FS.h:24:10: fatal error: memory: No such file or directory #include <memory> ^~~~~~~~ compilation terminated.
If I use FS.h in my main program, I don’t get this error, so at this point I’m totally lost