Skip to content

Commit 1f5bde4

Browse files
committed
Revert "vfx: update BREATHING mode flush period"
This reverts commit 9ebd97b.
1 parent 1d3f750 commit 1f5bde4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/src/user/vfx.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ static void vfx_task(void *pvParameter)
928928
uint16_t fade_cnt = 0;
929929
uint16_t color_h = esp_random() % 512;
930930
float color_l = vfx.lightness / 256.0;
931-
const uint16_t flush_period = 10;
931+
const uint16_t flush_period = 8;
932932

933933
while (1) {
934934
xLastWakeTime = xTaskGetTickCount();

0 commit comments

Comments
 (0)