Peter Barker
|
03218b11ac
|
AP_MSP: add and use AP_RSSI_ENABLED
|
2023-12-12 11:37:57 +11:00 |
yaapu
|
5cad520acf
|
AP_MSP: move arming status to MSP telemetry base class
|
2022-09-21 17:18:53 +10:00 |
Peter Barker
|
92b44c118f
|
AP_MSP: tidy includes
|
2022-05-03 09:14:58 +10:00 |
Shiv Tyagi
|
4b7b5a4d90
|
AP_OSD: fix code causing errors when OSD is compiled out
This fixes the code causing problem in compiling out OSD
|
2021-12-21 10:06:01 +11:00 |
yaapu
|
9f0d9a5652
|
AP_MSP: added multi screen and stats support to DJI FPV OSD
|
2021-09-16 09:54:25 +10:00 |
yaapu
|
53ea385291
|
AP_MSP: removed unnecessary pure virtual methods
|
2021-09-15 17:28:56 +10:00 |
yaapu
|
e1b12fbee3
|
AP_MSP: use const structures and brace initialization where possible
saves ane extra 130bytes
|
2021-09-15 17:28:56 +10:00 |
yaapu
|
3bbf2c1f70
|
AP_MSP: removed unstructured writes to msp dst buffer
|
2021-09-15 17:28:56 +10:00 |
yaapu
|
188b7a50a9
|
AP_MSP: added a new backend for msp displayport aka canvas mode support
|
2021-08-25 17:12:15 +10:00 |
Michel Pastor
|
61073de909
|
AP_MSP: fix DJI FPV temperature and RPM
|
2021-07-06 12:18:21 +10:00 |
Andrew Tridgell
|
d8ed210b98
|
AP_MSP: cleanup namespace handling
using "using namespace MSP" in headers is a bad idea as it spreads to
lots of cpp via includes. It is fine in a cpp file
|
2020-09-02 05:56:46 +10:00 |
yaapu
|
80eca32604
|
AP_MSP: added Multiwii Serial protocol (MSP) v1 and v2 support
|
2020-09-02 05:56:46 +10:00 |