Skip to content

Commit

Permalink
forgot to update the build command to have the splash, also updating …
Browse files Browse the repository at this point in the history
…dbc to latest
  • Loading branch information
mathbrook committed Feb 26, 2024
1 parent b1a7ee3 commit b6c1d20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: run pyinstaller
run: |
pyinstaller --onefile ./parser_exe.py
pyinstaller --onefile ./parser_exe.py --splash ./readmepics/kennesawmotorsports.jpg
- name: check what files we cooked up
run: |
ls -R
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- name: run pyinstaller
run: |
pyinstaller --onefile ./parser_exe.py
pyinstaller --onefile ./parser_exe.py --splash .\readmepics\kennesawmotorsports.jpg
- name: copy test into dist folder
run: |
Expand Down
8 changes: 4 additions & 4 deletions dbc-files/ksu_ev_can.dbc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION "cb3bef2
VERSION "2f49c8c
"


Expand Down Expand Up @@ -73,16 +73,16 @@ BO_ 195 VCU_STATUS: 7 vcu
SG_ VCU_BSPD_BRAKE_HIGH : 14|1@1+ (1,0) [0|1] "" Vector__XXX
SG_ VCU_BSPD_CURRENT_HIGH : 13|1@1+ (1,0) [0|1] "" Vector__XXX
SG_ VCU_BRAKE_ACTIVE : 12|1@1+ (1,0) [0|1] "" Vector__XXX
SG_ VCU_BRAKE_IMPLAUSIBLE : 9|1@1+ (1,0) [0|1] "" Vector__XXX
SG_ VCU_ACCEL_IMPLAUSIBLE : 8|1@1+ (1,0) [0|1] "" Vector__XXX
SG_ VCU_BRAKE_IMPLAUSIBLE : 11|1@1+ (1,0) [0|1] "" Vector__XXX
SG_ VCU_ACCEL_IMPLAUSIBLE : 10|1@1+ (1,0) [0|1] "" Vector__XXX
SG_ VCU_SHUTDOWN_E_OK_HIGH : 7|1@1+ (1,0) [0|1] "" Vector__XXX
SG_ VCU_SOFTWARE_OK_HIGH : 6|1@1+ (1,0) [0|1] "" Vector__XXX
SG_ VCU_SHUTDOWN_D_OK_HIGH : 5|1@1+ (1,0) [0|1] "" Vector__XXX
SG_ VCU_BSPD_OK_HIGH : 4|1@1+ (1,0) [0|1] "" Vector__XXX
SG_ VCU_SHUTDOWN_C_OK_HIGH : 3|1@1+ (1,0) [0|1] "" Vector__XXX
SG_ VCU_BMS_OK_HIGH : 2|1@1+ (1,0) [0|1] "" Vector__XXX
SG_ VCU_SHUTDOWN_B_OK_HIGH : 1|1@1+ (1,0) [0|1] "" Vector__XXX
SG_ VCU_IMD_OK_HIGH : 0|1@1+ (1,0) [0|255] "" Vector__XXX
SG_ VCU_IMD_OK_HIGH : 0|1@1+ (1,0) [0|1] "" Vector__XXX

BO_ 200 vcu_firmware_version: 8 vcu
SG_ vcu_project_is_dirty : 56|1@1+ (1,0) [0|1] "" Vector__XXX
Expand Down

0 comments on commit b6c1d20

Please sign in to comment.