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/wifi.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,9 @@ Please note that WiFi on the Pico W is a work-in-progress and there are some imp
40
40
41
41
* Combined STA/AP mode is not supported
42
42
43
-
* Multicore is supported, but only one core may run ``WiFi`` code.
43
+
* Multicore is supported, but only core 0 may run ``WiFi`` related code.
44
44
45
-
* FreeRTOS is not yet supported due to the requirement for a very different LWIP implementation. PRs always appreciated!
45
+
* FreeRTOS is supported only on core 0 and from within ``setup`` and ``loop`, not tasks, due to the requirement for a very different LWIP implementation. PRs always appreciated!
46
46
47
47
The WiFi library borrows much work from the `ESP8266 Arduino Core <https://github.com/esp8266/Arduino>`__ , especially the ``WiFiClient`` and ``WiFiServer`` classes.
0 commit comments