Skip to content
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.

Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 02 Sep 05:38
· 52 commits to master since this release
6ce90d9

Releases v1.2.0

  1. 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
  2. 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
  3. Add support to ESP32 and ESP8266 boards using native ESP WiFi
  4. Add support to Generic boards, such as MKR WiFi1010, using WiFi101 Library
  5. Add WiFi-related examples.
  6. 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
  7. Verify issue mDNS stops working after two minutes #5 is fixed, using Nano_RP2040_Connect, WiFiNINA FW 1.4.8 and WiFiNINA_Generic Library
  8. Change License from MIT to GPLv3