mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-29 02:08:10 -07:00
Update apps
This commit is contained in:
+4
-5
@@ -5400,15 +5400,14 @@ void STM32SAM::sam(
|
||||
}
|
||||
}
|
||||
|
||||
if(i < 256) {
|
||||
input[i] = phonetic ? '\x9b' : '[';
|
||||
}
|
||||
|
||||
if(!phonetic) {
|
||||
strncat(input, "[", 256);
|
||||
if(!TextToPhonemes((unsigned char*)input)) {
|
||||
// PrintUsage();
|
||||
return;
|
||||
}
|
||||
|
||||
} else {
|
||||
strncat(input, "\x9b", 256);
|
||||
}
|
||||
|
||||
SetInput(input);
|
||||
|
||||
Reference in New Issue
Block a user