mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
OP-1754 Fixing PWMSync PPM connection diagram setup.
This commit is contained in:
parent
190590e1a1
commit
f11c03d34a
@ -167,7 +167,8 @@ void ConnectionDiagram::setupGraphicsScene()
|
|||||||
case VehicleConfigurationSource::CONTROLLER_CC:
|
case VehicleConfigurationSource::CONTROLLER_CC:
|
||||||
case VehicleConfigurationSource::CONTROLLER_CC3D:
|
case VehicleConfigurationSource::CONTROLLER_CC3D:
|
||||||
prefix = "cc-";
|
prefix = "cc-";
|
||||||
if (m_configSource->getEscType() == VehicleConfigurationSource::ESC_ONESHOT) {
|
if (m_configSource->getEscType() == VehicleConfigurationSource::ESC_ONESHOT ||
|
||||||
|
m_configSource->getEscType() == VehicleConfigurationSource::ESC_RAPID) {
|
||||||
suffix = "-oneshot";
|
suffix = "-oneshot";
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user