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: 1 addition & 1 deletion src/SCRIPTS/BF/vtx_tables.lua
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ local function getVtxTables()
return vtxTablesReceived
end

return { f = getVtxTables, t = "Downloading VTX Tables" }
return { f = getVtxTables, t = "Downloading VTX tables" }
2 changes: 1 addition & 1 deletion src/SCRIPTS/TOOLS/bf.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local toolName = "TNS|Betaflight setup|TNE"
local toolName = "TNS|Betaflight Config|TNE"
chdir("/SCRIPTS/BF")

apiVersion = 0
Expand Down