mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-24 00:35:14 +03:00
[companion] X7 only has 6 chars for sound file names
This commit is contained in:
parent
86fbb071da
commit
d911d382f2
1 changed files with 1 additions and 1 deletions
|
@ -557,7 +557,7 @@ int OpenTxFirmware::getCapability(::Capability capability)
|
|||
case VoicesAsNumbers:
|
||||
return (IS_ARM(board) ? 0 : 1);
|
||||
case VoicesMaxLength:
|
||||
return (IS_ARM(board) ? (IS_TARANIS(board) ? 8 : 6) : 0);
|
||||
return (IS_ARM(board) ? (IS_TARANIS_X9(board) ? 8 : 6) : 0);
|
||||
case MultiLangVoice:
|
||||
return (IS_ARM(board) ? 1 : 0);
|
||||
case SoundPitch:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue