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

Commit

Permalink
v1.2.1 for BLE auto-reconnect
Browse files Browse the repository at this point in the history
### Releases v1.2.1

1. Add auto-reconnect feature for BLE. Check [Handle BLE disconnects #2](khoih-prog/Blynk_Async_ESP32_BT_WF#2)
  • Loading branch information
khoih-prog authored Aug 13, 2021
1 parent 0fb22f3 commit 089a2e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/BlynkSimpleEsp32_BLE_WF.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#define BOARD_TYPE "ESP32"
#endif

#if !defined(BLYNK_ASYNC_ESP32_BT_WF_VERSION)
#if !defined(BLYNK_ESP32_BT_WF_VERSION)
#define BLYNK_ESP32_BT_WF_VERSION "BlynkESP32_BT_WF v1.2.1"
#endif

Expand Down
2 changes: 1 addition & 1 deletion src/BlynkSimpleEsp32_BT_WF.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#define BOARD_TYPE "ESP32"
#endif

#if !defined(BLYNK_ASYNC_ESP32_BT_WF_VERSION)
#if !defined(BLYNK_ESP32_BT_WF_VERSION)
#define BLYNK_ESP32_BT_WF_VERSION "BlynkESP32_BT_WF v1.2.1"
#endif

Expand Down
2 changes: 1 addition & 1 deletion src/BlynkSimpleEsp32_WF.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#define BOARD_TYPE "ESP32"
#endif

#if !defined(BLYNK_ASYNC_ESP32_BT_WF_VERSION)
#if !defined(BLYNK_ESP32_BT_WF_VERSION)
#define BLYNK_ESP32_BT_WF_VERSION "BlynkESP32_BT_WF v1.2.1"
#endif

Expand Down
2 changes: 1 addition & 1 deletion src/BlynkSimpleEsp32_WFM.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#define BOARD_TYPE "ESP32"
#endif

#if !defined(BLYNK_ASYNC_ESP32_BT_WF_VERSION)
#if !defined(BLYNK_ESP32_BT_WF_VERSION)
#define BLYNK_ESP32_BT_WF_VERSION "BlynkESP32_BT_WF v1.2.1"
#endif

Expand Down

0 comments on commit 089a2e2

Please sign in to comment.