mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Print names instead of hex value
This commit is contained in:
parent
740b4a91bd
commit
42ba069a69
3 changed files with 26 additions and 2 deletions
|
@ -23,6 +23,8 @@
|
|||
#include "fc/runtime_config.h"
|
||||
#include "io/beeper.h"
|
||||
|
||||
const char *armingDisableFlagNames[] = { ARMING_DISBALED_FLAG_NAMES };
|
||||
|
||||
uint8_t armingFlags = 0;
|
||||
uint8_t stateFlags = 0;
|
||||
uint16_t flightModeFlags = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue