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

Releases: khoih-prog/Blynk_Async_ESP32_BT_WF

v1.2.2 to update `platform.ini` and `library.json`

09 Oct 20:32
d64777a
Compare
Choose a tag to compare

Releases v1.2.2

  1. Update platform.ini and library.json to use original khoih-prog instead of khoih.prog after PIO fix

v1.2.1 for BLE auto-reconnect

13 Aug 16:59
b9575e2
Compare
Choose a tag to compare

Releases v1.2.1

  1. Add auto-reconnect feature for BLE. Check Handle BLE disconnects #2

Major Release v1.2.0 to fix bug, to enable scan of WiFi networks for selection in Configuration Portal and many new features.

26 Apr 23:51
b90f762
Compare
Choose a tag to compare

Major Releases v1.2.0

  1. Enable scan of WiFi networks for selection in Configuration Portal. Check PR for v1.3.0 - Enable scan of WiFi networks #10. Now you can select optional SCAN_WIFI_NETWORKS, MANUAL_SSID_INPUT_ALLOWED to be able to manually input SSID, not only from a scanned SSID lists and MAX_SSID_IN_LIST (from 2-15)
  2. Fix invalid "blank" Config Data treated as Valid.
  3. Permit optionally inputting one set of WiFi SSID/PWD by using REQUIRE_ONE_SET_SSID_PW == true
  4. Enforce WiFi PWD minimum length of 8 chars
  5. Minor enhancement to not display garbage when data is invalid
  6. 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
  7. To permit auto-reset after configurable timeout if DRD/MRD or non-persistent forced-CP. Check Good new feature: Blynk.resetAndEnterConfigPortal() Thanks & question #27
  8. Fix rare Config Portal bug not updating Config and dynamic Params data successfully in very noisy or weak WiFi situation
  9. Tested with Latest ESP32 Core 1.0.6 for ESP32-based boards.
  10. Update examples

Version v1.1.1 to add functions to control Config Portal from software or Virtual Switches, to permit auto-reset after configurable timeout if DRD/MRD or non-persistent forced-CP and fix rare Config Portal bug

01 Feb 03:48
688ab92
Compare
Choose a tag to compare

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
  2. Fix rare Config Portal bug not updating Config and dynamic Params data successfully in very noisy or weak WiFi situation
  3. To permit auto-reset after configurable timeout if DRD/MRD or non-persistent forced-CP. Check Good new feature: Blynk.resetAndEnterConfigPortal() Thanks & question #27

Version v1.1.0 to add LittleFS for ESP32 and clean up compiler warnings

30 Dec 08:13
5c1b7f5
Compare
Choose a tag to compare

Major Releases v1.1.0

  1. Add support to LittleFS for ESP32 using LITTLEFS Library
  2. Clean-up all compiler warnings possible.
  3. Add Table of Contents
  4. Add Version String

Initial Release v1.0.6 to use ESPAsynchWebServer and sync with BlynkESP32_BT_WF Library

27 Aug 19:23
819462c
Compare
Choose a tag to compare

Releases v1.0.6

  1. Initial coding to use ESPAsyncWebServer instead of (ESP8266)WebServer.
  2. Bump up to v1.0.6 to sync with BlynkESP32_BT_WF library v1.0.6.