Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local config = {}
- config.language = 1
- config.updateInterval = 2
- config.timeFormat = 1
- config.dateFormat = 1
- config.energyForceStart = true
- config.energyForceStop = true
- config.mBPerBlade = 25
- config.energyStartThreshold = 0.1
- config.energyStopThreshold = 0.95
- config.errorResetTime = 60
- config.flowEfficiencyLimit = true
- config.rotorMinSpeed = 1300
- config.rotorMaxSpeed = 1800
- config.referenceMass = 300
- config.referenceRPMThreshold1 = 240
- config.referenceRPMThreshold2 = 160
- config.referenceRPMThreshold3 = 80
- config.headerBackground = colors.brown
- config.headerText = colors.black
- config.buttonWindowColor = colors.orange
- config.buttonBackgroundColor = colors.black
- config.buttonTextColor = colors.white
- config.infoBackgroundColorA = colors.gray
- config.infoBackgroundColorB = colors.lightGray
- config.infoTextColor = colors.white
- config.debug = true
- return config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement