flare threshold 20 ms

This commit is contained in:
2020-09-18 09:48:58 +02:00
parent 984031f95c
commit 197c3934bb
@@ -1,6 +1,6 @@
int ledPin = LED_BUILTIN;
int buttonPin = 2; // Button connected to D2 and GND
int flare_threshold = 30;
int flare_threshold = 20;
bool active = false;
void setup() {