Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/add-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ body:
- label: battery
- label: betaflight
- label: black-and-white
- label: bluetooth
- label: color
- label: crawler
- label: crossfire
Expand All @@ -108,6 +109,7 @@ body:
- label: rotorflight
- label: script
- label: spektrum
- label: telemetry
- label: tool
- label: widget
# --- END AUTO-GENERATED TAGS ---
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/update-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ body:
- label: battery
- label: betaflight
- label: black-and-white
- label: bluetooth
- label: color
- label: crawler
- label: crossfire
Expand All @@ -109,6 +110,7 @@ body:
- label: rotorflight
- label: script
- label: spektrum
- label: telemetry
- label: tool
- label: widget
# --- END AUTO-GENERATED TAGS ---
Expand Down
Binary file added ASSETS/edgetx-bt-at-terminal/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions scripts.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions scripts.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"battery",
"betaflight",
"black-and-white",
"bluetooth",
"color",
"crawler",
"crossfire",
Expand All @@ -76,6 +77,7 @@
"rotorflight",
"script",
"spektrum",
"telemetry",
"tool",
"widget"
]
Expand Down