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

Commit 2e140ad

Browse files
authored
Update README.md
1 parent 47f8d41 commit 2e140ad

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ I'm inspired by [EasyBlynk8266] (https://github.com/Barbayar/EasyBlynk8266)
33

44
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.
55

6-
Just copy BlynkSimpleEsp8266_WM.h, BlynkSimpleEsp8266_SSL_WM.h, BlynkSimpleEsp32_WM.h and BlynkSimpleEsp32_SSL_WM.h into Blynk libraries directory (normally ./libraries/Blynk/src)
6+
Just copy BlynkSimpleEsp8266_WM.h, BlynkSimpleEsp8266_SSL_WM.h, BlynkSimpleEsp32_WM.h and BlynkSimpleEsp32_SSL_WM.h into Blynk libraries directory (normally ./Arduino/libraries/Blynk/src)
77

88
In your code, replace
99
1. BlynkSimpleEsp8266.h with BlynkSimpleEsp8266_WM.h for ESP8266 without SSL
@@ -20,14 +20,7 @@ That's it.
2020
## So, how it works?
2121
If it cannot connect to the Blynk server in 30 seconds, it will switch to `Configuration Mode`. You will see your built-in LED turned ON. In `Configuration Mode`, it starts an access point called `ESP_xxxxxx`. Connect to it using password `MyESP_xxxxxx` .
2222

23-
<p align="center">
24-
<img src="https://user-images.githubusercontent.com/???/???.png">
25-
</p>
26-
27-
After you connected, please, go to http://192.168.4.1. You will see a page showed as below.
28-
<p align="center">
29-
<img src="https://user-images.githubusercontent.com/???/???.png">
30-
</p>
23+
After you connected, please, go to http://192.168.4.1.
3124

3225
Enter your credentials, then click `Save`. After you restarted, you will see your built-in LED turned OFF. That means, it connected to your Blynk server successfully.
3326

0 commit comments

Comments
 (0)