From 95f155f945b8e81caba1ab5b635b1c2cf5cb3278 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sat, 30 Jan 2021 23:55:27 -0500 Subject: [PATCH] v1.1.0 ### 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](https://github.com/khoih-prog/Blynk_WM/issues/25) 3. Use more efficient [FlashStorage_STM32 Library](https://github.com/khoih-prog/FlashStorage_STM32) to save data to emulaled-EEPROM. 4. Add support to new [**`EthernetENC library`**](https://github.com/jandrassy/EthernetENC) for ENC28J60. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f6e29e..a7ba6b6 100644 --- a/README.md +++ b/README.md @@ -1467,7 +1467,7 @@ uint16_t NUM_MENU_ITEMS = 0; --- --- -### Debug Termimal Output Samples +### Debug Terminal Output Samples ### 1. BI_Ethernet_Blynk on NUCLEO_F767ZI using LAN8742A Ethernet and STM32Ethernet Library