1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/ble/skald/Kconfig
2024-03-27 10:28:12 +01:00

18 lines
522 B
Plaintext

# Copyright (c) 2020 Freie Universitaet Berlin
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
menu "SKALD"
depends on USEMODULE_SKALD
config SKALD_ADV_CHANNELS
string "Advertising channels"
default "37, 38, 39"
help
Configure advertising channels. Default advertising channels are 37, 38
and 39 which can be customised to upto 40 (0-39) channels.
endmenu # SKALD