Page 2 of 2

Re: Which memory is the best for frequently storing data

Posted: Mon Dec 04, 2023 1:39 am
by Sprite
Does SPIFFS automatically do wear leveling or is it necessary to initialize the wear leveling for SPIFFS filesystem?
As far as I understand, wear leveling is intrinsic to the file system design; you shouldn't need to enable or initialize it.