This repository has been archived by the owner on Feb 9, 2022. It is now read-only.
Releases: khoih-prog/BlynkEthernet_STM32_WM
Releases · khoih-prog/BlynkEthernet_STM32_WM
v1.2.2 to update `platform.ini` and `library.json`
Releases v1.2.2
- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix - Update
Packages' Patches
Release v1.2.1 to add Packages' Patches for STM32 core v2.0.0
Releases v1.2.1
- Add Packages' Patches for STM32 core v2.0.0 to use LAN8720 with STM32Ethernet and LwIP libraries
- 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
Releases v1.2.0
- Add support to LAN8720 Ethernet for many STM32F4 (F407xx, NUCLEO_F429ZI) and STM32F7 (DISCO_F746NG, NUCLEO_F746ZG, NUCLEO_F756ZG) boards.
- Add LAN8720 examples
- 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.
Releases v1.1.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
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
Major Releases v1.1.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_STM32 Library to save data to emulaled-EEPROM.
- Add support to new EthernetENC library for ENC28J60.
Version v1.0.4 with many new and powerful features
Releases v1.0.4
- 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.
- Dynamic custom parameters to be saved automatically in EEPROMe.
- Permit to input special chars such as % and # into data fields.
- MultiBlynk Servers and Tokens with Auto(Re)Connect feature.
Version v1.0.3
New in Version v1.0.3
- Reduce html and code size for faster Config Portal response. Enhance GUI.
- Change default macAddress for boards to avoid macAddress conflict while simultaneously testing multiple boards.
Version v1.0.2 fix random crashes
New in Version v1.0.2
- Fix crashing bug when using dynamic EthernetServer
- Enhance examples, fix indentation, update README.md
Version v1.0.1
Releases v1.0.1
New in this version
- Fix hanging bug in STM32 boards with built-in Ethernet LAN8742A.
- Update examples
Initial Release v1.0.0
New Releases v1.0.0
- 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 inSTM32
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
- STM32 boards with built-in Ethernet such as :
- Nucleo-144 (F429ZI, F767ZI)
- Discovery (STM32F746G-DISCOVERY)
- All STM32 Boards with Built-in Ethernet, See How To Use Built-in Ethernet
- STM32 boards (with 64+K Flash) running ENC28J60 shields
- STM32 boards (with 64+K Flash) running W5x00 shields