Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Aug 30, 2014
2 parents e1bcbae + c5dbc71 commit 9f46370
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 @@ -45,6 +45,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 9f46370

Please sign in to comment.