Skip to content

Commit 96ad9d5

Browse files
Update version to 1.1.1; update change log
1 parent 4096da0 commit 96ad9d5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
ESP8266-YEELIGHT-SWITCH CHANGELOG:
22

3+
v1.1.1 09 Sep 2019
4+
Features:
5+
* #17: porting to ESP8266 Core 2.5
6+
7+
Bug fixes:
8+
* #16: Hiding the SSID of the esp8266 once it has been setup
9+
310
v1.1.0 12 Jan 2019
411

512
Features:

esp8266-yeelight-switch.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const int BUILTINLED = D4; // MCU pin connected to the built-in L
2424

2525
// Normally no need to change below this line
2626
const char *APPNAME = "ESP8266 Yeelight Switch";
27-
const char *APPVERSION = "1.1.0";
27+
const char *APPVERSION = "1.1.1";
2828
const char *APPURL = "https://github.com/denis-stepanov/esp8266-yeelight-switch";
2929
const unsigned int BAUDRATE = 115200; // Serial connection speed
3030

0 commit comments

Comments
 (0)