You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib: at_host: write AT responses to correct UART device
Ensure that AT responses are written to the correct UART device when
CONFIG_LOG_BACKEND_UART is enabled and ncs,at-host-uart
is not uart0 (default).
Co-authored-by: Fredrik Flornes Ellertsen <[email protected]>
Signed-off-by: Andreas Moltumyr <[email protected]>
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -627,6 +627,10 @@ Modem libraries
627
627
628
628
* Removed references to HERE location services.
629
629
630
+
* :ref:`lib_at_host` library:
631
+
632
+
* Fixed a bug where AT responses would erroneously be written to the logging UART instead of being written to the chosen ``ncs,at-host-uart`` UART device when the :kconfig:option:`CONFIG_LOG_BACKEND_UART` Kconfig option was set.
0 commit comments