diff --git a/connect_switch.ino b/connect_switch.ino index 5231f66..41a3d39 100644 --- a/connect_switch.ino +++ b/connect_switch.ino @@ -18,7 +18,7 @@ void button() { void setup() { SwitchControlLibrary(); - MsTimer2::set(17, button); + MsTimer2::set(20, button); MsTimer2::start(); }