fixed blackbox devicelist
selecting bb device was broken in configurator ... this solves the problem
This commit is contained in:
parent
9ab02f1d38
commit
f0d07753d3
|
@ -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…
Reference in New Issue