mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
Cosmetics
This commit is contained in:
parent
469ae3d90d
commit
25ee57caf0
1 changed files with 2 additions and 3 deletions
|
@ -115,14 +115,13 @@ int main(int argc, char *argv[])
|
||||||
|
|
||||||
if (msgBox.clickedButton() == exitButton)
|
if (msgBox.clickedButton() == exitButton)
|
||||||
return 0;
|
return 0;
|
||||||
|
else if (msgBox.clickedButton() == taranisButton) {
|
||||||
if (msgBox.clickedButton() == taranisButton) {
|
|
||||||
current_firmware_variant = GetFirmwareVariant("opentx-taranis-en");
|
current_firmware_variant = GetFirmwareVariant("opentx-taranis-en");
|
||||||
eepromFileName = "eeprom-taranis.bin";
|
eepromFileName = "eeprom-taranis.bin";
|
||||||
dialog = new SimulatorDialogTaranis();
|
dialog = new SimulatorDialogTaranis();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
eepromFileName = "eeprom-9x.bin";
|
eepromFileName = "eeprom-9x.bin";
|
||||||
dialog = new SimulatorDialog9X();
|
dialog = new SimulatorDialog9X();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue