You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an sdslot command that allows switching of the currently active sdcard slot. Without argument it could also return the currently active slot, or this could be an extra command...
sdslot [0|1] - switches the sd card slot to internal (0) or external(1) slot.
without argument displays the currently selected slot
Edit:
The command will revert to the last sdslot if the newly selected slot could not be initialized (no sd card, wrong format). In that case it should return an error.
Would be a great feature! When/if it comes to implementation a slot switch heading to a not present SD card should return something like "not present". That way the presence of SD cards can be evaluated before accessing them.
Add an sdslot command that allows switching of the currently active sdcard slot. Without argument it could also return the currently active slot, or this could be an extra command...
Edit:
The command will revert to the last sdslot if the newly selected slot could not be initialized (no sd card, wrong format). In that case it should return an error.
Example (with one card internal):
or with two cards:
The text was updated successfully, but these errors were encountered: