1
0
Fork 0
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:
Mark Haslinghuis 2023-01-29 01:42:32 +01:00 committed by GitHub
parent 99088f28d1
commit d9264045b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 28 additions and 19 deletions

View file

@ -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