Merge pull request #2877 from TheAngularity/patch-2
fixed blackbox devicelist
This commit is contained in:
commit
9032c3cbfd
|
@ -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