Skip to content

Commit 3e1c5f9

Browse files
committed
Rename script in TOOLS menu
Rename to "Betaflight Config" to match the name in the title bar. Also fixed the downloading vtx tables string.
1 parent 882f662 commit 3e1c5f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SCRIPTS/BF/vtx_tables.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ local function getVtxTables()
116116
return vtxTablesReceived
117117
end
118118

119-
return { f = getVtxTables, t = "Downloading VTX Tables" }
119+
return { f = getVtxTables, t = "Downloading VTX tables" }

src/SCRIPTS/TOOLS/bf.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local toolName = "TNS|Betaflight setup|TNE"
1+
local toolName = "TNS|Betaflight Config|TNE"
22
chdir("/SCRIPTS/BF")
33

44
apiVersion = 0

0 commit comments

Comments
 (0)