forked from ArduPilot/mavlink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pymavlink
updated
13 files
+1 −1 | .github/workflows/test.yml | |
+3 −0 | dialects/.gitignore | |
+0 −28 | dialects/v10/.gitignore | |
+0 −28 | dialects/v20/.gitignore | |
+205 −127 | generator/mavgen_python.py | |
+2 −2 | generator/mavparse.py | |
+5 −5 | mavutil.py | |
+72 −0 | tests/64-fields.xml | |
+73 −0 | tests/65-fields.xml | |
+41 −0 | tests/test_mavxml.py | |
+4 −4 | tests/test_trim.py | |
+319 −293 | tools/mavfft_isb.py | |
+45 −21 | tools/mavlogdump.py |