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

Releases: khoih-prog/WiFiManager_NINA_Lite

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

24 Apr 05:20
5c0d67f
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-15)
  2. Minor enhancement to not display garbage when data is invalid

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 05:07
3347a89
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

Version v1.1.3 to fix invalid "blank" or NULL Config Data treated as Valid

12 Apr 20:30
d5ede2f
Compare
Choose a tag to compare

Version v1.1.2 to fix MultiWiFi connection bug

30 Mar 19:35
ade8f11
Compare
Choose a tag to compare

Version v1.1.1 to fix USE_DYNAMIC_PARAMETERS bug.

14 Mar 01:38
0b793dc
Compare
Choose a tag to compare

Release v1.1.1

  1. Fix USE_DYNAMIC_PARAMETERS bug.

Major Release v1.1.0 to add Configurable Customs HTML Headers and many new features

20 Feb 03:53
a8307f4
Compare
Choose a tag to compare

Major Release v1.1.0

  1. Configurable Customs HTML Headers, including Customs Style, Customs Gead Elements, CORS Header.
  2. Add support to boards using WiFi101 library such as MKR1000
  3. Fix Config Portal Bug.
  4. Add functions to control Config Portal from software or Virtual Switches. Check How to trigger a Config Portal from code #25
  5. Use more efficient FlashStorage_SAMD v1.1.0 and FlashStorage_STM32
  6. Optimize code
  7. Add Version String

Version v1.0.5 to enhance MultiWiFi connection logic, add MQTT examples

12 Jul 00:00
e00aae8
Compare
Choose a tag to compare

New Release v1.0.5

  1. Modify LOAD_DEFAULT_CONFIG_DATA logic.
  2. Enhance MultiWiFi connection logic.
  3. Add Adafruit MQTT examples.

Version v1.0.4 with many new and powerful features

04 May 20:42
66415c8
Compare
Choose a tag to compare

Major Release v1.0.4

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

Version v1.0.3 to support MultiWiFi, nRF52, and many more enhancements

25 Apr 05:25
6f0cfe9
Compare
Choose a tag to compare

Major Release v1.0.3

  1. Multiple WiFi Credentials (SSID, Password) and system will autoconnect to the available WiFi AP. It will then autoreconnect to the remaining WiFi AP if the current connection is lost.
  2. Add support to nRF52 boards, such as AdaFruit Feather nRF52832, nRF52840 Express, BlueFruit Sense, Itsy-Bitsy nRF52840 Express, Metro nRF52840 Express, NINA_B30_ublox, etc.
  3. WiFi Password max length is 63, according to WPA2 standard
  4. Permit to input special chars such as % and # into data fields.
  5. Add option to have built-in, yet configurable RFC-952-conformed DHCP hostname.
  6. Fix bug

Version v1.0.2 to add SAMD51 support and fix bug

16 Apr 03:33
53ff7c2
Compare
Choose a tag to compare

New in v1.0.2

  1. Fix bug
  2. Add support to SAM51 (Itsy-Bitsy M4, Metro M4, Grand Central M4, Feather M4 Express, etc.).