1
0
Fork 0
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:
anthonycake 2020-12-05 12:17:38 +01:00
parent c9dd69b19e
commit 8627af832c
3 changed files with 20 additions and 0 deletions

View file

@ -98,4 +98,5 @@ const char * const debugModeNames[DEBUG_COUNT] = {
"RX_TIMING",
"D_LPF",
"VTX_TRAMP",
"GHST"
};