From 3e1c5f921c350e5426d9a1586490a8eb693ee2e2 Mon Sep 17 00:00:00 2001 From: Hans Christian Olaussen <41271048+klutvott123@users.noreply.github.com> Date: Wed, 19 Jan 2022 00:08:51 +0100 Subject: [PATCH] Rename script in TOOLS menu Rename to "Betaflight Config" to match the name in the title bar. Also fixed the downloading vtx tables string. --- src/SCRIPTS/BF/vtx_tables.lua | 2 +- src/SCRIPTS/TOOLS/bf.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SCRIPTS/BF/vtx_tables.lua b/src/SCRIPTS/BF/vtx_tables.lua index 8c72e48d..2efa8942 100644 --- a/src/SCRIPTS/BF/vtx_tables.lua +++ b/src/SCRIPTS/BF/vtx_tables.lua @@ -116,4 +116,4 @@ local function getVtxTables() return vtxTablesReceived end -return { f = getVtxTables, t = "Downloading VTX Tables" } +return { f = getVtxTables, t = "Downloading VTX tables" } diff --git a/src/SCRIPTS/TOOLS/bf.lua b/src/SCRIPTS/TOOLS/bf.lua index 3c4ee8b1..abab85c8 100644 --- a/src/SCRIPTS/TOOLS/bf.lua +++ b/src/SCRIPTS/TOOLS/bf.lua @@ -1,4 +1,4 @@ -local toolName = "TNS|Betaflight setup|TNE" +local toolName = "TNS|Betaflight Config|TNE" chdir("/SCRIPTS/BF") apiVersion = 0