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:
parent
a5ffdb7306
commit
e3f89eb958
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user