Attempt to make auto at least somewhat more reliable. Recommend that device be explicitly set if possible.
This commit is contained in:
+4
-4
@@ -1684,15 +1684,15 @@ the pico module:
|
||||
language=de-DE
|
||||
....
|
||||
|
||||
Hardware speech drivers use a serial device. The default `+auto+` checks
|
||||
`+/dev/ttyACM*+` first, then `+/dev/ttyUSB*+`. Set an explicit path for
|
||||
stable systems.
|
||||
Hardware speech drivers use a serial device. Set an explicit path for stable
|
||||
systems. `+auto+` is limited to devices that respond to a driver-specific
|
||||
probe and may fail on silent synths.
|
||||
|
||||
....
|
||||
hardware_device=auto
|
||||
hardware_device=/dev/ttyACM0
|
||||
hardware_device=/dev/ttyUSB0
|
||||
hardware_device=/dev/ttyS0
|
||||
hardware_device=auto
|
||||
....
|
||||
|
||||
Hardware speech drivers use 9600 baud by default.
|
||||
|
||||
Reference in New Issue
Block a user