mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-24 00:35:14 +03:00
Issue #741 fixed - a==x added in logical switches functions
This commit is contained in:
parent
c98e718e16
commit
2a8abd08da
18 changed files with 90 additions and 15 deletions
|
@ -428,6 +428,8 @@ QString LogicalSwitchData::funcToString()
|
|||
case LS_FN_DAPOS:
|
||||
return QObject::tr("|d|>=x");
|
||||
case LS_FN_VEQUAL:
|
||||
return QObject::tr("a=x");
|
||||
case LS_FN_VALMOSTEQUAL:
|
||||
return QObject::tr("a~x");
|
||||
case LS_FN_TIMER:
|
||||
return QObject::tr("Timer");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue