From 12d4ba50588c470319e0cf31002502cd81099f7b Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Tue, 31 Dec 2019 17:27:32 -0500 Subject: [PATCH] Add files via upload --- src/BlynkSimpleEsp32_SSL_WM.h | 3 ++- src/BlynkSimpleEsp32_WM.h | 3 ++- src/BlynkSimpleEsp8266_SSL_WM.h | 3 ++- src/BlynkSimpleEsp8266_WM.h | 17 ++++++++++++++--- 4 files changed, 20 insertions(+), 6 deletions(-) diff --git a/src/BlynkSimpleEsp32_SSL_WM.h b/src/BlynkSimpleEsp32_SSL_WM.h index 38deb56..5125d23 100644 --- a/src/BlynkSimpleEsp32_SSL_WM.h +++ b/src/BlynkSimpleEsp32_SSL_WM.h @@ -7,7 +7,7 @@ * 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 - * Version: 1.0.2 + * Version: 1.0.3 * * Original Blynk Library author: * @file BlynkSimpleEsp8266.h @@ -22,6 +22,7 @@ * 1.0.0 K Hoang 28/10/2019 Initial coding * 1.0.1 K Hoang 28/10/2019 Add features * 1.0.2 K Hoang 21/11/2019 Fix bug. Add features. + * 1.0.3 K Hoang 31/11/2019 Fix compiler errors for ESP8266 core pre-2.5.2. Add examples. *****************************************************************************************************************************/ #ifndef BlynkSimpleEsp32_SSL_WM_h diff --git a/src/BlynkSimpleEsp32_WM.h b/src/BlynkSimpleEsp32_WM.h index c5959d0..f46e7a2 100644 --- a/src/BlynkSimpleEsp32_WM.h +++ b/src/BlynkSimpleEsp32_WM.h @@ -7,7 +7,7 @@ * 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 - * Version: 1.0.2 + * Version: 1.0.3 * * Original Blynk Library author: * @file BlynkSimpleEsp8266.h @@ -22,6 +22,7 @@ * 1.0.0 K Hoang 28/10/2019 Initial coding * 1.0.1 K Hoang 28/10/2019 Add features * 1.0.2 K Hoang 21/11/2019 Fix bug. Add features. + * 1.0.3 K Hoang 31/11/2019 Fix compiler errors for ESP8266 core pre-2.5.2. Add examples. *****************************************************************************************************************************/ #ifndef BlynkSimpleEsp32_WM_h diff --git a/src/BlynkSimpleEsp8266_SSL_WM.h b/src/BlynkSimpleEsp8266_SSL_WM.h index 3044432..c4d7c94 100644 --- a/src/BlynkSimpleEsp8266_SSL_WM.h +++ b/src/BlynkSimpleEsp8266_SSL_WM.h @@ -7,7 +7,7 @@ * 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 - * Version: 1.0.2 + * Version: 1.0.3 * * Original Blynk Library author: * @file BlynkSimpleEsp8266.h @@ -22,6 +22,7 @@ * 1.0.0 K Hoang 28/10/2019 Initial coding * 1.0.1 K Hoang 28/10/2019 Add features * 1.0.2 K Hoang 21/11/2019 Fix bug. Add features. + * 1.0.3 K Hoang 31/11/2019 Fix compiler errors for ESP8266 core pre-2.5.2. Add examples. *****************************************************************************************************************************/ #ifndef BlynkSimpleEsp8266_SSL_WM_h diff --git a/src/BlynkSimpleEsp8266_WM.h b/src/BlynkSimpleEsp8266_WM.h index f2cd58a..43f7b5e 100644 --- a/src/BlynkSimpleEsp8266_WM.h +++ b/src/BlynkSimpleEsp8266_WM.h @@ -1,10 +1,14 @@ -/** +/**************************************************************************************************************************** + * BlynkSimpleEsp8266_WM.h + * For ESP8266 boards + * * Blynk_WM is a library for the ESP8266/ESP32 Arduino platform (https://github.com/esp8266/Arduino) 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 - * Version: 1.0.2 + * Version: 1.0.3 + * * Original Blynk Library author: * @file BlynkSimpleEsp8266.h * @author Volodymyr Shymanskyy @@ -13,7 +17,14 @@ * @date Jan 2015 * @brief * - */ + * Version Modified By Date Comments + * ------- ----------- ---------- ----------- + * 1.0.0 K Hoang 28/10/2019 Initial coding + * 1.0.1 K Hoang 28/10/2019 Add features + * 1.0.2 K Hoang 21/11/2019 Fix bug. Add features. + * 1.0.3 K Hoang 31/11/2019 Fix compiler errors for ESP8266 core pre-2.5.2. Add examples. + *****************************************************************************************************************************/ + #ifndef BlynkSimpleEsp8266_WM_h #define BlynkSimpleEsp8266_WM_h