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

Commit 6a11af9

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 633b31b commit 6a11af9

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

README.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ I'm inspired by [`EasyBlynk8266`] (https://github.com/Barbayar/EasyBlynk8266)
66

77
To help you to eliminate `hardcoding` your Wifi and Blynk credentials for ESP8266 and ESP32 (with / wwithout SSL), and updating/reflashing every time when you need to change them.
88

9-
With version v1.0.5 or later, you now can configure:
9+
With version `v1.0.5` or later, you now can configure:
1010

11-
1. Config Portal Static IP address, Name and Password.
12-
2. Static IP address, Gateway, Subnet Mask and 2 DNS Servers IP addresses.
11+
1. `Config Portal Static IP address, Name and Password.`
12+
2. `Static IP address, Gateway, Subnet Mask and 2 DNS Servers IP addresses.`
1313

1414
### Installation
1515

@@ -157,12 +157,15 @@ void loop()
157157

158158
## DONE
159159

160-
1. Permit EEPROM size and location configurable to avoid conflict with others.
161-
2. More flexible to configure reconnection timeout.
162-
3. For fresh config data, don't need to wait for connecting timeout before entering config portal.
163-
4. If the config data not entered completely (SSID, password, Server and Blynk token), entering config portal
164-
5. Correct the operation of BUILTIN_LED
165-
6. Modify code to be compatible with ESP8266 core pre-2.5.2.
160+
1. Permit EEPROM size and location configurable to avoid conflict with others.
161+
2. More flexible to configure reconnection timeout.
162+
3. For fresh config data, don't need to wait for connecting timeout before entering config portal.
163+
4. If the config data not entered completely (SSID, password, Server and Blynk token), entering config portal
164+
5. Correct the operation of BUILTIN_LED
165+
6. Modify code to be compatible with ESP8266 core pre-2.5.2.
166+
7. Add RFC952 hostname
167+
8. Add configurable Config Portal IP, SSID and Password
168+
9. Add configurable Static IP, GW, Subnet Mask and 2 DNS Servers' IP Addresses.
166169

167170
## Example
168171
Please take a look at examples, as well.
@@ -232,8 +235,8 @@ void loop()
232235

233236
***Why this version***
234237

235-
Normally, the default Portal IP (192.168.4.1), SSID and PW as well as the dynamically allocated board's IP address are good enough.
236-
In special cases where there is conflict, if static IP is required or bad router's DNS settings, you can use the new features to force the configurable IP addresses. But please use with care to avoid potential issues.
238+
Normally, the `default Portal IP (192.168.4.1)`, SSID and PW as well as the `dynamically allocated` board's IP address are good enough.
239+
In special cases where there is conflict, if static IP is required or bad router's DNS settings, you can use the new features to force the configurable IP addresses. ***But please use with care to avoid potential issues.***
237240

238241
***New in this version***
239242

0 commit comments

Comments
 (0)