File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,9 +27,3 @@ add_subdirectory(src/cbor)
2727add_subdirectory_ifdef (CONFIG_APP_POWER src/modules/power )
2828add_subdirectory_ifdef (CONFIG_APP_ENVIRONMENTAL src/modules/environmental )
2929add_subdirectory_ifdef (CONFIG_APP_LED src/modules/led )
30-
31- if (CONFIG_NRF_CLOUD_COAP_SEC_TAG GREATER_EQUAL 2147483648 AND CONFIG_NRF_CLOUD_COAP_SEC_TAG LESS_EQUAL 2147483667)
32- message (WARNING "CONFIG_NRF_CLOUD_COAP_SEC_TAG is set to a developer security tag. "
33- "TLS traffic can now be decrypted with Nordic tools. "
34- "This should only be used during development and testing." )
35- endif ()
Original file line number Diff line number Diff line change 77target_sources (app PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} /cloud_module.c )
88target_sources_ifdef (CONFIG_APP_CLOUD_SHELL app PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} /cloud_module_shell.c )
99target_include_directories (app PRIVATE . )
10+
11+ if (CONFIG_NRF_CLOUD_COAP_SEC_TAG GREATER_EQUAL 2147483648 AND CONFIG_NRF_CLOUD_COAP_SEC_TAG LESS_EQUAL 2147483667)
12+ message (WARNING "CONFIG_NRF_CLOUD_COAP_SEC_TAG is set to a developer security tag. "
13+ "TLS traffic can now be decrypted with Nordic tools. "
14+ "This should only be used during development and testing." )
15+ endif ()
You can’t perform that action at this time.
0 commit comments