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 30, 2019
1 parent 18cc63d commit ccd8089
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 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
*
* Original Blynk Library author:
* @file BlynkSimpleEsp8266.h
* @author Volodymyr Shymanskyy
Expand All @@ -13,7 +17,12 @@
* @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.
*****************************************************************************************************************************/

#ifndef BlynkSimpleEsp8266_WM_h
#define BlynkSimpleEsp8266_WM_h
Expand Down

0 comments on commit ccd8089

Please sign in to comment.