env update
This commit is contained in:
@@ -26,6 +26,10 @@ class Config:
|
||||
'tx_power_max': float(os.getenv('TX_POWER_MAX', 5.0)),
|
||||
'temperature_max': float(os.getenv('TEMPERATURE_MAX', 85.0)),
|
||||
'fec_errors_max': int(os.getenv('FEC_ERRORS_MAX', 1000)),
|
||||
'tx_bias_min': float(os.getenv('TX_BIAS_MIN', 5.0)),
|
||||
'tx_bias_max': float(os.getenv('TX_BIAS_MAX', 90.0)),
|
||||
'voltage_min': float(os.getenv('VOLTAGE_MIN', 3.0)),
|
||||
'voltage_max': float(os.getenv('VOLTAGE_MAX', 3.6)),
|
||||
}
|
||||
|
||||
# Web Interface
|
||||
|
||||
Reference in New Issue
Block a user