mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 17:55:19 +03:00
Fixes #2404: model name played when model is loaded (if file "SOUNDS/<language>/<model_name>/name.wav" exists)
This commit is contained in:
parent
2e252aacac
commit
08d4cb15aa
4 changed files with 17 additions and 5 deletions
|
@ -382,6 +382,7 @@ void eeLoadModel(uint8_t id)
|
|||
LOAD_MODEL_BITMAP();
|
||||
|
||||
SEND_FAILSAFE_1S();
|
||||
PLAY_MODEL_NAME();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue