mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-23 08:15:13 +03:00
[Taranis X9E] Bluetooth can be stopped and device name is now
configurable
This commit is contained in:
parent
a3c267b9be
commit
be24ff122b
11 changed files with 345 additions and 249 deletions
|
@ -1095,6 +1095,10 @@ GeneralSettings::GeneralSettings()
|
|||
speakerVolume = 12;
|
||||
}
|
||||
|
||||
if (IS_TARANIS_X9E(board)) {
|
||||
strcpy(bluetoothName, "Taranis");
|
||||
}
|
||||
|
||||
templateSetup = g.profile[g.id()].channelOrder();
|
||||
stickMode = g.profile[g.id()].defaultMode();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue