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

DEBUG_ALWAYS

This commit is contained in:
giacomo892 2018-02-21 11:03:32 +01:00
parent cac5caca02
commit b64053b1d0
2 changed files with 2 additions and 1 deletions

View file

@ -57,6 +57,7 @@ typedef enum {
DEBUG_PITOT,
DEBUG_AGL,
DEBUG_FLOW_RAW,
DEBUG_ALWAYS,
DEBUG_COUNT
} debugType_e;

View file

@ -69,7 +69,7 @@ tables:
- name: i2c_speed
values: ["400KHZ", "800KHZ", "100KHZ", "200KHZ"]
- name: debug_modes
values: ["NONE", "GYRO", "NOTCH", "NAV_LANDING", "FW_ALTITUDE", "RFIND", "RFIND_Q", "PITOT", "AGL", "FLOW_RAW"]
values: ["NONE", "GYRO", "NOTCH", "NAV_LANDING", "FW_ALTITUDE", "RFIND", "RFIND_Q", "PITOT", "AGL", "FLOW_RAW","ALWAYS"]
- name: async_mode
values: ["NONE", "GYRO", "ALL"]
- name: aux_operator