choice: Termination Mode

Termination Mode

Type: bool

Help

Sets the termination ending from the serial terminal
Levels are:
-  NULL Termination
-  CR Termination
-  LF Termination
-  CR+LF Termination

WARNING! Some AT commands (like AT+CMGS) use CR internally.
Selecting CR Termination will render those commands unavailable.

Direct dependencies

AT_HOST_LIBRARY && AT_HOST_LIBRARY

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <nRF>/lib/at_host/Kconfig:48

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:56<nRF>/lib/Kconfig:20

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → AT Host Library for nrf91 → AT Host Library for nrf91

choice
    bool "Termination Mode"
    default CR_TERMINATION
    depends on AT_HOST_LIBRARY && AT_HOST_LIBRARY
    help
      Sets the termination ending from the serial terminal
      Levels are:
      -  NULL Termination
      -  CR Termination
      -  LF Termination
      -  CR+LF Termination

      WARNING! Some AT commands (like AT+CMGS) use CR internally.
      Selecting CR Termination will render those commands unavailable.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)