From a65bfcd255da7b617693c3d6d4a9b7782670e551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eivind=20J=C3=B8lsgard?= <eivind.jolsgard@nordicsemi.no> Date: Mon, 3 Jun 2024 09:33:22 +0200 Subject: [PATCH] Revert "lib: at_host: use CRLF termination as default" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 1318fd7ca595d3c68937972ea185b2dc8a3f80fb. The changes should be done in the nRF Connect tools instead. Signed-off-by: Eivind Jølsgard <eivind.jolsgard@nordicsemi.no> --- .../releases/release-notes-changelog.rst | 4 ---- lib/at_host/Kconfig | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst b/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst index ea13b477e907..7b1c7ce72e81 100644 --- a/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst +++ b/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst @@ -844,10 +844,6 @@ DFU libraries Modem libraries --------------- -* :ref:`lib_at_host`: - - * Updated to set the default termination mode to the :kconfig:option:`CONFIG_CR_LF_TERMINATION` Kconfig option instead of the :kconfig:option:`CONFIG_CR_TERMINATION` Kconfig option. - * :ref:`nrf_modem_lib_readme`: diff --git a/lib/at_host/Kconfig b/lib/at_host/Kconfig index e0a34dcb3f89..8beb35d24236 100644 --- a/lib/at_host/Kconfig +++ b/lib/at_host/Kconfig @@ -21,7 +21,7 @@ config AT_HOST_UART_INIT_TIMEOUT choice prompt "Termination Mode" - default CR_LF_TERMINATION + default CR_TERMINATION depends on AT_HOST_LIBRARY help Sets the termination ending from the serial terminal