add serial types for OpenBSD
This commit is contained in:
parent
4aee779385
commit
a439dc4cd8
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ def serialList():
|
|||
+ glob.glob("/dev/ttyAMA*") \
|
||||
+ glob.glob("/dev/tty.usb*") \
|
||||
+ glob.glob("/dev/cu.*") \
|
||||
+ glob.glob("/dev/cuaU*") \
|
||||
+ glob.glob("/dev/rfcomm*")
|
||||
|
||||
additionalPorts = settings().get(["serial", "additionalPorts"])
|
||||
|
|
|
|||
Loading…
Reference in a new issue