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
It should be a simple matter of changing the following line: https://github.com/DroidPlanner/droidplanner/blob/d469064f5c01d751075763d5fcb7d6b51c1e8264/Android/src/org/droidplanner/android/utils/file/DirectoryPath.java#L38
But we need to check if the listFiles function isn't recursive: https://github.com/diydrones/droneapi-java/blob/c441e3aac7d74f3602c677843901a48eeace750c/src/main/java/com/geeksville/apiproxy/DirectoryUploader.java#L31
The text was updated successfully, but these errors were encountered:
listFiles is not recursive. And line https://github.com/diydrones/droneapi-java/blob/c441e3aac7d74f3602c677843901a48eeace750c/src/main/java/com/geeksville/apiproxy/DirectoryUploader.java#L33 will make sure that only the .tlog files will be parsed instead of the directory Sent/
Sorry, something went wrong.
arthurbenemann
No branches or pull requests
It should be a simple matter of changing the following line:
https://github.com/DroidPlanner/droidplanner/blob/d469064f5c01d751075763d5fcb7d6b51c1e8264/Android/src/org/droidplanner/android/utils/file/DirectoryPath.java#L38
But we need to check if the listFiles function isn't recursive:
https://github.com/diydrones/droneapi-java/blob/c441e3aac7d74f3602c677843901a48eeace750c/src/main/java/com/geeksville/apiproxy/DirectoryUploader.java#L31
The text was updated successfully, but these errors were encountered: