Skip to content

Commit 9d5d018

Browse files
committed
Added prebuilt windows p1load binary as workaround while serial enumeration issues are investigated.
1 parent c1113b3 commit 9d5d018

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

src/prebuilt/win32/p1load.exe

80.3 KB
Binary file not shown.
File renamed without changes.

src/src.pro

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ SUBDIRS = \
44
prebuilt \
55
qext \
66
spinzip \
7-
p1load \
87
openspin \
9-
propelleride \
8+
propelleride
9+
10+
!win32 {
11+
SUBDIRS += p1load
12+
}
1013

1114
propelleride.depends = qext spinzip

0 commit comments

Comments
 (0)