mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 17:25:18 +03:00
Rename serialrx_type to serialrx_provider to match gps_provider and
telemetry_provider.
This commit is contained in:
parent
1777d8feda
commit
f1d38c0fa2
5 changed files with 6 additions and 6 deletions
|
@ -321,7 +321,7 @@ static void resetConf(void)
|
|||
|
||||
resetTelemetryConfig(&masterConfig.telemetryConfig);
|
||||
|
||||
masterConfig.rxConfig.serialrx_type = 0;
|
||||
masterConfig.rxConfig.serialrx_provider = 0;
|
||||
masterConfig.rxConfig.midrc = 1500;
|
||||
masterConfig.rxConfig.mincheck = 1100;
|
||||
masterConfig.rxConfig.maxcheck = 1900;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue