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.
I'm inspired by [`EasyBlynk8266`](https://github.com/Barbayar/EasyBlynk8266)
5
+
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
@@ -15,7 +15,7 @@ With version `v1.0.5` or later, you now can configure:
15
15
16
16
The suggested way to install is to:
17
17
18
-
1. Navigate to [Blynk_WM](https://github.com/khoih-prog/Blynk_WM) page.
18
+
1. Navigate to [Blynk_WM](https://github.com/khoih-prog/Blynk_WM) page.
19
19
2. Download the latest release `Blynk_WM-master.zip`.
20
20
3. Extract the zip file to `Blynk_WM-master` directory
21
21
4. Copy whole `Blynk_WM-master/src` folder to Arduino libraries' `src` directory such as `~/Arduino/libraries/Blynk/src`.
@@ -41,8 +41,8 @@ to use SPIFFS or
41
41
```
42
42
#define USE_SPIFFS false
43
43
```
44
-
to use EEPROM ( 172 bytes from address EEPROM_START ) to save your configuration data.
45
-
EEPROM_SIZE can be specified from 256 to 4096 bytes. See examples [ESP32WM_Config](https://github.com/khoih-prog/Blynk_WM/tree/master/examples/ESP32WM_Config) and [ESP8266WM_Config](https://github.com/khoih-prog/Blynk_WM/tree/master/examples/ESP8266WM_Config).
44
+
to use EEPROM ( 176 bytes from address EEPROM_START ) to save your configuration data.
45
+
EEPROM_SIZE can be specified from 256 to 4096 bytes. See examples [ESP32WM_Config](https://github.com/khoih-prog/Blynk_WM/tree/master/examples/ESP32WM_Config) and [ESP8266WM_Config](https://github.com/khoih-prog/Blynk_WM/tree/master/examples/ESP8266WM_Config).
46
46
47
47
48
48
```
@@ -148,8 +148,8 @@ void loop()
148
148
```
149
149
150
150
## Prerequisite
151
-
*`ESP8266 core 2.5.2 or later` for Arduino(https://github.com/esp8266/Arduino#installing-with-boards-manager)
152
-
*`Blynk library 0.6.1 or later`(https://www.arduino.cc/en/guide/libraries#toc3)
151
+
*[`ESP8266 core 2.5.2 or later` for Arduino](https://github.com/esp8266/Arduino#installing-with-boards-manager)
152
+
*[`Blynk library 0.6.1 or later`](https://www.arduino.cc/en/guide/libraries#toc3)
0 commit comments