Skip to content

Commit

Permalink
relay change
Browse files Browse the repository at this point in the history
  • Loading branch information
Selective031 committed Jul 6, 2021
1 parent 930f242 commit 2695a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RazorBoard/Core/Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ void ChargerConnected(void) {
cutterHardBreak();
add_error_event("Charger connect");
Serial_Console("Charger Connected\r\n");
HAL_Delay(2000);
HAL_Delay(5000);
HAL_GPIO_WritePin(GPIOD, GPIO_PIN_0, GPIO_PIN_SET); // Main Power switch
Serial_Console("Changing Main Power\r\n");
ChargerConnect = 1;
Expand Down

0 comments on commit 2695a5e

Please sign in to comment.