Skip to content

Commit

Permalink
Disable beeper in developer mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nseidle committed Aug 26, 2024
1 parent 8b6bf9f commit 786012d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/RTK_Everywhere/Begin.ino
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ void tickerBegin()
}

// Beep at power on if we are not locally compiled or a release candidate
// if (ENABLE_DEVELOPER == false)
if (ENABLE_DEVELOPER == false)
{
beepOn();
delay(250);
Expand Down

0 comments on commit 786012d

Please sign in to comment.