mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
fixed blackbox devicelist
selecting bb device was broken in configurator ... this solves the problem
This commit is contained in:
parent
9ab02f1d38
commit
f0d07753d3
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ static const char * const lookupTableGimbalMode[] = {
|
|||
|
||||
#ifdef BLACKBOX
|
||||
static const char * const lookupTableBlackboxDevice[] = {
|
||||
"SERIAL", "SPIFLASH", "SDCARD"
|
||||
"NONE", "SPIFLASH", "SDCARD", "SERIAL"
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue