Skip to content

Commit 15150b8

Browse files
modules: storage: Remove Memfault FS free space config
The Memfault filesystem free space monitoring configuration breaks memfault heartbeats when not using the littlefs storage backend. Removing them to fix the issue. Signed-off-by: Trond F. Christiansen <trond.christiansen@nordicsemi.no>
1 parent 7183e93 commit 15150b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/overlay-memfault.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ CONFIG_MEMFAULT=y
88
CONFIG_MEMFAULT_HEAP_STATS=y
99
CONFIG_MEMFAULT_LOGGING_ENABLE=y
1010
CONFIG_MEMFAULT_LOGGING_RAM_SIZE=4096
11-
CONFIG_MEMFAULT_FS_BYTES_FREE_METRIC=y
12-
CONFIG_MEMFAULT_FS_BYTES_FREE_VFS_PATH="att_storage"
11+
CONFIG_MEMFAULT_FS_BYTES_FREE_METRIC=n
1312
CONFIG_MEMFAULT_COREDUMP_FULL_THREAD_STACKS=y
1413
CONFIG_MEMFAULT_HTTP_DEDICATED_WORKQUEUE_STACK_SIZE=1560
1514
CONFIG_MEMFAULT_HTTP_PERIODIC_UPLOAD=y

0 commit comments

Comments
 (0)