This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
v1.2.0 to add support to WiFi, WiFiNINA, WiFi101, ESP WiFi, ESP8266-AT WiFi, etc.
Releases v1.2.0
- Add support to RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 core using WiFi / WiFiNINA_Generic Library
- Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Earle Philhower's arduino-pico core using WiFi / WiFiNINA_Generic Library
- Add support to ESP32 and ESP8266 boards using native ESP WiFi
- Add support to Generic boards, such as MKR WiFi1010, using WiFi101 Library
- Add WiFi-related examples.
- Modify hostname from easily-duplicated
arduino
to board-related hostname to fix issue caused by duplicated hostname, such as mDNS stops working after two minutes #5 - Verify issue mDNS stops working after two minutes #5 is fixed, using Nano_RP2040_Connect, WiFiNINA FW 1.4.8 and WiFiNINA_Generic Library
- Change License from
MIT
to GPLv3