mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 08:15:17 +03:00
StartupSwitches and BeepCenter in ModelSetup rewritten
This commit is contained in:
parent
350e910a57
commit
5b7654e475
7 changed files with 226 additions and 1100 deletions
|
@ -1138,12 +1138,6 @@ int findmult(float value, float base)
|
|||
return mult;
|
||||
}
|
||||
|
||||
bool checkbit(int value, int bit)
|
||||
{
|
||||
return ((value & (1<<bit))==(1<<bit));
|
||||
}
|
||||
|
||||
|
||||
QString getFrSkyAlarmType(int alarm)
|
||||
{
|
||||
switch (alarm) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue