We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cabe0c1 commit 1cd6f99Copy full SHA for 1cd6f99
main/src/user/vfx.c
@@ -917,5 +917,5 @@ uint16_t vfx_get_fft_scale(void)
917
918
void vfx_init(void)
919
{
920
- xTaskCreate(vfx_task_handle, "VfxT", 4096, NULL, 5, NULL);
+ xTaskCreate(vfx_task_handle, "VfxT", 5120, NULL, 5, NULL);
921
}
0 commit comments