File tree 2 files changed +12
-10
lines changed
2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 13
13
14
14
### New Features
15
15
16
- * px4 compatability improvements
16
+ * PX4 compatibility improvements
17
17
18
18
### Updated Features
19
19
20
20
* Documentation fixes
21
21
* PIP repository improvements
22
- * mode -setting API improvements
23
- * ardupilot-solo compatability fixes
22
+ * Mode -setting API improvements
23
+ * ardupilot-solo compatibility fixes
24
24
25
25
26
26
29
29
### Bug Fixes
30
30
31
31
* Splits outbound messages into its own thread.
32
- * remove of capabilities request on HEARTBEAT listener
33
- * check if mode_mapping has items before iteration
32
+ * Remove of capabilities request on HEARTBEAT listener
33
+ * Check if mode_mapping has items before iteration
34
+
35
+
34
36
35
37
## Version 2.1.0 (2016-02-16)
36
38
Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ Version 2.3.0 (2016-02-26)
19
19
New Features
20
20
~~~~~~~~~~~~
21
21
22
- - px4 compatability improvements
22
+ - PX4 compatibility improvements
23
23
24
24
Updated Features
25
25
~~~~~~~~~~~~~~~~
26
26
27
27
- Documentation fixes
28
28
- PIP repository improvements
29
- - mode -setting API improvements
30
- - ardupilot-solo compatability fixes
29
+ - Mode -setting API improvements
30
+ - ardupilot-solo compatibility fixes
31
31
32
32
Version 2.2.0 (2016-02-19)
33
33
--------------------------
@@ -36,8 +36,8 @@ Bug Fixes
36
36
~~~~~~~~~
37
37
38
38
- Splits outbound messages into its own thread.
39
- - remove of capabilities request on HEARTBEAT listener
40
- - check if mode\_mapping has items before iteration
39
+ - Remove of capabilities request on HEARTBEAT listener
40
+ - Check if mode\_mapping has items before iteration
41
41
42
42
Version 2.1.0 (2016-02-16)
43
43
--------------------------
You can’t perform that action at this time.
0 commit comments