mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
Merge branch 'next-gen' of https://github.com/manuelcortez/TWBlue into next-gen
This commit is contained in:
commit
d9e972115b
@ -34,6 +34,7 @@ class Auto(Output):
|
||||
output = self.get_first_available_output()
|
||||
if output:
|
||||
output.speak(*args, **kwargs)
|
||||
output.braille(*args, **kwargs)
|
||||
|
||||
def is_system_output(self):
|
||||
output = self.get_first_available_output()
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit dcfee23bef5ec7ec6f751711fdf22a090e431cbd
|
||||
Subproject commit 45aa6924e018c0ec82b1ade0abb23624746b0110
|
Loading…
Reference in New Issue
Block a user