mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Change the default scenario for serial port 2 to be 'UNUSED'. Fixes
#145.
This commit is contained in:
parent
940552beb1
commit
3f59f6ed8d
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ void resetTelemetryConfig(telemetryConfig_t *telemetryConfig)
|
|||
void resetSerialConfig(serialConfig_t *serialConfig)
|
||||
{
|
||||
serialConfig->serial_port_scenario[0] = lookupScenarioIndex(SCENARIO_MSP_CLI_TELEMETRY_GPS_PASTHROUGH);
|
||||
serialConfig->serial_port_scenario[1] = lookupScenarioIndex(SCENARIO_GPS_ONLY);
|
||||
serialConfig->serial_port_scenario[1] = lookupScenarioIndex(SCENARIO_UNUSED);
|
||||
#if (SERIAL_PORT_COUNT > 2)
|
||||
serialConfig->serial_port_scenario[2] = lookupScenarioIndex(SCENARIO_UNUSED);
|
||||
#if (SERIAL_PORT_COUNT > 3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue