This commit is contained in:
stefanbode 2022-02-04 09:13:02 +01:00 committed by GitHub
parent 8676ca0ede
commit 611118aa81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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