yaapu / FrskyTelemetryScript

A LUA telemetry script and widget for the Horus X10(S),X12 and Taranis X9D+,X9E,QX7 and X-Lite radios using ArduPilot frsky passthru protocol
GNU General Public License v3.0
431 stars 136 forks source link

Fixed sounds table #168

Open microraptor opened 1 year ago

microraptor commented 1 year ago

alt.wav and dist.wav were not present in the PSV files, where the sounds are listed. takeoff.wav-"takeoff flight mode" was overwritten by takeoff.wav-"auto takeoff mode" from the english_px4.psv. Since the PX4 version is older, I changed the other filename to takeoffm.wav.

yaapu commented 1 year ago

mhmm, you're mixing ardupilot and px4 sounds, soundfiles have to have the exact same name of the corresponding flightmode, you cannot rename them at will

microraptor commented 1 year ago

Well, at least when I made this PR, there was a bug where "takeoff flight mode" was missing, because it got overwritten by PX4. Not sure if that got fixed. But it seems to me, one of the files should be renamed to resolve it.