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 137 forks source link

hello #192

Closed KarDanenko closed 8 months ago

KarDanenko commented 1 year ago

hello, I really like your script, tell me how can I add 2 language packs there myself

yaapu commented 1 year ago

which radio?

KarDanenko commented 1 year ago

radiomaster tx16

yaapu commented 1 year ago

ok, latest version (2.0.0 dev) allows to override 4 sound categories

Translate the 4 english ".psv" template files and use TTSAutomate to generate the new sound files

Create a new directory for each new language under /WIDGETS/yaapu/sounds, as an example for polish create /WIDGETS/yaapu/sounds/pl

Add each new language as a menu option under

change this line in both files

OLD: {"voice language:", "L1", 1, { "english", "italian", "french", "german" } , {"en","it","fr","de"} }, NEW: {"voice language:", "L1", 1, { "english", "italian", "french", "german", "polish" } , {"en","it","fr","de","pl"} },

the value in this table {"en","it","fr","de","pl"} has to match the directory created in /WIDGETS/yaapu/sounds

KarDanenko commented 1 year ago

sorry ran into a problem can't install version (2.0.0 dev) was using Horus Widget version 1.9.5

KarDanenko commented 1 year ago

photo_2023-02-01_21-15-00 photo_2023-02-01_21-15-08

yaapu commented 1 year ago

Are you using ArduPilot?

KarDanenko commented 1 year ago

yes version 4.3.1

yaapu commented 1 year ago

Curr, Capa and _Bat sensors where do they come from, which RC protocol and how do you wire it?

KarDanenko commented 1 year ago

TBS

yaapu commented 1 year ago

Set rc_options = current value + 256 Enable crsf support in the widget config. You NEED widget version 2 for CRSF support. Use a serial port that has DMA for both tx and rx