mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
Fixes #6667
This commit is contained in:
parent
d85ade45d8
commit
9da190e73d
1 changed files with 3 additions and 0 deletions
|
@ -1725,6 +1725,9 @@ void copyTrimsToOffset(uint8_t ch)
|
|||
|
||||
inline uint32_t PWR_PRESS_DURATION_MIN()
|
||||
{
|
||||
if (g_eeGeneral.version != EEPROM_VER)
|
||||
return 200;
|
||||
|
||||
return (2 - g_eeGeneral.pwrOnSpeed) * 100;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue