Skip to content

Commit

Permalink
Updated pw variable and stopped updating cruist state and regen state
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielDelgado committed Jul 15, 2024
1 parent 773df21 commit 165d1d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Apps/Src/UpdateDisplay.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,9 @@ void Task_UpdateDisplay(void *p_arg) {
OS_ERR err;
while (1) {
for(Component_t comp = ARRAY; comp <= GEAR; comp++){
UpdateDisplay_SetComponent(comp);
if (comp != REGEN_ST && comp != CRUISE_ST){
UpdateDisplay_SetComponent(comp);
}
}

componentVals[HEARTBEAT] = (componentVals[HEARTBEAT]?0:1);
Expand Down
Binary file modified Config/Display/display.HMI
Binary file not shown.

0 comments on commit 165d1d0

Please sign in to comment.