Skip to content

Commit

Permalink
Merge branch 'overshoot'
Browse files Browse the repository at this point in the history
  • Loading branch information
gcormier committed Apr 5, 2020
2 parents ae80304 + c85a630 commit eace7c1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Code/src/megadesk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
#include "lin.h"
#include "megadesk.h"

// Standard arduino settings
#define HYSTERESIS 20 // 20 seems ok

#define HYSTERESIS 137
#define PIN_UP 10
#define PIN_DOWN 9
#define PIN_BEEP 7
Expand Down Expand Up @@ -222,6 +220,7 @@ void loop()
else
{
targetHeight = loadMemory(pushCount);

if (targetHeight == 0)
{
beep(1, 1865);
Expand Down

0 comments on commit eace7c1

Please sign in to comment.