From 7eaa07ac3a86d4968c6b944136f0530a4c860076 Mon Sep 17 00:00:00 2001 From: sirrow Date: Sun, 6 Sep 2020 19:08:41 +0900 Subject: [PATCH] rate change --- connect_switch.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }