Update pulse width to 100ms
[hdmi-switcher.git] / main.c
diff --git a/main.c b/main.c
index 8c73ae4..394bf3b 100644 (file)
--- a/main.c
+++ b/main.c
@@ -30,9 +30,9 @@ void pulse_switch()
 {
   delay(config.sync_switch_delay); //wait
   digitalWrite(PULSE_PIN, 1);
-  delay(10);
+  delay(100);
   digitalWrite(PULSE_PIN, 0);
-  delay(10);
+  delay(100);
 }
 
 int validate_switch_state()