mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-06 21:54:15 +01:00
Output Remapping: renamed PPM_SERVO option to PPM+Servo
This commit is contained in:
parent
b8d9d300c8
commit
4ed23dd891
@ -1333,7 +1333,7 @@ void PIOS_Board_Init(void) {
|
|||||||
#endif /* PIOS_INCLUDE_PWM */
|
#endif /* PIOS_INCLUDE_PWM */
|
||||||
break;
|
break;
|
||||||
case HWSETTINGS_CC_RCVRPORT_PPM:
|
case HWSETTINGS_CC_RCVRPORT_PPM:
|
||||||
case HWSETTINGS_CC_RCVRPORT_PPM_SERVO:
|
case HWSETTINGS_CC_RCVRPORT_PPMSERVO:
|
||||||
#if defined(PIOS_INCLUDE_PPM)
|
#if defined(PIOS_INCLUDE_PPM)
|
||||||
{
|
{
|
||||||
uint32_t pios_ppm_id;
|
uint32_t pios_ppm_id;
|
||||||
@ -1369,7 +1369,7 @@ void PIOS_Board_Init(void) {
|
|||||||
case HWSETTINGS_CC_RCVRPORT_PPM:
|
case HWSETTINGS_CC_RCVRPORT_PPM:
|
||||||
PIOS_Servo_Init(&pios_servo_cfg);
|
PIOS_Servo_Init(&pios_servo_cfg);
|
||||||
break;
|
break;
|
||||||
case HWSETTINGS_CC_RCVRPORT_PPM_SERVO:
|
case HWSETTINGS_CC_RCVRPORT_PPMSERVO:
|
||||||
case HWSETTINGS_CC_RCVRPORT_SERVO:
|
case HWSETTINGS_CC_RCVRPORT_SERVO:
|
||||||
PIOS_Servo_Init(&pios_servo_rcvr_cfg);
|
PIOS_Servo_Init(&pios_servo_rcvr_cfg);
|
||||||
break;
|
break;
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<description>Selection of optional hardware configurations.</description>
|
<description>Selection of optional hardware configurations.</description>
|
||||||
<field name="CC_FlexiPort" units="function" type="enum" elements="1" options="Disabled,Telemetry,GPS,Spektrum1,Spektrum2,ComAux,I2C" defaultvalue="Disabled"/>
|
<field name="CC_FlexiPort" units="function" type="enum" elements="1" options="Disabled,Telemetry,GPS,Spektrum1,Spektrum2,ComAux,I2C" defaultvalue="Disabled"/>
|
||||||
<field name="CC_MainPort" units="function" type="enum" elements="1" options="Disabled,Telemetry,S.Bus,GPS,Spektrum1,Spektrum2,ComAux" defaultvalue="Telemetry"/>
|
<field name="CC_MainPort" units="function" type="enum" elements="1" options="Disabled,Telemetry,S.Bus,GPS,Spektrum1,Spektrum2,ComAux" defaultvalue="Telemetry"/>
|
||||||
<field name="CC_RcvrPort" units="function" type="enum" elements="1" options="Disabled,PWM,PPM,PPM_SERVO,SERVO" defaultvalue="PWM"/>
|
<field name="CC_RcvrPort" units="function" type="enum" elements="1" options="Disabled,PWM,PPM,PPM+Servo,Servo" defaultvalue="PWM"/>
|
||||||
|
|
||||||
<field name="OP_FlexiPort" units="function" type="enum" elements="1" options="Disabled,GPS" defaultvalue="GPS"/>
|
<field name="OP_FlexiPort" units="function" type="enum" elements="1" options="Disabled,GPS" defaultvalue="GPS"/>
|
||||||
<field name="OP_MainPort" units="function" type="enum" elements="1" options="Disabled,Telemetry" defaultvalue="Telemetry"/>
|
<field name="OP_MainPort" units="function" type="enum" elements="1" options="Disabled,Telemetry" defaultvalue="Telemetry"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user