1
0
Fork 0
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:
Bertrand Songis 2014-02-24 07:30:59 +01:00
parent c98e718e16
commit 2a8abd08da
18 changed files with 90 additions and 15 deletions

View file

@ -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");