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:
parent
04d8dd27bf
commit
14c13085b7
8 changed files with 389 additions and 156 deletions
|
@ -353,7 +353,7 @@ static const char * const lookupTableGimbalMode[] = {
|
|||
};
|
||||
|
||||
static const char * const lookupTableBlackboxDevice[] = {
|
||||
"SERIAL", "SPIFLASH"
|
||||
"SERIAL", "SPIFLASH", "SDCARD"
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue