Refactor voice control core and robot behavior
This commit is contained in:
@@ -840,6 +840,7 @@ def main() -> None:
|
||||
target=run_uvicorn, args=(app, api_host, api_port), daemon=True
|
||||
)
|
||||
api_thread.start()
|
||||
_log(f"Web interface at http://{api_host}:{api_port}")
|
||||
|
||||
# Dora event loop - only handles tick for state publishing
|
||||
for event in node:
|
||||
|
||||
Reference in New Issue
Block a user