1
0
Fork 0
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:
bsongis 2015-07-08 00:01:55 +02:00
parent a3c267b9be
commit be24ff122b
11 changed files with 345 additions and 249 deletions

View file

@ -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();