mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +03:00
Add debug support to GHST protocol driver
Add ability for pilots to log CRC errors, unknown frames, LQ, and RSSI. Added macro to debug.h to simplify incrementing debug values without the need for local statics in client code.
This commit is contained in:
parent
c9dd69b19e
commit
8627af832c
3 changed files with 20 additions and 0 deletions
|
@ -98,4 +98,5 @@ const char * const debugModeNames[DEBUG_COUNT] = {
|
|||
"RX_TIMING",
|
||||
"D_LPF",
|
||||
"VTX_TRAMP",
|
||||
"GHST"
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue