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
FYI, in case you haven't seen, MAVLink FTP specifies now a NACK error for when a file/directory is not found: https://mavlink.io/en/services/ftp.html#error_codes
you may want to implement this, instead of the previous "workaround".
thx btw for the MAVLinkFTP feature, I'm lovin' it :)
The text was updated successfully, but these errors were encountered:
@bugobliterator looks like the error code enum has changed?
Sorry, something went wrong.
only extended by one entry, not changed
Ardupilot already has that extra as Busy, not 404
No branches or pull requests
FYI, in case you haven't seen, MAVLink FTP specifies now a NACK error for when a file/directory is not found: https://mavlink.io/en/services/ftp.html#error_codes
you may want to implement this, instead of the previous "workaround".
thx btw for the MAVLinkFTP feature, I'm lovin' it :)
The text was updated successfully, but these errors were encountered: