Skip to content
This repository was archived by the owner on Dec 5, 2021. It is now read-only.

Commit f9fbb1c

Browse files
authored
v1.1.1
### Releases v1.1.1 1. Add functions to control Config Portal from software or Virtual Switches. Check [How to trigger a Config Portal from code #25](khoih-prog/Blynk_WM#25) 2. Fix rare Config Portal bug not updating Config and dynamic Params data successfully in very noisy or weak WiFi situation 3. To permit autoreset after configurable timeout if DRD/MRD or non-persistent forced-CP. Check [**Good new feature: Blynk.resetAndEnterConfigPortal() Thanks & question #27**](khoih-prog/Blynk_WM#27)
1 parent 1cc1675 commit f9fbb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BlynkSimpleEsp32_Async_WFM.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#error This code is intended to run on the ESP32 platform! Please check your Tools->Board setting.
3838
#endif
3939

40-
#define BLYNK_ASYNC_ESP32_BT_WF_VERSION "Blynk_Async_ESP32_BT_WF v1.1.0"
40+
#define BLYNK_ASYNC_ESP32_BT_WF_VERSION "Blynk_Async_ESP32_BT_WF v1.1.1"
4141

4242
#define BLYNK_SEND_ATOMIC
4343

0 commit comments

Comments
 (0)