diff --git a/shade_controller/config.h b/shade_controller/config.h index 02e4968..b910cd1 100644 --- a/shade_controller/config.h +++ b/shade_controller/config.h @@ -120,4 +120,4 @@ int pulseMax = 250; //Max brightness for pulse mode. Max 250 or it wil #define cmds true //After setting up positions, cmdArduino can be disabled //How many ms until Blynk.run is triggered -const unsigned long blynkRefresh = 50; +const unsigned long blynkRefresh = 25;