Skip to content

Commit 715177c

Browse files
committed
fix buttons handling
1 parent b997aca commit 715177c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

formant_ros2_adapter/scripts/components/formant_control/formant_control.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ def setup_with_config(
3434

3535
self._cleanup()
3636
formant_streams = get_all_formant_streams(config)
37+
formant_streams.append("Buttons")
38+
3739
self._logger.info(
3840
"Registering callback for Formant Streams: %s" % formant_streams
3941
)

0 commit comments

Comments
 (0)