ADC까지, 신호 확인 필요(반사 신호 약함 or 뒤쪽을 찍고 있음)

This commit is contained in:
2026-05-08 18:09:04 +09:00
parent 17a78d4418
commit d7c5b34da3
23 changed files with 1992 additions and 83 deletions
+8
View File
@@ -0,0 +1,8 @@
if(SB_CONFIG_NETCORE_HCI_IPC)
set(
hci_ipc_EXTRA_CONF_FILE
"${APP_DIR}/sysbuild/hci_ipc.conf"
CACHE INTERNAL
"Extra configuration for the nRF5340 net core HCI image"
)
endif()