Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
khoih-prog authored Dec 31, 2019
1 parent 3e525a6 commit 12d4ba5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
3 changes: 2 additions & 1 deletion src/BlynkSimpleEsp32_SSL_WM.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion src/BlynkSimpleEsp32_WM.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion src/BlynkSimpleEsp8266_SSL_WM.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
17 changes: 14 additions & 3 deletions src/BlynkSimpleEsp8266_WM.h
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 12d4ba5

Please sign in to comment.