libmdot file functions
- This topic has 2 replies, 2 voices, and was last updated 8 years, 10 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Hi,
I see there are file functions within the mdot.h header file, is there any further documentation on what they actually do, where they write files to and if this is persistent across firmware uploads.
I’m looking to have some configuration data saved during device setup that is available once the device is deployed and not having to update code each time a new device is sent out.
Thanks
Andrew
The files will be saved in the 2MB external flash and will persist across firmware updates.
Thanks Jason.