Commit d9a5c62
Port to Raspberry Pi Pico W core
Add support for the onboard WiFi chip on the Raspberry Pi Pico W
(RP2040 based ) board using the arduino-pico Arduino core at
https://github.com/earlephilhower/arduino-pico
The PicoW WiFi stack is a mashup of the ESP8266 and ESP32 cores, so
only minimal changes were required. Defines a new NETWORK_TYPE for
the PicoW.
ESP8266 examples renames to ESP8266_PICO because they all work unmodified
(except for OTA which is handled differently on the Pico)1 parent 323592f commit d9a5c62
File tree
28 files changed
+61
-25
lines changed- examples/esp8266_pico
- WebSocketClientOTA
- python_ota_server
- WebSocketClientSSLWithCA
- WebSocketClientSSL
- WebSocketClientSocketIOack
- WebSocketClientSocketIO
- WebSocketClientStompOverSockJs
- WebSocketClientStomp
- WebSocketClient
- WebSocketServerAllFunctionsDemo
- WebSocketServerFragmentation
- WebSocketServerHooked
- WebSocketServerHttpHeaderValidation
- WebSocketServer_LEDcontrol
- WebSocketServer
- src
- libb64
28 files changed
+61
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
File renamed without changes.
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 14 | + | |
| 15 | + | |
17 | 16 | | |
18 | 17 | | |
19 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments