Skip to content

Commit

Permalink
fix: rad# is correct post 2.9
Browse files Browse the repository at this point in the history
https://github.com/EdgeTX/edgetx/blob/07e0bfa4bd77c1b49ad38f3c6f82a8b2ae15a5c7/radio/src/audio.cpp#L167

Firmware and sound pack were out of sync prior to EdgeTX/edgetx#3920 and firmware was updated to use the filename used in the sound pack since the sound pack is less likely to be updated.
  • Loading branch information
pfeerick committed Feb 14, 2024
1 parent 04d756a commit 497626a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions voices/sv-SE.csv
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@
"151","G","G","","SYSTEM","g1.wav"
"152","degree","grader","","SYSTEM","degree0.wav"
"153","degrees","grader","","SYSTEM","degree1.wav"
"154","radian","radijaan","","SYSTEM","radian0.wav"
"155","radians","radijaner","","SYSTEM","radian1.wav"
"154","radian","radijaan","","SYSTEM","rad0.wav"
"155","radians","radijaner","","SYSTEM","rad1.wav"
"156","millilitre","milliliter","","SYSTEM","ml0.wav"
"157","millilitres","milliliter","","SYSTEM","ml1.wav"
"158","fluid ounce","flytande uns","","SYSTEM","founce0.wav"
Expand Down

0 comments on commit 497626a

Please sign in to comment.