Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Commit d2db0fb

Browse files
authored
Major Releases v1.4.0
### Major Releases v1.4.0 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). 2. Add **EEPROM and SPIFFS** support to new **ESP32-C3** 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). 3. Fix SSL issue with Blynk Cloud Server 4. Update examples
1 parent d8864ee commit d2db0fb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/BlynkSimpleEsp32_Async_WM.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs
3030
1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP
3131
1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2.
32-
1.3.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS
32+
1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS
3333
Fix SSL issue with Blynk Cloud Server
3434
********************************************************************************************************************************/
3535

src/BlynkSimpleEsp32_SSL_Async_WM.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs
3030
1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP
3131
1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2.
32-
1.3.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS
32+
1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS
3333
Fix SSL issue with Blynk Cloud Server
3434
********************************************************************************************************************************/
3535

src/BlynkSimpleEsp8266_Async_WM.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs
3030
1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP
3131
1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2.
32-
1.3.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS
32+
1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS
3333
Fix SSL issue with Blynk Cloud Server
3434
********************************************************************************************************************************/
3535

src/BlynkSimpleEsp8266_SSL_Async_WM.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
1.2.2 K Hoang 28/01/2021 Fix Config Portal and Dynamic Params bugs
3030
1.2.3 K Hoang 31/01/2021 To permit autoreset after timeout if DRD/MRD or non-persistent forced-CP
3131
1.3.0 K Hoang 24/02/2021 Add customs HTML header feature and support to ESP32-S2.
32-
1.3.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS
32+
1.4.0 K Hoang 19/04/2021 Add LittleFS and SPIFFS support to ESP32-S2. Add support to ESP32-C3 without LittleFS
3333
Fix SSL issue with Blynk Cloud Server
3434
********************************************************************************************************************************/
3535

0 commit comments

Comments
 (0)