flare threshold 20 ms
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user