1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 05:15:25 +03:00

Add AFATFS support to Blackbox

This commit is contained in:
Nicholas Sherlock 2015-11-17 21:14:40 +13:00 committed by borisbstyle
parent 04d8dd27bf
commit 14c13085b7
8 changed files with 389 additions and 156 deletions

View file

@ -353,7 +353,7 @@ static const char * const lookupTableGimbalMode[] = {
};
static const char * const lookupTableBlackboxDevice[] = {
"SERIAL", "SPIFLASH"
"SERIAL", "SPIFLASH", "SDCARD"
};