current limit changed

This commit is contained in:
tkl 2016-12-31 09:29:54 +01:00 committed by Thomas Klaehn
parent 92080d650f
commit 3a6ef57603

View File

@ -31,7 +31,7 @@ POWER_SENSOR_I2C_BUS = 1
POWER_SENSOR_I2C_ADDRESS = 0x40
POWER_CONSECUTIVE_READS = 1000
MAX_ENGINE_POWER = {"up":310, "down":300}
MAX_ENGINE_POWER = {"up":310, "down":290}
MAX_GATE_RUNTIME = {"open":300, "close":250}