|
99 | 99 | * [13. WebClientRepeating on ESP32_DEV](#13-webclientrepeating-on-portenta_h7_m7-with-portenta_h7-wifi) |
100 | 100 | * [Debug](#debug) |
101 | 101 | * [Troubleshooting](#troubleshooting) |
102 | | -* [Releases](#releases) |
103 | 102 | * [Issues](#issues) |
104 | 103 | * [TO DO](#to-do) |
105 | 104 | * [DONE](#done) |
@@ -162,7 +161,7 @@ This [**WiFiWebServer library**](https://github.com/khoih-prog/WiFiWebServer) cu |
162 | 161 | 6. AVR Mega1280, 2560, ADK. |
163 | 162 |
|
164 | 163 | 7. RP2040-based boards, such as **Nano RP2040 Connect**, using [**Arduino mbed OS for Nano boards**](https://github.com/arduino/ArduinoCore-mbed). |
165 | | - 8. RP2040-based boards, such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, using [**Arduino-mbed RP2040** v2.1.0+ core](https://github.com/arduino/ArduinoCore-mbed) or [**Earle Philhower's arduino-pico** core v1.5.1+](https://github.com/earlephilhower/arduino-pico). |
| 164 | + 8. RP2040-based boards, such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, using [**Arduino-mbed RP2040** core](https://github.com/arduino/ArduinoCore-mbed) or [**Earle Philhower's arduino-pico** core](https://github.com/earlephilhower/arduino-pico). |
166 | 165 |
|
167 | 166 | 9. **ESP32** |
168 | 167 | 10. **ESP8266** |
@@ -2119,7 +2118,7 @@ This [**WiFiWebServer library**](https://github.com/khoih-prog/WiFiWebServer) cu |
2119 | 2118 | 6. AVR Mega1280, 2560, ADK. |
2120 | 2119 |
|
2121 | 2120 | 7. RP2040-based boards, such as **Nano RP2040 Connect**, using [**Arduino mbed OS for Nano boards**](https://github.com/arduino/ArduinoCore-mbed). |
2122 | | - 8. RP2040-based boards, such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, using [**Arduino-mbed RP2040** v2.1.0+ core](https://github.com/arduino/ArduinoCore-mbed) or [**Earle Philhower's arduino-pico** core v1.5.1+](https://github.com/earlephilhower/arduino-pico). |
| 2121 | + 8. RP2040-based boards, such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, using [**Arduino-mbed RP2040** core](https://github.com/arduino/ArduinoCore-mbed) or [**Earle Philhower's arduino-pico** core](https://github.com/earlephilhower/arduino-pico). |
2123 | 2122 |
|
2124 | 2123 | 9. **ESP32** |
2125 | 2124 | 10. **ESP8266** |
|
0 commit comments