server_microphone.py aktualisiert

This commit is contained in:
2026-02-08 17:26:32 +00:00
parent 2035cf5aeb
commit f206cc5c49

View File

@@ -68,6 +68,11 @@ async def run_test():
time.sleep(1)
pixels.off()
subprocess.Popen(["sh", "/home/pi/tagesschau/start_news.sh"])
if "saarland" in finalResult and activation_word in finalResult and "result" in finalResult:
pixels.wakeup()
time.sleep(1)
pixels.off()
subprocess.Popen(["sh", "/home/pi/tagesschau/start_news.sh"])
if "nova" in finalResult and activation_word in finalResult and "result" in finalResult:
pixels.wakeup()
time.sleep(1)