EdgeTX / edgetx

EdgeTX is the cutting edge open source firmware for your R/C radio
https://edgetx.org
GNU General Public License v2.0
1.62k stars 341 forks source link

feat(radio): add repeat option for 'RGB Led' SF #5677

Closed philmoz closed 21 hours ago

philmoz commented 3 days ago

Currently RGB Led Lua scripts are run continuously.

PR adds the repeat option to match the 'Play Script' SF - allows simple Led scripts that just set the color to be run once only.

Existing models will default to 'On' (run continuously) for all 'RGB Led' SF entries.