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: README.md
+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
@@ -8,7 +8,7 @@ It comes with mbedtls precompiled to avoid the need for a complete C toolchain.
8
8
9
9
This should work together with `esp-wifi`. It currently won't work without. However it's not well tested yet besides the included examples.
10
10
11
-
See the examples for how to use it. A key thing is to enable the feature `big-heap` in esp-wifi since more heap memory is needed to get this working.
11
+
See the examples for how to use it. A key thing is to [set a bigger heap size](https://github.com/esp-rs/esp-wifi/blob/main/esp-wifi/docs/tuning.md) for esp-wifi since more heap memory is needed to get this working.
12
12
13
13
In general this is heavy in terms of heap memory used and code size. If you can, you should prefer using something like `embedded-tls`.
0 commit comments