mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
Refactoring FirmwareInterface / EepromInterface
This commit is contained in:
parent
7dd9e2d1e2
commit
c5ac19a054
51 changed files with 810 additions and 1143 deletions
|
@ -327,7 +327,7 @@ void avrOutputDialog::errorWizard()
|
|||
QMessageBox::warning(this, "Companion - Tip of the day", tr("Your radio uses a %1 CPU!!!\n\nPlease check advanced burn options to set the correct cpu type.").arg(DeviceStr));
|
||||
}
|
||||
else {
|
||||
FirmwareInfo *firmware = GetCurrentFirmware();
|
||||
FirmwareInterface *firmware = GetCurrentFirmware();
|
||||
QMessageBox::warning(this, "Companion - Tip of the day", tr("Your radio uses a %1 CPU!!!\n\nPlease select an appropriate firmware type to program it.").arg(DeviceStr)+FwStr+tr("\nYou are currently using:\n %1").arg(firmware->name));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue