Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Releases: khoih-prog/WiFiManager_Generic_Lite

v1.8.0 to add support to Realtek RTL8720DN, RTL8722DM and RTL8722CSM using AmebaD core and FlashStorage_RTL8720 library., to restructure library

19 May 03:11
7c20fc3
Compare
Choose a tag to compare

Release v1.8.0

  1. Add support to Realtek RTL8720DN, RTL8722DM and RTL8722CSM using AmebaD core and FlashStorage_RTL8720 library. RTL8720DN WiFi can use either 2.4GHz or 5GHz band.
  2. Restructure library
  3. Add and Update examples
  4. Update Packages' Patches

v1.7.1 to optimize code

27 Apr 16:51
6f33d92
Compare
Choose a tag to compare

Release v1.7.1

  1. Optimize code

v1.7.0 to use WiFiMulti_Generic library to connect to the best of multi-WiFi APs, with auto-checking / auto-reconnecting features when WiFi connection is lost

27 Apr 05:36
e44933c
Compare
Choose a tag to compare

Release v1.7.0

  1. Use WiFiMulti_Generic library to connect to the best of multi-WiFi APs, with auto-checking / auto-reconnecting features when WiFi connection is lost.
  2. Update Packages' Patches

v1.6.0 to optimize code by passing by `reference` instead of `value`, to permit optional `Board_Name` in Config Portal, to add optional `CONFIG_MODE_LED` to be `ON` when in Config Portal mode, to add function `isConfigMode()` to signal system is in Config Portal mode and to update `Packages' Patches`

21 Feb 04:32
953951f
Compare
Choose a tag to compare

Release v1.6.0

  1. Optimize code by passing by reference instead of value
  2. Optional Board_Name in Config Portal. Check option to remove board name from web page #25
  3. Add optional CONFIG_MODE_LED to be ON when in Config Portal mode. Check Knowing when configuration mode is on or off #26
  4. Add function isConfigMode() to signal system is in Config Portal mode.
  5. Update Packages' Patches

v1.5.1 to update to be compatible with new `FlashStorage_SAMD`, to use better `FlashStorage_STM32` or `FlashStorage_STM32F1` library for STM32 and to add support to generic SAMD21 boards : `__SAMD21E1xA__`, `__SAMD21G1xA__` and `__SAMD21J1xA__`

27 Jan 01:59
e9cea20
Compare
Choose a tag to compare

Release v1.5.1

  1. Update to be compatible with new FlashStorage_SAMD
  2. Use better FlashStorage_STM32 or FlashStorage_STM32F1 library for STM32
  3. Add support to generic SAMD21 boards : __SAMD21E1xA__, __SAMD21G1xA__ and __SAMD21J1xA__
  4. Update Packages' Patches

v1.5.0 to fix the blocking issue in loop(), to add configurable `WIFI_RECON_INTERVAL` and to add support to RP2040-based boards, such as NANO_RP2040_CONNECT using arduino-pico core

07 Jan 06:09
485da85
Compare
Choose a tag to compare

Major Release v1.5.0

  1. Add support to RP2040-based boards, such as NANO_RP2040_CONNECT, using Earle Philhower's arduino-pico core
  2. Fix the blocking issue in loop(). Check retries block the main loop #18
  3. Configurable WIFI_RECON_INTERVAL. Check retries block the main loop #18
  4. Update Packages' Patches

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

13 Oct 03:28
c751e2c
Compare
Choose a tag to compare

Release v1.4.1

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

Release v1.4.0 to add support to RP2040-based boards, such as Arduino Nano RP2040 Connect, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040

30 May 07:43
a276382
Compare
Choose a tag to compare

Major Release v1.4.0

  1. Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Earle Philhower's arduino-pico core.
  2. Add support to RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 core.
  3. Update Packages' Patches
  4. Add LibraryPatches for Adafruit_MQTT_Library to fix compiler error for RP2040-based and many other boards.

Release v1.3.0 to enable scan of WiFi networks for selection in Configuration Portal

25 Apr 00:39
4a5dd8d
Compare
Choose a tag to compare

Major Release v1.3.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-6 for ESP8266-AT or 2-15 for other)
  2. Minor enhancement to not display garbage when data is invalid
  3. Tested with new Arduino Core for STM32 v2.0.0 and add support to new STM32L5 boards.

Release v1.2.0 to permit optionally inputting one set of WiFi SSID/PWD and enforce WiFi Password minimum length of 8 chars

14 Apr 06:13
ef02667
Compare
Choose a tag to compare

Release v1.2.0

  1. Permit optionally inputting one set of WiFi SSID/PWD by using REQUIRE_ONE_SET_SSID_PW == true
  2. Enforce WiFi Password minimum length of 8 chars
  3. Enhance MultiWiFi connection logic