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

Commit 089a2e2

Browse files
authored
v1.2.1 for BLE auto-reconnect
### Releases v1.2.1 1. Add auto-reconnect feature for BLE. Check [Handle BLE disconnects #2](khoih-prog/Blynk_Async_ESP32_BT_WF#2)
1 parent 0fb22f3 commit 089a2e2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/BlynkSimpleEsp32_BLE_WF.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
#define BOARD_TYPE "ESP32"
5757
#endif
5858

59-
#if !defined(BLYNK_ASYNC_ESP32_BT_WF_VERSION)
59+
#if !defined(BLYNK_ESP32_BT_WF_VERSION)
6060
#define BLYNK_ESP32_BT_WF_VERSION "BlynkESP32_BT_WF v1.2.1"
6161
#endif
6262

src/BlynkSimpleEsp32_BT_WF.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
#define BOARD_TYPE "ESP32"
5757
#endif
5858

59-
#if !defined(BLYNK_ASYNC_ESP32_BT_WF_VERSION)
59+
#if !defined(BLYNK_ESP32_BT_WF_VERSION)
6060
#define BLYNK_ESP32_BT_WF_VERSION "BlynkESP32_BT_WF v1.2.1"
6161
#endif
6262

src/BlynkSimpleEsp32_WF.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
#define BOARD_TYPE "ESP32"
5757
#endif
5858

59-
#if !defined(BLYNK_ASYNC_ESP32_BT_WF_VERSION)
59+
#if !defined(BLYNK_ESP32_BT_WF_VERSION)
6060
#define BLYNK_ESP32_BT_WF_VERSION "BlynkESP32_BT_WF v1.2.1"
6161
#endif
6262

src/BlynkSimpleEsp32_WFM.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
#define BOARD_TYPE "ESP32"
5757
#endif
5858

59-
#if !defined(BLYNK_ASYNC_ESP32_BT_WF_VERSION)
59+
#if !defined(BLYNK_ESP32_BT_WF_VERSION)
6060
#define BLYNK_ESP32_BT_WF_VERSION "BlynkESP32_BT_WF v1.2.1"
6161
#endif
6262

0 commit comments

Comments
 (0)