Skip to content

Commit 8a29fba

Browse files
committed
user: adjust key task stack size
1 parent 45353ff commit 8a29fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/src/system/user.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ void user_init(void)
2222
xTaskCreate(ntp_daemon, "ntp_daemon", 2048, NULL, 5, NULL);
2323

2424
#if defined(CONFIG_ENABLE_SMART_CONFIG)
25-
xTaskCreate(key_daemon, "key_daemon", 2048, NULL, 5, NULL);
25+
xTaskCreate(key_daemon, "key_daemon", 1024, NULL, 5, NULL);
2626
#endif
2727

2828
#if defined(CONFIG_ENABLE_LED)

0 commit comments

Comments
 (0)