mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Streamline multi interface (#7524)
This commit is contained in:
parent
07b096ff44
commit
9c632b582d
23 changed files with 147 additions and 36 deletions
|
@ -555,7 +555,7 @@ void MultiModuleStatus::getStatusString(char * statusText) const
|
|||
return;
|
||||
}
|
||||
|
||||
if (major <= 1 && minor <= 3 && revision <= 0 && patch < 87 && SLOW_BLINK_ON_PHASE) {
|
||||
if (major <= 1 && minor <= 3 && revision <= 0 && patch < 91 && SLOW_BLINK_ON_PHASE) {
|
||||
strcpy(statusText, STR_MODULE_UPGRADE);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue