Keep those configs alive or forever regret it
For today's mistake I was initializing LittleFs by defining its lsf_config struct inside my wrapper code init function.
static lfs_t fileSystem;
int LfsReadCallback(const struct lfs_config *c, lfs_block_t block, lfs_off_t off, void *buffer, lfs_size...
owningmymistakes.hashnode.dev2 min read