From f0d07753d34527088c07b54a80292f32fee248ef Mon Sep 17 00:00:00 2001 From: TheAngularity Date: Thu, 13 Apr 2017 20:14:03 +0200 Subject: [PATCH] fixed blackbox devicelist selecting bb device was broken in configurator ... this solves the problem --- src/main/fc/cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/fc/cli.c b/src/main/fc/cli.c index b7c98537a..8d0df1212 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