Skip to content

Commit

Permalink
test furling better
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmiriuta committed Sep 16, 2019
1 parent a2ec33b commit d24f953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ int main(void) {

// start with motor off
motor.Step = 1;
motor.BemfZeroCounterTimeoutThreshold = 51;
motor.BemfZeroCounterTimeoutThreshold = 27;
motor.Direction = escConfig()->motorDirection;
motor.SlowDecay = escConfig()->motorSlowDecay;
input.Data = 0;
Expand Down

0 comments on commit d24f953

Please sign in to comment.