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

Commit 15cf7aa

Browse files
authored
Update for v1.0.5
Add new features to enable : 1. configuring Portal Static IP address, Name and Password. 2. configuring Static IP address, Gateway, Subnet Mask and 2 DNS Servers IP addresses.
1 parent aba886f commit 15cf7aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BlynkSimpleEsp8266_SSL_WM.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ class BlynkWifi
255255
WiFi.config(static_IP, static_GW, static_SN, static_DNS1, static_DNS2);
256256
}
257257

258-
setHostname();
258+
setHostname();
259259

260260
if (WiFi.status() != WL_CONNECTED) {
261261
if (pass && strlen(pass)) {

src/BlynkSimpleEsp8266_WM.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ class BlynkWifi
169169
WiFi.config(static_IP, static_GW, static_SN, static_DNS1, static_DNS2);
170170
}
171171

172-
setHostname();
172+
setHostname();
173173

174174
if (WiFi.status() != WL_CONNECTED)
175175
{

0 commit comments

Comments
 (0)