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

Releases: khoih-prog/BlynkESP32_BT_WF

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

09 Oct 22:12
ded35fc
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 17:25
089a2e2
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 22:08
47b507e
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 01:57
cedaea1
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 06:34
ccd0594
Compare
Choose a tag to compare

Major Releases v1.1.0

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

Version v1.0.6 with many new and powerful features

26 Aug 06:17
4d5180c
Compare
Choose a tag to compare

Major Releases v1.0.6

  1. Add Configurable Config Portal Title to be either HostName, BoardName or default undistinguishable names.
  2. Add optional default Credentials as well as Dynamic parameters to be optionally autoloaded into Config Portal to use or change instead of manually input using USE_DEFAULT_CONFIG_DATA.
  3. Add DoubleDetectDetector feature to force Config Portal when double reset is detected within predetermined time, default 10s.
  4. Auto format SPIFFS for first time usage.
  5. Examples are redesigned to separate Credentials / Defines / Dynamic Params / Code so that you can change Credentials / Dynamic Params quickly for each device.

Version v1.0.5 with many new and powerful features

19 Apr 05:20
2a7a891
Compare
Choose a tag to compare

Major Releases v1.0.5

  1. Multiple WiFi Credentials (SSID, Password) and system will autoconnect to the best and available WiFi SSID.
  2. Multiple Blynk Credentials (Server, Token) and system will autoconnect to the available Blynk Servers.
  3. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters.
  4. Dynamic custom parameters to be saved automatically in EEPROM, or SPIFFS.
  5. WiFi Password max length increased to 63 from 31, according to WPA2 standard.
  6. Permit to input special chars such as % and # into data fields.
  7. Config Portal AP Channel is configurable (either static or random channel) to avoid channel conflict to other APs.

Version v1.0.4

14 Mar 21:07
f0d1b14
Compare
Choose a tag to compare

Releases v1.0.4

  1. Enhance Config Portal GUI.
  2. Reduce code size.

Version v1.0.3

25 Feb 05:27
864a584
Compare
Choose a tag to compare

Releases v1.0.3

  1. Add checksum for config data integrity.
  2. Add clearConfigData() to enable forcing into ConfigPortal Mode when necessary

Version v1.0.2 with many new and powerful features

05 Feb 22:48
d235b30
Compare
Choose a tag to compare

New in Version 1.0.2

This new version enables user to eliminate hardcoding your Wifi and Blynk credentials, thanks to the Smart Config Portal, and have Credentials (WiFi SID/PW, Blynk WiFi/BT/BLE Tokens/ Hardware Port) saved in either SPIFFS or EEPROM. See more info at Blynk_WM