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