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.
### Releases v1.3.1
1. Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32. Check [Custom Blynk port not working for BlynkSimpleEsp32_Async_WM.h #4](khoih-prog/Blynk_Async_WM#4)
@@ -178,16 +179,20 @@ With version `v1.0.5` or later, you can configure:
178
179
179
180
This [**BlynkESP32_BT_WF** library](https://github.com/khoih-prog/BlynkESP32_BT_WF) currently supports these following boards:
180
181
181
-
1.**ESP32 using EEPROM, SPIFFS or LittleFS**.
182
-
2.**ESP32-S2 (ESP32-S2 Saola, AI-Thinker ESP-12K, etc.) using EEPROM**
183
-
3.**ESP8266 using EEPROM, SPIFFS or LittleFS**.
182
+
1.**ESP8266 and ESP32-based boards using EEPROM, SPIFFS or LittleFS**.
183
+
2.**ESP32-S2 (ESP32-S2 Saola, AI-Thinker ESP-12K, etc.) using EEPROM, SPIFFS or LittleFS**.
184
+
3.**ESP32-C3 (ARDUINO_ESP32C3_DEV) using EEPROMor SPIFFS**.
184
185
185
186
186
187
---
187
188
---
188
189
189
190
## Changelog
190
191
192
+
### Releases v1.3.1
193
+
194
+
1. Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32. Check [Custom Blynk port not working for BlynkSimpleEsp32_Async_WM.h #4](https://github.com/khoih-prog/Blynk_Async_WM/issues/4)
195
+
191
196
### Major Releases v1.3.0
192
197
193
198
1. Add **LittleFS and SPIFFS** support to new **ESP32-S2** boards (**Arduino ESP32C3_DEV**). Check [HOWTO Install esp32 core for ESP32-S2 (Saola, AI-Thinker ESP-12K) and ESP32-C3 boards into Arduino IDE](#howto-install-esp32-core-for-esp32-s2-saola-ai-thinker-esp-12k-and-esp32-c3-boards-into-arduino-ide).
Starting ESP8266WM_MRD_ForcedConfig using LittleFS without SSL on ESP8266_NODEMCU
2222
-
Blynk_WM for ESP8266 v1.3.0
2227
+
Blynk_WM for ESP8266 v1.3.1
2223
2228
ESP_MultiResetDetector v1.1.1
2224
2229
LittleFS Flag read = 0xFFFE0001
2225
2230
multiResetDetectorFlag = 0xFFFE0001
@@ -2306,7 +2311,7 @@ Persistent CP will remain after resets. The only way to get rid of Config Portal
2306
2311
2307
2312
```
2308
2313
Starting ESP8266WM_MRD_ForcedConfig using LittleFS without SSL on ESP8266_NODEMCU
2309
-
Blynk_WM for ESP8266 v1.3.0
2314
+
Blynk_WM for ESP8266 v1.3.1
2310
2315
ESP_MultiResetDetector v1.1.1
2311
2316
LittleFS Flag read = 0xFFFE0001
2312
2317
multiResetDetectorFlag = 0xFFFE0001
@@ -2580,6 +2585,10 @@ Sometimes, the library will only work if you update the board core to the latest
2580
2585
2581
2586
## Releases
2582
2587
2588
+
### Releases v1.3.1
2589
+
2590
+
1. Fix issue of custom Blynk port (different from 8080 or 9443) not working on ESP32. Check [Custom Blynk port not working for BlynkSimpleEsp32_Async_WM.h #4](https://github.com/khoih-prog/Blynk_Async_WM/issues/4)
2591
+
2583
2592
### Major Releases v1.3.0
2584
2593
2585
2594
1. Add **LittleFS and SPIFFS** support to new **ESP32-S2** boards (**Arduino ESP32C3_DEV**). Check [HOWTO Install esp32 core for ESP32-S2 (Saola, AI-Thinker ESP-12K) and ESP32-C3 boards into Arduino IDE](#howto-install-esp32-core-for-esp32-s2-saola-ai-thinker-esp-12k-and-esp32-c3-boards-into-arduino-ide).
@@ -2791,6 +2800,7 @@ Submit issues to: [Blynk_WM issues](https://github.com/khoih-prog/Blynk_WM/issue
2791
2800
*[How to trigger a Config Portal from code #25](https://github.com/khoih-prog/Blynk_WM/issues/25)
2792
2801
*[Good new feature: Blynk.resetAndEnterConfigPortal() Thanks & question #27](https://github.com/khoih-prog/Blynk_WM/issues/27)
2793
2802
5. Thanks to [Thor Johnson](https://github.com/thorathome) and [kevinleberge](https://github.com/kevinleberge) to help locate the bugs, discuss the USE_DEFAULT_CONFIG_DATA solution leading to release v1.0.16. See [Can’t load defaults](https://github.com/khoih-prog/Blynk_WM/issues/15) and [Setting "#define USE_DYNAMIC_PARAMETERS false" on Blynk_WM_Template.ino results in compile error](https://github.com/khoih-prog/Blynk_WM/issues/16)
2803
+
6. Thanks to [komaneko](https://github.com/jjskaife) to report bugs in [Custom Blynk port not working for BlynkSimpleEsp32_Async_WM.h #4](https://github.com/khoih-prog/Blynk_Async_WM/issues/4) leading to v1.3.1
2794
2804
2795
2805
<table>
2796
2806
<tr>
@@ -2799,6 +2809,7 @@ Submit issues to: [Blynk_WM issues](https://github.com/khoih-prog/Blynk_WM/issue
0 commit comments