Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 7236cdd

Browse files
authored
v1.4.1 to change PIO lib_compat_mode
### Releases v1.4.1 1. Change option for PIO `lib_compat_mode` from default `soft` to `strict` to minimize compile error in crosss-platform 2. Update `Packages' Patches` for many boards
1 parent 687a9b6 commit 7236cdd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@
9999
* [13. WebClientRepeating on ESP32_DEV](#13-webclientrepeating-on-portenta_h7_m7-with-portenta_h7-wifi)
100100
* [Debug](#debug)
101101
* [Troubleshooting](#troubleshooting)
102-
* [Releases](#releases)
103102
* [Issues](#issues)
104103
* [TO DO](#to-do)
105104
* [DONE](#done)
@@ -162,7 +161,7 @@ This [**WiFiWebServer library**](https://github.com/khoih-prog/WiFiWebServer) cu
162161
6. AVR Mega1280, 2560, ADK.
163162

164163
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).
166165

167166
9. **ESP32**
168167
10. **ESP8266**
@@ -2119,7 +2118,7 @@ This [**WiFiWebServer library**](https://github.com/khoih-prog/WiFiWebServer) cu
21192118
6. AVR Mega1280, 2560, ADK.
21202119

21212120
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).
21232122

21242123
9. **ESP32**
21252124
10. **ESP8266**

0 commit comments

Comments
 (0)