Back to interrupting for direction announcement.
This commit is contained in:
parent
7719bb08b3
commit
3dfb7c1bc7
|
@ -374,7 +374,7 @@ fn speak_direction(
|
||||||
let direction: CardinalDirection = yaw.into();
|
let direction: CardinalDirection = yaw.into();
|
||||||
if old_direction != direction {
|
if old_direction != direction {
|
||||||
let direction: String = direction.into();
|
let direction: String = direction.into();
|
||||||
tts.speak(direction, false)?;
|
tts.speak(direction, true)?;
|
||||||
}
|
}
|
||||||
cache.insert(entity, direction);
|
cache.insert(entity, direction);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user