Skip to content

Commit 522bbd9

Browse files
committed
bump init interval since the claw needs 10s
1 parent 410fdab commit 522bbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hhd/plugins/rgb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
logger = logging.getLogger(__name__)
1010

1111
RGB_SET_TIMES = 2
12-
RGB_SET_INTERVAL = 5
12+
RGB_SET_INTERVAL = 10
1313
RGB_MIN_INTERVAL = 0.1
1414
RGB_QUEUE_RGB = 1.5
1515

0 commit comments

Comments
 (0)