Skip to content

Commit fea72fd

Browse files
committed
feat: adjust reaction settings
1 parent f9ff2c6 commit fea72fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xmas-tree/xmas-tree.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
#define ECHO_PIN A0
1313
#define TRIG_PIN A1
1414

15-
#define PLAY_DISTANCE 75
15+
#define PLAY_DISTANCE 30
1616
#define MODE_LOOPS 3
1717
#define LOOP_DELAY 50
18-
#define PLAY_CONFIRMATIONS 10
18+
#define PLAY_CONFIRMATIONS 5
1919
#define PLAY_COOLDOWN_DELAY 10000
2020

2121
//#define DEBUG

0 commit comments

Comments
 (0)