Skip to content

Commit

Permalink
Merge pull request #3177 from Micha-he/LongPress_Min
Browse files Browse the repository at this point in the history
Change P001_Switch-LongPress min to 500ms
  • Loading branch information
TD-er authored Jul 31, 2020
2 parents 140d17a + 394d23c commit d7a1e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_P001_Switch.ino
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Servo servo2;
#define PLUGIN_001_BUTTON_TYPE_PUSH_ACTIVE_HIGH 2
#define PLUGIN_001_DOUBLECLICK_MIN_INTERVAL 1000
#define PLUGIN_001_DOUBLECLICK_MAX_INTERVAL 3000
#define PLUGIN_001_LONGPRESS_MIN_INTERVAL 1000
#define PLUGIN_001_LONGPRESS_MIN_INTERVAL 500
#define PLUGIN_001_LONGPRESS_MAX_INTERVAL 5000
#define PLUGIN_001_DC_DISABLED 0
#define PLUGIN_001_DC_LOW 1
Expand Down

0 comments on commit d7a1e31

Please sign in to comment.