We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4096da0 commit 96ad9d5Copy full SHA for 96ad9d5
Changelog.md
@@ -1,5 +1,12 @@
1
ESP8266-YEELIGHT-SWITCH CHANGELOG:
2
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
10
v1.1.0 12 Jan 2019
11
12
Features:
esp8266-yeelight-switch.ino
@@ -24,7 +24,7 @@ const int BUILTINLED = D4; // MCU pin connected to the built-in L
24
25
// Normally no need to change below this line
26
const char *APPNAME = "ESP8266 Yeelight Switch";
27
-const char *APPVERSION = "1.1.0";
+const char *APPVERSION = "1.1.1";
28
const char *APPURL = "https://github.com/denis-stepanov/esp8266-yeelight-switch";
29
const unsigned int BAUDRATE = 115200; // Serial connection speed
30
0 commit comments