We should either implement a watchdog process (or integrate this into the idle process) which does a check in a given time interval (< 5 seconds) if a MMC is available and propagate this information to the FileManager.
If no MMC is available the FileManager should reset the cwd to / and should return with FILE_MANAGER_NO_DEVICE_CONNECTED from each call.
We should either implement a watchdog process (or integrate this into the idle process) which does a check in a given time interval (< 5 seconds) if a MMC is available and propagate this information to the FileManager.
If no MMC is available the FileManager should reset the cwd to
/
and should return withFILE_MANAGER_NO_DEVICE_CONNECTED
from each call.