Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ui): get back to idle after beacon and use 50 for volume #318

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

AlexKaravaev
Copy link
Contributor

No description provided.

@@ -854,7 +854,7 @@ impl EventHandler for Runner<DIAMOND_RING_LED_COUNT, DIAMOND_CENTER_LED_COUNT> {
}
Event::Beacon => {
let master_volume = self.sound.volume();
self.sound.set_master_volume(100);
self.sound.set_master_volume(50);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

100 can be used for Diamond but I also think that 50 should be enough so that we don't scare people :)

Copy link
Collaborator

@fouge fouge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@AlexKaravaev AlexKaravaev merged commit 335bfe7 into main Dec 11, 2024
13 checks passed
@AlexKaravaev AlexKaravaev deleted the alex/fix-beacon branch December 11, 2024 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants