1
0
Fork 0
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:
mhotar@gmail.com 2012-07-27 13:05:56 +00:00
parent a2f5158c79
commit c515db3610

View file

@ -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) {