mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-25 07:17:16 +00:00
typo fix
This commit is contained in:
parent
8676ca0ede
commit
611118aa81
@ -28,11 +28,11 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef SHUTTER_RELAY_OPERATION_TIME
|
#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
|
#endif
|
||||||
|
|
||||||
#ifndef MOTOR_STOP_TIME
|
#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
|
#endif
|
||||||
|
|
||||||
//#define SHUTTER_UNITTEST
|
//#define SHUTTER_UNITTEST
|
||||||
|
Loading…
x
Reference in New Issue
Block a user