Skip to content

Commit 21f7bb9

Browse files
committed
vfx: update BREATHING mode delay
1 parent 0942afe commit 21f7bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/src/user/vfx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ static void vfx_task(void *pvParameter)
910910
}
911911
}
912912

913-
vTaskDelayUntil(&xLastWakeTime, 8 / portTICK_RATE_MS);
913+
vTaskDelayUntil(&xLastWakeTime, 12 / portTICK_RATE_MS);
914914
}
915915
break;
916916
}

0 commit comments

Comments
 (0)