Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USB serial fs command extension #1927

Open
htotoo opened this issue Feb 22, 2024 · 1 comment
Open

USB serial fs command extension #1927

htotoo opened this issue Feb 22, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@htotoo
Copy link
Member

htotoo commented Feb 22, 2024

Currently the file system commands don't allow spaces in filenames / folder names.
Affected commands:
ls
unlink
mkdir
filesize
fopen
crc32

Should handle them too, and since none of the commands needs more parameters, just 1 it could be done by concatenating the parameters.
(

@htotoo htotoo added the enhancement New feature or request label Feb 22, 2024
@htotoo
Copy link
Member Author

htotoo commented Mar 7, 2024

There is also a bug, when the file name (with path) is too long, the serial can't handle it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant