Skip to content

Commit 3b405c0

Browse files
modules: fota: increase APP_FOTA_THREAD_STACK_SIZE
Stackoverflow on fmfu. Signed-off-by: Giacomo Dematteis <giacomo.dematteis@nordicsemi.no>
1 parent 0e5d41e commit 3b405c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/modules/fota/Kconfig.fota

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if APP_FOTA
1212

1313
config APP_FOTA_THREAD_STACK_SIZE
1414
int "Thread stack size"
15-
default 1728
15+
default 2500
1616

1717
config APP_FOTA_WATCHDOG_TIMEOUT_SECONDS
1818
int "Watchdog timeout"

0 commit comments

Comments
 (0)