Merge pull request #3491 from AlienWiiBF/FuriousFPV

Fix FortiniF4 and PikoF4 custom settings
This commit is contained in:
MJ666 2017-07-11 07:36:57 +02:00 committed by GitHub
commit 7366901b2e
2 changed files with 2 additions and 2 deletions

View File

@ -25,6 +25,6 @@
void targetConfiguration(void) void targetConfiguration(void)
{ {
telemetryConfigMutable()->telemetry_inverted = false; telemetryConfigMutable()->halfDuplex = false;
} }
#endif #endif

View File

@ -25,6 +25,6 @@
void targetConfiguration(void) void targetConfiguration(void)
{ {
telemetryConfigMutable()->telemetry_inverted = false; telemetryConfigMutable()->halfDuplex = false;
} }
#endif #endif