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

Releases: khoih-prog/WiFiMulti_Generic

v1.2.2 : Better workaround for WiFi.status() bug using ping() to local gateway

17 Aug 02:35
c3bab66
Compare
Choose a tag to compare

v1.2.1 : Workaround for RP2040W WiFi.status() bug

16 Aug 17:42
952b40f
Compare
Choose a tag to compare

v1.2.0 to add support to RASPBERRY_PI_PICO_W using CYW43439 WiFi

13 Aug 05:24
721c745
Compare
Choose a tag to compare

Releases v1.2.0

  1. Add support to RASPBERRY_PI_PICO_W using CYW43439 WiFi
  2. Update Packages_Patches

v1.1.1 to fix bug and to update `Packages_Patches`

26 Apr 18:16
81ab96a
Compare
Choose a tag to compare

Releases v1.1.1

  1. Fix bug
  2. Update Packages_Patches

v1.1.0 to add support to many boards (Portenta_H7, RTL8720DN, megaAVR, AVR, 32u4, etc.) and WiFi101

17 Feb 05:29
a955e53
Compare
Choose a tag to compare

Releases v1.1.0

  1. 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 or WiFiEspAT
  • Arduino megaAVR boards with Arduino core (UNO WiFi Rev2 using WiFi101, Nano Every using WiFi101, WiFiNINA_Generic or WiFiEspAT)
  • CO2 Ampel SAMD board using WiFi101, WiFiNINA_Generic or WiFiEspAT
  • STM32 boards with STM32duino Maple core using WiFi101, WiFiNINA_Generic or WiFiEspAT
  • Sparkfun SAMD board using WiFi101, WiFiNINA_Generic or WiFiEspAT
  • Industruino SAMD using WiFi101, WiFiNINA_Generic or WiFiEspAT
  • Tlera Corp STM32WB boards (Firefly-WB55RG, Nucleo-WB55RG, etc.) using WiFi101, WiFiNINA_Generic or WiFiEspAT
  • Maixduino boards using WiFi101, WiFiNINA_Generic or WiFiEspAT
  • Arduino, Sparkfun, Adafruit, etc. AVR boards (Mega, 32U4, etc.). To use LibraryPatches for ArduinoSTL library
  1. Update example WiFiMulti to handle more complex cases.

v1.0.0 to provide WiFiMulti support to ESP32, ESP8266, WiFiNINA and ESP8266_AT and ESP32_AT WiFi for many boards (nRF52, SAMD, Teensy, RP2040, SAM-DUE, ESP32, ESP8266, etc.)

16 Feb 06:16
aa9809d
Compare
Choose a tag to compare

Releases v1.0.0

  1. 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.)