Skip to content

Commit

Permalink
Reduce delay range from 1-5s to 1-3s
Browse files Browse the repository at this point in the history
5 seconds was much longer than actually needed so reducing multiplier to allow for finer grained control
  • Loading branch information
FerralCoder committed Feb 21, 2024
1 parent 88e957b commit 4ada9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RZR_Ignition_Delay_Indicator.ino
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "PinAssignments.h"

#define DELAY_CONTROL_MULTIPLIER 4
#define DELAY_CONTROL_MULTIPLIER 2
#define MIN_IGNITION_DELAY_MS 1000
#define STABILIZATOIN_DELAY_MS 500

Expand Down

0 comments on commit 4ada9e3

Please sign in to comment.