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

Releases: khoih-prog/BlynkEthernet_STM32_WM

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

10 Oct 02:28
39034f7
Compare
Choose a tag to compare

Releases v1.2.2

  1. Update platform.ini and library.json to use original khoih-prog instead of khoih.prog after PIO fix
  2. Update Packages' Patches

Release v1.2.1 to add Packages' Patches for STM32 core v2.0.0

22 Apr 19:06
4725226
Compare
Choose a tag to compare

Releases v1.2.1

  1. Add Packages' Patches for STM32 core v2.0.0 to use LAN8720 with STM32Ethernet and LwIP libraries
  2. Updated and tested with latest STM32 core v2.0.0

Release v1.2.0 to add support to LAN8720 Ethernet for many STM32F4 and STM32F7 boards

22 Apr 05:13
6d2633d
Compare
Choose a tag to compare

Releases v1.2.0

  1. Add support to LAN8720 Ethernet for many STM32F4 (F407xx, NUCLEO_F429ZI) and STM32F7 (DISCO_F746NG, NUCLEO_F746ZG, NUCLEO_F756ZG) boards.
  2. Add LAN8720 examples
  3. Add Packages' Patches for STM32 to use LAN8720 with STM32Ethernet and LwIP libraries

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

31 Jan 23:32
cfe62c9
Compare
Choose a tag to compare

Major Release v1.1.0 to fix Config Portal Bug, add functions to control Config Portal, add support to EthernetENC library and use FlashStorage_STM32 library

31 Jan 04:59
95f155f
Compare
Choose a tag to compare

Major Releases v1.1.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_STM32 Library to save data to emulaled-EEPROM.
  4. Add support to new EthernetENC library for ENC28J60.

Version v1.0.4 with many new and powerful features

20 Apr 05:59
75d8096
Compare
Choose a tag to compare

Releases v1.0.4

  1. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters.
  2. Dynamic custom parameters to be saved automatically in EEPROMe.
  3. Permit to input special chars such as % and # into data fields.
  4. MultiBlynk Servers and Tokens with Auto(Re)Connect feature.

Version v1.0.3

13 Mar 03:03
f25e1a9
Compare
Choose a tag to compare

New in Version v1.0.3

  1. Reduce html and code size for faster Config Portal response. Enhance GUI.
  2. Change default macAddress for boards to avoid macAddress conflict while simultaneously testing multiple boards.

Version v1.0.2 fix random crashes

06 Mar 05:33
1aa4201
Compare
Choose a tag to compare

New in Version v1.0.2

  1. Fix crashing bug when using dynamic EthernetServer
  2. Enhance examples, fix indentation, update README.md

Version v1.0.1

03 Mar 21:35
3399726
Compare
Choose a tag to compare

Releases v1.0.1

New in this version

  1. Fix hanging bug in STM32 boards with built-in Ethernet LAN8742A.
  2. Update examples

Initial Release v1.0.0

01 Mar 01:23
c250733
Compare
Choose a tag to compare

New Releases v1.0.0

  1. Add support to STM32 boards with built-in Ethernet, ENC28J60 or W5x00 Ethernet shields
  • This is the new library, adding to the current Blynk_WiFiManager. It's designed to help you eliminate hardcoding your Blynk credentials in STM32 boards using with Ethernet (Built-in, W5100, W5200, W5500, ENC28J60, etc). It's currently not supporting SSL and can not saved config dada to non-volatile memory (EEPROM, battery-saved SRAM, SPIFFS, etc.), will fix in next releases.
  • You can update Blynk Credentials any time you need to change via Configure Portal. Data to be saved in configurable locations in EEPROM.

This library currently supports

  1. STM32 boards with built-in Ethernet such as :
  1. STM32 boards (with 64+K Flash) running ENC28J60 shields
  2. STM32 boards (with 64+K Flash) running W5x00 shields