This repository has been archived by the owner on Feb 9, 2022. It is now read-only.
Releases: khoih-prog/BlynkEthernet_WM
Releases · khoih-prog/BlynkEthernet_WM
v1.5.2 to update `platform.ini` and `library.json`
Releases v1.5.2
- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix - Update
Packages' Patches
Major Release v1.5.0 to add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 core v2.1.0+ (https://github.com/arduino/ArduinoCore-mbed) with LittleFS and Ethernet Manager features
Major Releases v1.5.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 with BLYNK_WM feature using LittleFS
Major Release v1.4.0 to add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 core v2.1.0+ (https://github.com/arduino/ArduinoCore-mbed)
Major Releases v1.4.0
- Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 core.
- Fix bugs
- Drastically simplify and update examples with new features
Major Release v1.3.0 to add support to ESP32-S2 and RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-pico RP2040 core v1.4.0+ (https://github.com/earlephilhower/arduino-pico)
Major Releases v1.3.0
- Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Earle Philhower's arduino-pico core v1.4.0+ with LittleFS.
- Add support to ESP32-S2 (ESP32-S2 Saola and AI-Thinker ESP-12K)
- Add Instructions to install ESP32-S2 core
- Update examples with new features
Version v1.2.1 to permit auto-reset after configurable timeout if DRD/MRD or non-persistent forced-CP.
Releases v1.2.1
- To permit auto-reset after configurable timeout if DRD/MRD or non-persistent forced-CP. Check Good new feature: Blynk.resetAndEnterConfigPortal() Thanks & question #27
Version v1.2.0 to fix rare Config Portal bug and add functions to control Config Portal from software or Virtual Switches
Major Releases v1.2.0
- Fix Config Portal Bug.
- Add functions to control Config Portal from software or Virtual Switches. Check How to trigger a Config Portal from code #25
- Use more efficient FlashStorage_SAMD v1.1.0.
Version v1.1.0 to add LittleFS for ESP32, NativeEthernet support for Teeensy 4.1, clean up compiler warnings, optimize code, and many more ...
Major Releases v1.1.0
- Add support to LittleFS for ESP32 using LITTLEFS library
- Add support to NativeEthernet Library for Teensy 4.1
- Clean-up all compiler warnings possible.
- Optimize code
- Add Table of Contents
- Add examples for Teensy 4.1 NativeEthernet
- Add Version String
Version v1.0.18 to add support to ENC28J60 using EthernetENC library
Releases v1.0.18
- Add support to new
EthernetENC library
for ENC28J60. - Add more examples for ENC28J60 using
EthernetENC library
.
Version v1.0.17 with many new and powerful features
Releases v1.0.17
- Fix bug and logic of USE_DEFAULT_CONFIG_DATA.
- Auto format SPIFFS/LittleFS for first time usage
- Add support to Seeeduino SAMD21/SAMD51 boards.
- Add examples for nRF52 boards.
- Sync with EthernetWebServer v.1.0.11
Version v1.0.16 to sync with EthernetWebServer v.1.0.9
Releases v1.0.16
- Sync with EthernetWebServer v.1.0.9
- Use 25MHz for W5x00.
- Use EthernetWrapper feature of EthernetWebServer v.1.0.9.