Skip to content

Commit

Permalink
Merge pull request #551 from qbit/devel
Browse files Browse the repository at this point in the history
add serial types for OpenBSD
  • Loading branch information
foosel committed Aug 14, 2014
2 parents fe3a47f + a439dc4 commit fbd9440
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/octoprint/util/comm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"])
Expand Down

0 comments on commit fbd9440

Please sign in to comment.