From f9c83eb610af5533a870a0e164ce5eb75525924d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 30 Aug 2026 11:48:20 +0000 Subject: [PATCH] feat(scripts): Add script from issue #74 HCLIVE-EdgeTX-Widget[Lua App Submission] Closes #74 --- scripts.json | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/scripts.json b/scripts.json index b620c2c..e668f78 100644 --- a/scripts.json +++ b/scripts.json @@ -962,10 +962,27 @@ ] }, { - "name": "FK LED - RGB Configurator", - "category": "Radio Tools", - "description": "Touchscreen-friendly, profile-based RGB LED Configurator for radios with addressable Gimbal LEDs (e.g. TX16S MK3). Supports 3-profile switch override, live preview, and 14 animations.", - "infourl": "https://github.com/FebyKris/FK-LED-EdgeTX", - "images": [ "ASSETS/fk-led-rgb-configurator/screenshot-1.png" ], - "tags": [ "script", "color" ] } + "name": "CKD PANEL", + "category": "Telemetry & Widgets", + "description": "Hi everyone, I created an EdgeTX telemetry widget for fixed-wing / ELRS aircraft, mainly tested on a RadioMaster TX16S MKII.\n\nIt has a normal flight screen and a compact ELRS + battery diagnostic screen.\n\nI would appreciate help with code review, sensor compatibility, layout improvements, and optimization.\n\nGitHub repo:\n[pegar aquĆ­ el enlace]", + "infourl": "https://github.com/ckd0013/HCLIVE-EdgeTX-Widget", + "images": [], + "tags": [ + "color", + "widget" + ] + }, + { + "name": "FK LED - RGB Configurator", + "category": "Radio Tools", + "description": "Touchscreen-friendly, profile-based RGB LED Configurator for radios with addressable Gimbal LEDs (e.g. TX16S MK3). Supports 3-profile switch override, live preview, and 14 animations.", + "infourl": "https://github.com/FebyKris/FK-LED-EdgeTX", + "images": [ + "ASSETS/fk-led-rgb-configurator/screenshot-1.png" + ], + "tags": [ + "script", + "color" + ] + } ]