diff --git a/src/main/fc/cli.c b/src/main/fc/cli.c index 055bc7f043..6189d2909c 100755 --- a/src/main/fc/cli.c +++ b/src/main/fc/cli.c @@ -246,7 +246,7 @@ static const char * const lookupTableGimbalMode[] = { #ifdef BLACKBOX static const char * const lookupTableBlackboxDevice[] = { - "SERIAL", "SPIFLASH", "SDCARD" + "NONE", "SPIFLASH", "SDCARD", "SERIAL" }; #endif