- Better workaround for RP2040W WiFi.status() bug using
ping()
to local gateway. Check WiFi.status() wrongly reports WL_CONNECTED even when WiFi is lost and RSSI is always 0 dBm #762
- Workaround for RP2040W WiFi.status() bug. Check WiFi.status() wrongly reports WL_CONNECTED even when WiFi is lost and RSSI is always 0 dBm #762
- Add example WiFiMulti_RP2040W
- Add support to RASPBERRY_PI_PICO_W using CYW43439 WiFi
- Update
Packages_Patches
- Fix bug
- Update
Packages_Patches
- Add support to
- Portenta_H7 using Murata WiFi
- RTL8720DN using built-in 2.4GHz or 5GHz WiFi with Realtek
AmebaD
core - Arduino SAMD using
WiFi101
(MKR1000, MKR1010, etc.) - Seeed XIAO RP2020, SAMD using
WiFi101
,WiFiNINA_Generic
orWiFiEspAT
- Arduino megaAVR boards with Arduino core (UNO WiFi Rev2 using
WiFi101
, Nano Every usingWiFi101
,WiFiNINA_Generic
orWiFiEspAT
) - CO2 Ampel SAMD board using
WiFi101
,WiFiNINA_Generic
orWiFiEspAT
- STM32 boards with
STM32duino Maple
core usingWiFi101
,WiFiNINA_Generic
orWiFiEspAT
- Sparkfun SAMD board using
WiFi101
,WiFiNINA_Generic
orWiFiEspAT
- Industruino SAMD using
WiFi101
,WiFiNINA_Generic
orWiFiEspAT
- Tlera Corp STM32WB boards (Firefly-WB55RG, Nucleo-WB55RG, etc.) using
WiFi101
,WiFiNINA_Generic
orWiFiEspAT
- Maixduino boards using
WiFi101
,WiFiNINA_Generic
orWiFiEspAT
- Arduino, Sparkfun, Adafruit, etc. AVR boards (Mega, 32U4, etc.). To use
LibraryPatches
forArduinoSTL
library
- Update example WiFiMulti to handle more complex cases.
- Initial coding to support ESP32, ESP8266, WiFiNINA and ESP8266_AT and ESP32_AT WiFi for many boards (nRF52, SAMD, Teensy, RP2040, SAM-DUE, ESP32, ESP8266, etc.)