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
CONFIG_SM_AT_MAX_PARAM (or CONFIG_SLM_AT_MAX_PARAM) is not useful
anymore after AT command parser and AT params libraries were replaced by
new AT parser library. This Kconfig was passed to at_params_list_init().
It was also used by some commands (#XNRFCLOUDPOS) for maximum number of
parameters but now those are only restricted by CONFIG_SM_AT_BUF_SIZE.
Signed-off-by: Tommi Rantanen <tommi.rantanen@nordicsemi.no>
Copy file name to clipboardExpand all lines: doc/app/at_nrfcloud.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,7 +222,7 @@ The ``<wifi_pos>`` parameter can have the following integer values:
222
222
* ``0`` - Do not include Wi-Fi access point information in the location request.
223
223
* ``1`` - Use Wi-Fi access point information.
224
224
The access points must be given as additional parameters to the command.
225
-
The minimum number of access points to provide is two (``NRF_CLOUD_LOCATION_WIFI_AP_CNT_MIN``), and the maximum is limited by the AT command parameter count limit (:ref:`CONFIG_SM_AT_MAX_PARAM <CONFIG_SM_AT_MAX_PARAM>`).
225
+
The minimum number of access points to provide is two (``NRF_CLOUD_LOCATION_WIFI_AP_CNT_MIN``), and the maximum is limited by the AT command buffer size (:ref:`CONFIG_SM_AT_BUF_SIZE <CONFIG_SM_AT_BUF_SIZE>`).
226
226
227
227
The ``<MAC x>`` parameter is a string.
228
228
It indicates the MAC address of a Wi-Fi access point and must be formatted as ``%02x:%02x:%02x:%02x:%02x:%02x`` (``WIFI_MAC_ADDR_TEMPLATE``).
0 commit comments