Skip to content

Commit

Permalink
Remove not existing FM sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjjjjjjj committed Dec 8, 2023
1 parent 7ca6373 commit 77ae816
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions radio/src/targets/flysky/dfplayer_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ const char * audioNames =
"fm-3 "
"fm-4 "
"fm-5 "
"fm-6 "
"fm-7 "
"fm-8 "
"fm-acr"
"fm-ang"
"fm-crs"
Expand Down
2 changes: 1 addition & 1 deletion radio/src/targets/flysky/dfplayer_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#define DFPLAYER_SOUNDS_FILE_INDEX 179 // AUDIO_SOUNDS
#define DFPLAYER_CUSTOM_FILE_INDEX 216 // 216 to 267 + 34 user custom ones
#define DFPLAYER_LAST_FILE_INDEX (274 + 9) // 274 + 9 custom placeholders
#define DFPLAYER_LAST_FILE_INDEX (271 + 9) // 271 + 9 custom placeholders

/* struct DfPlayerFragment {
uint16_t index;
Expand Down

0 comments on commit 77ae816

Please sign in to comment.