mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-11 19:33:30 -07:00
fix ?
This commit is contained in:
@@ -110,6 +110,10 @@ int32_t ocarina_app(void* p) {
|
||||
}
|
||||
break;
|
||||
case InputKeyBack:
|
||||
if(furi_hal_speaker_is_mine()) {
|
||||
furi_hal_speaker_stop();
|
||||
furi_hal_speaker_release();
|
||||
}
|
||||
processing = false;
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user