Skip to content

Commit

Permalink
set default
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsnti authored Apr 19, 2020
1 parent 52535e4 commit a8c6372
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions farl.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
-- Templating

-- If you set the GPS, it will not show Quad locator & Power ouput in order to keep a readable screen
local displayGPS = true
local displayGPS = false

-- Drone locator & Power ouput
local displayQuadLocator = true
local displayPowerOutput = true
local displayQuadLocator = false
local displayPowerOutput = false

-- Will be displayed only if displayGPS, Quad locator and PowerOuput are set to false
local displayFillingText = true
Expand Down

0 comments on commit a8c6372

Please sign in to comment.