Skip to content

Commit

Permalink
refactored some testings, updated makefile, removed compile.sh, added…
Browse files Browse the repository at this point in the history
… old firmware
  • Loading branch information
wyattduber committed May 3, 2023
1 parent bcafe32 commit ad77c16
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default:
python -m pip install -r requirements.txt

build: gui/app.py cli/
python -m PyInstaller --windowed --noconfirm -i ".\gui\qtdesigner\assets\CyDAQ_Logo_vector.ico" -n "CyDAQ" --onefile --add-data="cli;cli" gui/app.py cli/*.py
python -m PyInstaller --windowed --noconfirm -i ".\gui\qtdesigner\assets\CyDAQ_Logo_vector.ico" -n "CyDAQ" --splash ".\images\CyDAQ.jpg" --onefile --add-data="cli;cli" gui/app.py cli/*.py

clean:
rm -rvf build/ dist/ CyDAQ.spec
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added testing/old-firmware-boot/BOOT.bin
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion testing/test3.py → testing/wrapper/test3.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import sys
sys.path.insert(0, "../cli")
sys.path.insert(0, "../../cli")
import CLIWrapper


Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ad77c16

Please sign in to comment.