Hi folks, I know I can enable writing to the filesystem in CP, but are there any other persistent storage libraries? I need to store a small amount of data (100-200 bytes) that help keep track of the bluetooth connections. Basically, I need to track the IDs of the BLE Centrals in the order they were originally bonded.
I know I can enable writing the filesystem and save that to a file, but it's not really something that needs to be exposed to the user, and I'd like the end user to be able to edit the code.py and config files. So, ideally, it wouldn't put it in the filesystem but perhaps in FLASH somewhere.



