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: docs/source/api/wifi.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ This function is used to set the memory allocation mode for the Wi-Fi buffers.
65
65
The use of dynamic allocation is recommended to save memory and reduce resources usage. However, the dynamic performs slightly slower than the static allocation.
66
66
Use static allocation if you want to have more performance and if your application is multi-tasking.
67
67
68
-
By default, the memory allocation will be set to *dynamic* if this function is not being used.
68
+
By default, the memory allocation will be set to **dynamic** if this function is not being used.
0 commit comments