From 3a6ef57603b54bc746123b3339c0a47888f1f059 Mon Sep 17 00:00:00 2001 From: tkl Date: Sat, 31 Dec 2016 09:29:54 +0100 Subject: [PATCH] current limit changed --- src/gate/gate_state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gate/gate_state.py b/src/gate/gate_state.py index 1872bf4..ba0d6a7 100644 --- a/src/gate/gate_state.py +++ b/src/gate/gate_state.py @@ -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}