You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2021. It is now read-only.
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.
Copy file name to clipboardExpand all lines: README.md
+14-11Lines changed: 14 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,10 @@ I'm inspired by [`EasyBlynk8266`] (https://github.com/Barbayar/EasyBlynk8266)
6
6
7
7
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.
8
8
9
-
With version v1.0.5 or later, you now can configure:
9
+
With version `v1.0.5` or later, you now can configure:
10
10
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.`
13
13
14
14
### Installation
15
15
@@ -157,12 +157,15 @@ void loop()
157
157
158
158
## DONE
159
159
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.
166
169
167
170
## Example
168
171
Please take a look at examples, as well.
@@ -232,8 +235,8 @@ void loop()
232
235
233
236
***Why this version***
234
237
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.***
0 commit comments