From 611118aa81d83ecd98c076f07e9f2bf6398358b5 Mon Sep 17 00:00:00 2001 From: stefanbode Date: Fri, 4 Feb 2022 09:13:02 +0100 Subject: [PATCH] typo fix --- tasmota/xdrv_27_shutter.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/xdrv_27_shutter.ino b/tasmota/xdrv_27_shutter.ino index d783ad10c..2e29e3f92 100644 --- a/tasmota/xdrv_27_shutter.ino +++ b/tasmota/xdrv_27_shutter.ino @@ -28,11 +28,11 @@ #endif #ifndef SHUTTER_RELAY_OPERATION_TIME - #define SHUTTER_RELAY_OPERATION_TIME = 100 // wait for direction relay 0.1sec before power up main relay + #define SHUTTER_RELAY_OPERATION_TIME 100 // wait for direction relay 0.1sec before power up main relay #endif #ifndef MOTOR_STOP_TIME - #define MOTOR_STOP_TIME = 500 // wait 0.5 second after stop to do any other action. e.g. move in the opposite direction + #define MOTOR_STOP_TIME 500 // wait 0.5 second after stop to do any other action. e.g. move in the opposite direction #endif //#define SHUTTER_UNITTEST