mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 17:25:18 +03:00
Pitotmeter support
This commit is contained in:
parent
15cb87fc0f
commit
bec60b452a
7 changed files with 42 additions and 1 deletions
|
@ -518,6 +518,7 @@ static bool mspFcProcessOutCommand(uint8_t cmdMSP, sbuf_t *dst, mspPostProcessFn
|
|||
sbufWriteU8(dst, getHwBarometerStatus());
|
||||
sbufWriteU8(dst, getHwGPSStatus());
|
||||
sbufWriteU8(dst, getHwRangefinderStatus());
|
||||
sbufWriteU8(dst, getHwPitotmeterStatus());
|
||||
sbufWriteU8(dst, HW_SENSOR_NONE); // Optical flow
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue