Skip to content

Commit 896f67d

Browse files
nordic-marenordic-hani
authored andcommitted
Add JSON library to prj conf
Add JSON library to config file to be able to build sample from bitbucket. Signed-off-by: Markus Rekdal <markus.rekdal@nordicsemi.no>
1 parent a453207 commit 896f67d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sample/prj.conf

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ CONFIG_MPU_ALLOW_FLASH_WRITE=y
4949
# HTTP Client
5050
CONFIG_HTTP_CLIENT=y
5151

52+
# JSON Parser
53+
CONFIG_JSON_LIBRARY=y
54+
5255
# FOTA download
5356
CONFIG_FOTA_DOWNLOAD=y
5457
# Retries are handled by Modem FOTA library, disable FOTA download socket retries

0 commit comments

Comments
 (0)