fixed blackbox devicelist

selecting bb device was broken in configurator ... this solves the problem
This commit is contained in:
TheAngularity 2017-04-13 20:14:03 +02:00 committed by GitHub
parent 9ab02f1d38
commit f0d07753d3
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ static const char * const lookupTableGimbalMode[] = {
#ifdef BLACKBOX
static const char * const lookupTableBlackboxDevice[] = {
"SERIAL", "SPIFLASH", "SDCARD"
"NONE", "SPIFLASH", "SDCARD", "SERIAL"
};
#endif