Skip to content

Commit

Permalink
rotate_presets - no beep if font.wav (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoSloppy authored Jan 27, 2025
1 parent b88b82d commit 3bd5f12
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions props/prop_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -505,9 +505,6 @@ class PropBase : CommandParser, Looper, protected SaberBase, public ModeInterfac
virtual void rotate_presets() {
#ifdef IDLE_OFF_TIME
last_on_time_ = millis();
#endif
#ifdef ENABLE_AUDIO
beeper.Beep(0.05, 2000.0);
#endif
LOCK_SD(true);
current_preset_.Load(-1); // load last preset
Expand Down

0 comments on commit 3bd5f12

Please sign in to comment.