34438da58e
Change implementation of cte_recv_cb to print information about IQ samples type. The changed code is ready for use of 8 bits and 16 bits signed integer IQ samples. User has sample level option to enable printing IQ samples. Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
17 lines
363 B
Plaintext
17 lines
363 B
Plaintext
#
|
|
# Copyright (c) 2022 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
menu "DF Connectionless Locator App"
|
|
config DF_LOCATOR_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
|