Skip to content

Commit

Permalink
feat: colorlcd CHEEP
Browse files Browse the repository at this point in the history
  • Loading branch information
3djc committed Apr 24, 2024
1 parent 04fccab commit 8619aaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions radio/src/gui/colorlcd/module_setup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,8 @@ void ModuleWindow::updateModule()
}
#endif
moduleState[moduleIdx].mode = MODULE_MODE_BIND;
if (isModuleELRS(moduleIdx))
AUDIO_PLAY(AU_SPECIAL_SOUND_CHEEP); // Since ELRS bind is just one frame, we need to play the sound manually
#if defined(AFHDS2)
if (isModuleAFHDS2A(moduleIdx)) {
resetPulsesAFHDS2();
Expand Down

0 comments on commit 8619aaa

Please sign in to comment.