Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Wi-Fi: Scan sample formatting fix #12098

Merged
merged 1 commit into from
Aug 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions samples/wifi/scan/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,22 @@ Configuration

|config|

Configuration options
=====================

Select the scan type to be used by the sample.

.. note::
You can also use ``menuconfig`` to enable the ``Scan type`` option.

See :ref:`zephyr:menuconfig` in the Zephyr documentation for instructions on how to run ``menuconfig``.

The following application-specific Kconfig option is used in this sample (located in :file:`samples/wifi/scan/Kconfig`):
The following sample-specific Kconfig option is used in this sample (located in :file:`samples/wifi/scan/Kconfig`):

.. _CONFIG_WIFI_SCAN_TYPE_SELECT:

* Use the :kconfig:option:`CONFIG_WIFI_SCAN_TYPE_SELECT` Kconfig option to set the scan type to be used by the sample.
CONFIG_WIFI_SCAN_TYPE_SELECT
This option sets the scan type to be used by the sample.

Building and running
********************
Expand Down
Loading