Skip to content

Commit f16d2bf

Browse files
author
Developer
committed
Merge branch 'demo' into WiFi to update PropLoader and com port sorting.
2 parents c1b34bf + a7ce8c0 commit f16d2bf

File tree

4 files changed

+1
-0
lines changed

4 files changed

+1
-0
lines changed

PropellerLoad.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def get_ports(self):
7474
(success, out, err) = loader(self, ["-P"])
7575
if success:
7676
self.ports = out.splitlines()
77+
self.ports.sort(None, None, False)
7778
else:
7879
self.logger.debug('COM Port request returned %s', err)
7980

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)