Skip to content

Commit

Permalink
Merge pull request #96 from RoboTeamTwente/feature/drain-battery
Browse files Browse the repository at this point in the history
Drain battery - Forgot robot.c
  • Loading branch information
supertom01 committed Aug 23, 2023
2 parents 1830ed2 + 4f80baf commit 898f21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Src/robot.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ void init(void){
if(DRAIN_BATTERY) {
LOG("[init:"STRINGIZE(__LINE__)"] In drain mode! Flip pin FT3 and reboot to disable.");
LOG_sendAll();
buzzer_Play_PowerUp();
buzzer_Play_BatteryDrainWarning();
HAL_Delay(1000);
}

Expand Down

0 comments on commit 898f21c

Please sign in to comment.