gate_state: change power sensor limit
Signed-off-by: Thomas Klaehn <thomas.klaehn@u-blox.com>
This commit is contained in:
parent
44f9b6f697
commit
e66e731c67
@ -31,7 +31,7 @@ POWER_SENSOR_I2C_BUS = 1
|
||||
POWER_SENSOR_I2C_ADDRESS = 0x40
|
||||
POWER_CONSECUTIVE_READS = 1000
|
||||
|
||||
MAX_ENGINE_POWER = {"up":330, "down":290}
|
||||
MAX_ENGINE_POWER = {"up":330, "down":280}
|
||||
MAX_GATE_RUNTIME = {"open":300, "close":300}
|
||||
MIN_GATE_RUNTIME = {"open":10, "close":10}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user