We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62d557 commit 48ca1e7Copy full SHA for 48ca1e7
services/5_Mouth.py
@@ -28,8 +28,9 @@ def onEndSpeaking(text):
28
if runtime.isStarted('i01.head'):
29
i01_random.disable('i01.setHeadSpeed')
30
i01_random.disable('i01.moveHead')
31
- i01_random.disable('randomBlink')
32
- i01_random.disable('randomFace')
+ ## commenting out these two lines, although I am pretty sure there was a case when they were necessary.
+ #i01_random.disable('randomBlink')
33
+ #i01_random.disable('randomFace')
34
if i01.getConfig().neoPixelFlashWhenSpeaking==1 and runtime.isStarted('i01.neoPixel'):i01_neoPixel.clear()
35
36
def onStartSpeaking(text):
0 commit comments