Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
Spacing..
Browse files Browse the repository at this point in the history
  • Loading branch information
robthomson committed Aug 16, 2024
1 parent 906ec99 commit 8ffd557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rf2ethos/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 8ffd557

Please sign in to comment.