1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

Input config: Increase the delay after detecting a channel to ask for next one

This commit is contained in:
James Cotton 2012-01-31 11:24:19 -06:00
parent a5ffdb7306
commit e3f89eb958

View File

@ -717,7 +717,7 @@ void ConfigInputWidget::identifyControls()
m_config->wzText->clear();
setTxMovement(nothing);
QTimer::singleShot(500, this, SLOT(wzNext()));
QTimer::singleShot(2500, this, SLOT(wzNext()));
}
void ConfigInputWidget::identifyLimits()