compatible with because of a couple function => property changes. Given that upstream hasn't made a non-daily release since 0.4.1 we are forced to track daily builds for now. PR: ports/217499 Submitted by: bsdports@kyle-evans.net
10 lines
324 B
Python
10 lines
324 B
Python
--- chirp/platform.py.orig 2017-02-07 08:01:12 UTC
|
|
+++ chirp/platform.py
|
|
@@ -317,6 +317,7 @@ class UnixPlatform(Platform):
|
|
|
|
def list_serial_ports(self):
|
|
ports = ["/dev/ttyS*",
|
|
+ "/dev/tty*",
|
|
"/dev/ttyUSB*",
|
|
"/dev/ttyAMA*",
|
|
"/dev/ttyACM*",
|