Skip to content

Commit

Permalink
lower speed
Browse files Browse the repository at this point in the history
  • Loading branch information
Max committed Sep 17, 2023
1 parent 658846f commit 29cd3fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Source/base-fw/main/GateStepper.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,8 @@ static IRAM_ATTR void tmr_signal_callback(void* arg)
m_s32Period = 800/2;
else if (s32 < 700*2)
m_s32Period = 600/2;
else if (s32 < 800*2)
m_s32Period = 400/2;
else
m_s32Period = 300/2;
m_s32Period = 400/2;

// Count every two
m_s32Count++;
Expand Down

0 comments on commit 29cd3fe

Please sign in to comment.