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

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
### Major Releases v1.1.0

1. Restore support to Teensy boards, using only Teensy core v1.51 if Config Portal is needed.
2. Add STM32 emulated-EEPROM feature so that saving to EEPROM is usable and much faster.
3. Add functions to control Config Portal from software or Virtual Switches. Check [How to trigger a Config Portal from code #25](khoih-prog/Blynk_WM#25)
4. Renew all examples to demo the new Virtual ConfigPortal SW feature
5. Optimize code and fix many bugs.
  • Loading branch information
khoih-prog authored Jan 24, 2021
1 parent ac3a999 commit 944a138
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 38 deletions.
2 changes: 1 addition & 1 deletion src/BlynkSimpleShieldEsp8266.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
to enable easy configuration/reconfiguration and autoconnect/autoreconnect of WiFi/Blynk
Based on and Modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_WM
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Esp8266AT_WM
Licensed under MIT license
Original Blynk Library author:
Expand Down
2 changes: 1 addition & 1 deletion src/BlynkSimpleShieldEsp8266_DUE.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
to enable easy configuration/reconfiguration and autoconnect/autoreconnect of WiFi/Blynk
Based on and Modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_WM
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Esp8266AT_WM
Licensed under MIT license
Original Blynk Library author:
Expand Down
8 changes: 1 addition & 7 deletions src/BlynkSimpleShieldEsp8266_DUE_WM.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@
to enable easy configuration/reconfiguration and autoconnect/autoreconnect of WiFi/Blynk
Based on and Modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_WM
Licensed under MIT license
Blynk_Esp8266AT_WM is a library for the Mega, Teensy, SAM DUE and SAMD boards (https://github.com/khoih-prog/Blynk_Esp8266AT_WM)
to enable easy configuration/reconfiguration and autoconnect/autoreconnect of WiFi/Blynk
Forked from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_WM
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Esp8266AT_WM
Licensed under MIT license
Original Blynk Library author:
Expand Down
2 changes: 1 addition & 1 deletion src/BlynkSimpleShieldEsp8266_SAMD.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
to enable easy configuration/reconfiguration and autoconnect/autoreconnect of WiFi/Blynk
Based on and Modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_WM
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Esp8266AT_WM
Licensed under MIT license
Original Blynk Library author:
Expand Down
10 changes: 2 additions & 8 deletions src/BlynkSimpleShieldEsp8266_SAMD_WM.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,8 @@
Blynk_Esp8266AT_WM is a library for the Mega, Teensy, SAM DUE and SAMD boards (https://github.com/khoih-prog/Blynk_Esp8266AT_WM)
to enable easy configuration/reconfiguration and autoconnect/autoreconnect of WiFi/Blynk
Forked from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_WM
Licensed under MIT license
Blynk_Esp8266AT_WM is a library for the Mega, Teensy, SAM DUE and SAMD boards (https://github.com/khoih-prog/Blynk_Esp8266AT_WM)
to enable easy configuration/reconfiguration and autoconnect/autoreconnect of WiFi/Blynk
Forked from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_WM
Based on and Modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Esp8266AT_WM
Licensed under MIT license
Original Blynk Library author:
Expand Down
2 changes: 1 addition & 1 deletion src/BlynkSimpleShieldEsp8266_STM32.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
to enable easy configuration/reconfiguration and autoconnect/autoreconnect of WiFi/Blynk
Based on and Modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_WM
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Esp8266AT_WM
Licensed under MIT license
Original Blynk Library author:
Expand Down
8 changes: 1 addition & 7 deletions src/BlynkSimpleShieldEsp8266_STM32_WM.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@
to enable easy configuration/reconfiguration and autoconnect/autoreconnect of WiFi/Blynk
Based on and Modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_WM
Licensed under MIT license
Blynk_Esp8266AT_WM is a library for the Mega, Teensy, SAM DUE and SAMD boards (https://github.com/khoih-prog/Blynk_Esp8266AT_WM)
to enable easy configuration/reconfiguration and autoconnect/autoreconnect of WiFi/Blynk
Forked from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_WM
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Esp8266AT_WM
Licensed under MIT license
Original Blynk Library author:
Expand Down
2 changes: 1 addition & 1 deletion src/BlynkSimpleShieldEsp8266_Teensy.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
to enable easy configuration/reconfiguration and autoconnect/autoreconnect of WiFi/Blynk
Based on and Modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_WM
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Esp8266AT_WM
Licensed under MIT license
Original Blynk Library author:
Expand Down
6 changes: 5 additions & 1 deletion src/BlynkSimpleShieldEsp8266_Teensy_WM.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
to enable easy configuration/reconfiguration and autoconnect/autoreconnect of WiFi/Blynk
Based on and Modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_WM
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Esp8266AT_WM
Licensed under MIT license
Original Blynk Library author:
Expand Down Expand Up @@ -46,6 +46,10 @@
#error This code is intended to run on the Teensy platform! Please check your Tools->Board setting.
#endif

#if !( (TEENSYDUINO==150) || (TEENSYDUINO==151) )
#error This code is intended to run only on the Teensy code v1.51 ! Please check your Teensy core.
#endif

#define BLYNK_ESP8266AT_WM_VERSION "Blynk_Esp8266AT_WM v1.1.0"

#ifndef BLYNK_INFO_CONNECTION
Expand Down
6 changes: 5 additions & 1 deletion src/BlynkSimpleShieldEsp8266_Teensy_WM_Single.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
to enable easy configuration/reconfiguration and autoconnect/autoreconnect of WiFi/Blynk
Based on and Modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_WM
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Esp8266AT_WM
Licensed under MIT license
Original Blynk Library author:
Expand Down Expand Up @@ -46,6 +46,10 @@
#error This code is intended to run on the Teensy platform! Please check your Tools->Board setting.
#endif

#if !( (TEENSYDUINO==150) || (TEENSYDUINO==151) )
#error This code is intended to run only on the Teensy code v1.51 ! Please check your Teensy core.
#endif

#define BLYNK_ESP8266AT_WM_VERSION "Blynk_Esp8266AT_WM v1.1.0"

#ifndef BLYNK_INFO_CONNECTION
Expand Down
2 changes: 1 addition & 1 deletion src/BlynkSimpleShieldEsp8266_WM.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
to enable easy configuration/reconfiguration and autoconnect/autoreconnect of WiFi/Blynk
Based on and Modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_WM
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Esp8266AT_WM
Licensed under MIT license
Original Blynk Library author:
Expand Down
2 changes: 1 addition & 1 deletion src/BlynkSimpleShieldEsp8266_nRF52.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
to enable easy configuration/reconfiguration and autoconnect/autoreconnect of WiFi/Blynk
Based on and Modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_WM
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Esp8266AT_WM
Licensed under MIT license
Original Blynk Library author:
Expand Down
8 changes: 1 addition & 7 deletions src/BlynkSimpleShieldEsp8266_nRF52_WM.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@
to enable easy configuration/reconfiguration and autoconnect/autoreconnect of WiFi/Blynk
Based on and Modified from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_WM
Licensed under MIT license
Blynk_Esp8266AT_WM is a library for the Mega, Teensy, SAM DUE and SAMD boards (https://github.com/khoih-prog/Blynk_Esp8266AT_WM)
to enable easy configuration/reconfiguration and autoconnect/autoreconnect of WiFi/Blynk
Forked from Blynk library v0.6.1 https://github.com/blynkkk/blynk-library/releases
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_WM
Built by Khoi Hoang https://github.com/khoih-prog/Blynk_Esp8266AT_WM
Licensed under MIT license
Original Blynk Library author:
Expand Down

0 comments on commit 944a138

Please sign in to comment.