Add support for Arduboy

This commit is contained in:
Ivan Kravets
2016-06-03 20:14:37 +03:00
parent 45d5159fe3
commit f3526b1d95
6 changed files with 94 additions and 1 deletions

View File

@@ -300,7 +300,7 @@ def get_serialports():
# fix for PySerial
if not result and system() == "Darwin":
for p in glob("/dev/tty.*"):
result.append({"port": p, "description": "", "hwid": ""})
result.append({"port": p, "description": "n/a", "hwid": "n/a"})
return result