mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Merge pull request #1873 from jflyper/bfdev-fix-boxosd
Activate BOXOSD unconditionally (Fixes #1870)
This commit is contained in:
commit
100746cccb
1 changed files with 1 additions and 3 deletions
|
@ -397,9 +397,7 @@ void initActiveBoxIds(void)
|
||||||
activeBoxIds[activeBoxIdCount++] = BOXCALIB;
|
activeBoxIds[activeBoxIdCount++] = BOXCALIB;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (feature(FEATURE_OSD)) {
|
activeBoxIds[activeBoxIdCount++] = BOXOSD;
|
||||||
activeBoxIds[activeBoxIdCount++] = BOXOSD;
|
|
||||||
}
|
|
||||||
|
|
||||||
#ifdef TELEMETRY
|
#ifdef TELEMETRY
|
||||||
if (feature(FEATURE_TELEMETRY) && telemetryConfig()->telemetry_switch) {
|
if (feature(FEATURE_TELEMETRY) && telemetryConfig()->telemetry_switch) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue