mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Set fixed FS label.
This commit is contained in:
parent
c25271bd3f
commit
d1bd214376
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user