mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Default blackbox device to NONE on reset (#12221)
* Default blackbox device to NONE on reset * Add check for flashIsSupported * Move blackbox validation outside of validateAndFixGyroConfig()
This commit is contained in:
parent
99088f28d1
commit
d9264045b3
5 changed files with 28 additions and 19 deletions
|
@ -72,8 +72,6 @@
|
|||
|
||||
#define TARGET_BOARD_IDENTIFIER "TEST"
|
||||
|
||||
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_SERIAL
|
||||
|
||||
#define LED_STRIP_TIMER 1
|
||||
#define SOFTSERIAL_1_TIMER 2
|
||||
#define SOFTSERIAL_2_TIMER 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue