Skip to content

Commit f746d51

Browse files
committed
Add missing audio/haptic when set custom failsafe
Fixes #799
1 parent 8863a98 commit f746d51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

radio/src/gui/colorlcd/model_setup.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ class FailSafeBody : public FormGroup {
130130
auto out2fail = new TextButton(this, grid.getLineSlot(), STR_CHANNELS2FAILSAFE);
131131
out2fail->setPressHandler([=]() {
132132
setCustomFailsafe(moduleIdx);
133+
AUDIO_WARNING1();
133134
storageDirty(EE_MODEL);
134135
return 0;
135136
});

0 commit comments

Comments
 (0)