| # Copyright (c) 2025 Nordic Semiconductor ASA | |
| # SPDX-License-Identifier: Apache-2.0 | |
| mainmenu "CoAP Upload Sample Application" | |
| config NET_SAMPLE_COAP_SERVER_PORT | |
| int "CoAP server port" | |
| default 5683 | |
| help | |
| CoAP server port that the application should send requests to. | |
| source "Kconfig.zephyr" |