Shorten LED on and off durations.

This commit is contained in:
Maxwell Pray
2022-09-07 21:26:56 -07:00
parent c952711b37
commit d9d478da3e
+2 -2
View File
@@ -1,7 +1,7 @@
#define LED_PIN 13
#define LED_ON_MS 35
#define LED_OFF_MS 460
#define LED_ON_MS 15
#define LED_OFF_MS 450
#include <Arduino.h>