1
0
Fork 0
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:
Andre Bernet 2017-03-05 08:42:07 +01:00
parent 86fbb071da
commit d911d382f2

View file

@ -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: