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 982786d commit e6bac55Copy full SHA for e6bac55
main/src/user/led.c
@@ -74,6 +74,6 @@ void led_set_mode(uint8_t idx)
74
#ifdef CONFIG_ENABLE_LED
75
void led_init(void)
76
{
77
- xTaskCreatePinnedToCore(led_task, "LedT", 1024, NULL, 9, NULL, 1);
+ xTaskCreatePinnedToCore(led_task, "LedT", 1280, NULL, 9, NULL, 1);
78
}
79
#endif
0 commit comments