From 8ffd55745c202930dffde6df07044627e929132e Mon Sep 17 00:00:00 2001 From: Rob Thomson Date: Fri, 16 Aug 2024 10:45:45 +0100 Subject: [PATCH] Spacing.. --- scripts/rf2ethos/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rf2ethos/main.lua b/scripts/rf2ethos/main.lua index 191e01e..70bcbf6 100644 --- a/scripts/rf2ethos/main.lua +++ b/scripts/rf2ethos/main.lua @@ -11,7 +11,7 @@ config.ethosVersion = 1510 -- min version of ethos supported by this scri config.ethosVersionString = "ETHOS < V1.5.10" -- string to print if ethos version error occurs config.defaultRateTable = 4 -- ACTUAL -- default rate table - typically this will be ACTUAL, but can be changed if user always uses a different one config.supportedMspApiVersion = { "12.06", "12.07" } -- supported msp versions -config.simulateOnTransmitter = false -- make the transmitter run as if its running in the SIM (no fbl required) +config.simulateOnTransmitter = false -- make the transmitter run as if its running in the SIM (no fbl required) local icon = lcd.loadMask(config.toolDir .. "RF.png")