Set fixed FS label.

This commit is contained in:
iabdalkader 2018-09-17 01:29:52 +02:00
parent c25271bd3f
commit d1bd214376

View File

@ -524,6 +524,9 @@ soft_reset:
MP_STATE_VM(vfs_mount_table) = vfs;
MP_STATE_PORT(vfs_cur) = vfs;
// set label
f_setlabel(&vfs_fat->fatfs, "OPENMV_DISK");
// Parse OpenMV configuration file.
openmv_config_t openmv_config;
if (first_soft_reset) {