Skip to content

Commit 7832747

Browse files
committed
Add FTD2XX.DLL
1 parent 34f2138 commit 7832747

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

u-blox_Update_GUI/FTD2XX.DLL

56 KB
Binary file not shown.

u-blox_Update_GUI/RTK_u-blox_Update_GUI.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
2222
Pyinstaller:
2323
Windows:
24-
pyinstaller --onefile --clean --noconsole --distpath=./Windows_exe --icon=RTK.ico --add-binary="ubxfwupdate.exe;." --add-binary="libMPSSE.dll;." --add-binary="flash.xml;." --add-binary="RTK.png;." RTK_u-blox_Update_GUI.py
24+
pyinstaller --onefile --clean --noconsole --distpath=./Windows_exe --icon=RTK.ico --add-binary="ubxfwupdate.exe;." --add-binary="libMPSSE.dll;." --add-binary="flash.xml;." --add-binary="FTD2XX.DLL;." --add-binary="RTK.png;." RTK_u-blox_Update_GUI.py
2525
2626
Pyinstaller needs:
2727
RTK_u-blox_Update_GUI.py (this file!)
@@ -30,6 +30,7 @@
3030
ubxfwupdate.exe (copied from u-center v22.02)
3131
libMPSSE.dll (copied from u-center v22.02)
3232
flash.xml (copied from u-center v22.02)
33+
FTD2XX.DLL (?)
3334
3435
MIT license
3536
22.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)