zephyr/samples/bluetooth/direction_finding_central/Kconfig

17 lines
359 B
Plaintext

#
# Copyright (c) 2022 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
#
menu "Direction Finding Central"
config DF_CENTRAL_APP_IQ_REPORT_PRINT_IQ_SAMPLES
bool "Print IQ samples for received IQ reports"
help
The option enables printing of IQ samples for received IQ report.
endmenu
menu "Zephyr Kernel"
source "Kconfig.zephyr"
endmenu