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
Copy file name to clipboardExpand all lines: nrf_modem/doc/at_interface.rst
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -309,6 +309,10 @@ The following snippet shows how to set up and use a custom AT command:
309
309
The filter uses the callback of the first match found in the filter list.
310
310
Hence, make sure to keep the filters accurately or order them accordingly.
311
311
312
+
.. note::
313
+
The custom AT command filter is compared against the start of the AT command string sent to the Modem library.
314
+
Therefore, you must make sure to remove any leading whitespace characters in the AT command string before calling the :c:func:`nrf_modem_at_cmd` function.
0 commit comments