Skip to content

Commit 5639ede

Browse files
Update wifi.rst (#1702)
1 parent 585c31e commit 5639ede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/wifi.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ Please note that WiFi on the Pico W is a work-in-progress and there are some imp
4040

4141
* Combined STA/AP mode is not supported
4242

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

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!
4646
4747
The WiFi library borrows much work from the `ESP8266 Arduino Core <https://github.com/esp8266/Arduino>`__ , especially the ``WiFiClient`` and ``WiFiServer`` classes.
4848

0 commit comments

Comments
 (0)