mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Multi: Enable D8, D16v1 and D16v2.1 TX clone mode (#7516)
* Clone mode * Switch table from octal to hex * Revert change to octal as requested by 3djc * Changing to Cloned to please 3djc ;-) * Minimum Multi version: 1.3.0.87 * Cosmetics * Cosmetics * Add cloned to X2 Co-authored-by: Pascal Langer <planger@mathworks.com> Co-authored-by: 3djc <lesitewebdejc@hotmail.com>
This commit is contained in:
parent
673fcb9287
commit
5e2fc7f1ae
7 changed files with 23 additions and 13 deletions
|
@ -555,7 +555,7 @@ void MultiModuleStatus::getStatusString(char * statusText) const
|
|||
return;
|
||||
}
|
||||
|
||||
if (major <= 1 && minor <= 3 && revision <= 0 && patch <= 78 && SLOW_BLINK_ON_PHASE) {
|
||||
if (major <= 1 && minor <= 3 && revision <= 0 && patch < 87 && SLOW_BLINK_ON_PHASE) {
|
||||
strcpy(statusText, STR_MODULE_UPGRADE);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue