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

Releases: khoih-prog/BlynkEthernet_WM

v1.5.2 to update `platform.ini` and `library.json`

10 Oct 03:07
848db14
Compare
Choose a tag to compare

Releases v1.5.2

  1. Update platform.ini and library.json to use original khoih-prog instead of khoih.prog after PIO fix
  2. 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

07 Jun 05:40
09ec528
Compare
Choose a tag to compare

Major Releases v1.5.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 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)

18 May 15:43
5bbe5a6
Compare
Choose a tag to compare

Major Releases v1.4.0

  1. Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 core.
  2. Fix bugs
  3. 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)

17 May 05:02
7a20b03
Compare
Choose a tag to compare

Major Releases v1.3.0

  1. 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.
  2. Add support to ESP32-S2 (ESP32-S2 Saola and AI-Thinker ESP-12K)
  3. Add Instructions to install ESP32-S2 core
  4. Update examples with new features

Version v1.2.1 to permit auto-reset after configurable timeout if DRD/MRD or non-persistent forced-CP.

31 Jan 21:48
f8c0f8c
Compare
Choose a tag to compare

Version v1.2.0 to fix rare Config Portal bug and add functions to control Config Portal from software or Virtual Switches

30 Jan 08:16
e0b994e
Compare
Choose a tag to compare

Major Releases v1.2.0

  1. Fix Config Portal Bug.
  2. Add functions to control Config Portal from software or Virtual Switches. Check How to trigger a Config Portal from code #25
  3. 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 ...

14 Jan 03:42
f9e1d77
Compare
Choose a tag to compare

Major Releases v1.1.0

  1. Add support to LittleFS for ESP32 using LITTLEFS library
  2. Add support to NativeEthernet Library for Teensy 4.1
  3. Clean-up all compiler warnings possible.
  4. Optimize code
  5. Add Table of Contents
  6. Add examples for Teensy 4.1 NativeEthernet
  7. Add Version String

Version v1.0.18 to add support to ENC28J60 using EthernetENC library

16 Sep 06:03
f06c145
Compare
Choose a tag to compare

Releases v1.0.18

  1. Add support to new EthernetENC library for ENC28J60.
  2. Add more examples for ENC28J60 using EthernetENC library.

Version v1.0.17 with many new and powerful features

26 Jul 08:33
ade9302
Compare
Choose a tag to compare

Releases v1.0.17

  1. Fix bug and logic of USE_DEFAULT_CONFIG_DATA.
  2. Auto format SPIFFS/LittleFS for first time usage
  3. Add support to Seeeduino SAMD21/SAMD51 boards.
  4. Add examples for nRF52 boards.
  5. Sync with EthernetWebServer v.1.0.11

Version v1.0.16 to sync with EthernetWebServer v.1.0.9

17 May 03:53
46eafc6
Compare
Choose a tag to compare

Releases v1.0.16

  1. Sync with EthernetWebServer v.1.0.9
  2. Use 25MHz for W5x00.
  3. Use EthernetWrapper feature of EthernetWebServer v.1.0.9.