Skip to content

Commit

Permalink
Merge pull request #95 from PropGit/demo
Browse files Browse the repository at this point in the history
New PropLoader + Sorted Wired Port List
  • Loading branch information
PropGit authored May 8, 2017
2 parents 15b3fe0 + a7ce8c0 commit ae78b6e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PropellerLoad.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def get_ports(self):
(success, out, err) = loader(self, ["-P"])
if success:
self.ports = out.splitlines()
self.ports.sort(None, None, False)
else:
self.logger.debug('COM Port request returned %s', err)

Expand Down
Binary file modified propeller-tools/linux/proploader
Binary file not shown.
Binary file modified propeller-tools/mac/proploader
Binary file not shown.
Binary file modified propeller-tools/windows/proploader.exe
Binary file not shown.

0 comments on commit ae78b6e

Please sign in to comment.