Skip to content

Commit ae78b6e

Browse files
authored
Merge pull request #95 from PropGit/demo
New PropLoader + Sorted Wired Port List
2 parents 15b3fe0 + a7ce8c0 commit ae78b6e

File tree

4 files changed

+1
-0
lines changed

4 files changed

+1
-0
lines changed

PropellerLoad.py

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def get_ports(self):
6363
(success, out, err) = loader(self, ["-P"])
6464
if success:
6565
self.ports = out.splitlines()
66+
self.ports.sort(None, None, False)
6667
else:
6768
self.logger.debug('COM Port request returned %s', err)
6869

propeller-tools/linux/proploader

72 Bytes
Binary file not shown.

propeller-tools/mac/proploader

2.59 KB
Binary file not shown.
605 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)