1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 08:15:26 +03:00

Debug mode for pitot meter

This commit is contained in:
Pawel Spychalski (DzikuVx) 2017-08-04 22:16:28 +02:00
parent 127542c4d3
commit c12163930d
3 changed files with 8 additions and 1 deletions

View file

@ -52,5 +52,6 @@ typedef enum {
DEBUG_FW_CLIMB_RATE_TO_ALTITUDE,
DEBUG_RANGEFINDER,
DEBUG_RANGEFINDER_QUALITY,
DEBUG_PITOT,
DEBUG_COUNT
} debugType_e;