Skip to content

Commit 5ea631f

Browse files
committed
The magnetic contactor reacts (changes state) when the button is pressed for 500ms
1 parent 404f3ff commit 5ea631f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sketch_a/sketch_a.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#define RECOVERY_TIME 960000
1818

1919
// Magnetic contactor reaction time
20-
#define MC_REACTION_TIME 500 // TODO: review this value
20+
#define MC_REACTION_TIME 500
2121

2222
boolean idle;
2323
uint8_t runCount, runTotal;

0 commit comments

Comments
 (0)