diff --git a/.github/ISSUE_TEMPLATE/add-script.yml b/.github/ISSUE_TEMPLATE/add-script.yml index 8257eaa..66746c4 100644 --- a/.github/ISSUE_TEMPLATE/add-script.yml +++ b/.github/ISSUE_TEMPLATE/add-script.yml @@ -94,6 +94,7 @@ body: - label: battery - label: betaflight - label: black-and-white + - label: bluetooth - label: color - label: crawler - label: crossfire @@ -108,6 +109,7 @@ body: - label: rotorflight - label: script - label: spektrum + - label: telemetry - label: tool - label: widget # --- END AUTO-GENERATED TAGS --- diff --git a/.github/ISSUE_TEMPLATE/update-script.yml b/.github/ISSUE_TEMPLATE/update-script.yml index cc6f175..455dbc7 100644 --- a/.github/ISSUE_TEMPLATE/update-script.yml +++ b/.github/ISSUE_TEMPLATE/update-script.yml @@ -95,6 +95,7 @@ body: - label: battery - label: betaflight - label: black-and-white + - label: bluetooth - label: color - label: crawler - label: crossfire @@ -109,6 +110,7 @@ body: - label: rotorflight - label: script - label: spektrum + - label: telemetry - label: tool - label: widget # --- END AUTO-GENERATED TAGS --- diff --git a/ASSETS/edgetx-bt-at-terminal/screenshot-1.png b/ASSETS/edgetx-bt-at-terminal/screenshot-1.png new file mode 100644 index 0000000..e940ef4 Binary files /dev/null and b/ASSETS/edgetx-bt-at-terminal/screenshot-1.png differ diff --git a/scripts.json b/scripts.json index c9cec10..ea70320 100644 --- a/scripts.json +++ b/scripts.json @@ -767,6 +767,23 @@ "color" ] }, + { + "name": "EdgeTX BT AT Terminal", + "category": "Radio Tools", + "description": "Sends AT commands to a Bluetooth serial module straight from the radio, so a module can be renamed, reset, or moved from 9600 to 115200 baud without a laptop or a USB serial adapter. Every module family numbers its baud rates differently — AT+BAUD4 is 115200 on an HM-10 but 19200 on a DX-BT24 — so the tool knows the numbering for DX-BT24, BT24-S, BT27, HM-10, AT-09, HC-05 and HC-06, and shows the exact command before it sends it. A baud scan finds a module whose rate has been forgotten.", + "infourl": "https://github.com/juricabi/edgetx-bt-at-terminal", + "images": [ + "ASSETS/edgetx-bt-at-terminal/screenshot-1.png" + ], + "tags": [ + "black-and-white", + "color", + "script", + "tool", + "bluetooth", + "telemetry" + ] + }, { "name": "Battery and Connection Bars Widgets", "category": "Telemetry & Widgets", diff --git a/scripts.schema.json b/scripts.schema.json index 6409cb2..f656184 100644 --- a/scripts.schema.json +++ b/scripts.schema.json @@ -62,6 +62,7 @@ "battery", "betaflight", "black-and-white", + "bluetooth", "color", "crawler", "crossfire", @@ -76,6 +77,7 @@ "rotorflight", "script", "spektrum", + "telemetry", "tool", "widget" ]