We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FCOPY needs to be implemented that implements the [C]opy function that is in CONFIG, as a tool that can be used outside of CONFIG.
You can use any of the F* or N* tools as a template to get any code you need.
How it needs to work:
FCOPY <source_host_slot>,<sourch_path>,<destination_host_slot>,<destination_path>
example:
D1:FCOPY 2,/some/path/to/file,1,/some/path/to/destination/file
The copy command is described here: https://github.com/FujiNetWIFI/fujinet-platformio/wiki/SIO-Command-%24D8-Copy-File
and the code that config uses, is here: https://github.com/FujiNetWIFI/fujinet-config/blob/master/src/diskulator_copy.c
The text was updated successfully, but these errors were encountered:
No branches or pull requests
FCOPY needs to be implemented that implements the [C]opy function that is in CONFIG, as a tool that can be used outside of CONFIG.
You can use any of the F* or N* tools as a template to get any code you need.
How it needs to work:
example:
The copy command is described here:
https://github.com/FujiNetWIFI/fujinet-platformio/wiki/SIO-Command-%24D8-Copy-File
and the code that config uses, is here:
https://github.com/FujiNetWIFI/fujinet-config/blob/master/src/diskulator_copy.c
The text was updated successfully, but these errors were encountered: