mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
tts_cz corrected
This commit is contained in:
parent
a2f5158c79
commit
c515db3610
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ void playDuration(int16_t seconds)
|
|||
|
||||
if (seconds > 0) {
|
||||
if (seconds == 1) {
|
||||
pushPrompt(PROMPT_ZERO+tmp);
|
||||
pushPrompt(PROMPT_ZERO+seconds);
|
||||
pushPrompt(PROMPT_SEKUNDA);
|
||||
}
|
||||
else if (seconds >= 2 && seconds < 5) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue