I had to add these two lines to LFSInterface.h to make it work
#include <Arduino.h>
#include <lfs.h>
Is that an issue on my side? How did you make it work without them.
I kept getting a lot of undeclared errors on the type byte and for the whole struct.
I had to add these two lines to
LFSInterface.hto make it workIs that an issue on my side? How did you make it work without them.
I kept getting a lot of undeclared errors on the type
byteand for the whole struct.