mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Support for Multi FrSky 2.1.x (#7472)
* FRSKY X2.1 support * String fixes * Cosmetics * Improve 128 multi GUI * Improve 128 internal multi GUI * Improve 1212 multi GUI * Fix * Adjust multi upgrade version warning * Cosmetics * Cosmetics * Cosmetics Co-authored-by: Kilrah <kilrah@andrebernet.ch>
This commit is contained in:
parent
bb3dd95acc
commit
c11b565f03
10 changed files with 95 additions and 45 deletions
|
@ -555,7 +555,7 @@ void MultiModuleStatus::getStatusString(char * statusText) const
|
|||
return;
|
||||
}
|
||||
|
||||
if (major <= 1 && minor <= 3 && revision <= 0 && patch <= 47 && SLOW_BLINK_ON_PHASE) {
|
||||
if (major <= 1 && minor <= 3 && revision <= 0 && patch <= 78 && SLOW_BLINK_ON_PHASE) {
|
||||
strcpy(statusText, STR_MODULE_UPGRADE);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue