Skip to content

Commit 9f8cabd

Browse files
committed
docs: Default useStaticBuffers configuration in highlight
1 parent e5a5087 commit 9f8cabd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/api/wifi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This function is used to set the memory allocation mode for the Wi-Fi buffers.
6565
The use of dynamic allocation is recommended to save memory and reduce resources usage. However, the dynamic performs slightly slower than the static allocation.
6666
Use static allocation if you want to have more performance and if your application is multi-tasking.
6767

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.
6969

7070
WiFiAP
7171
------

0 commit comments

Comments
 (0)