This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/WiFiManager_NINA_Lite
Releases · khoih-prog/WiFiManager_NINA_Lite
Major Release v1.3.0 to enable scan of WiFi networks for selection in Configuration Portal.
Major Release v1.3.0
- 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)
- 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
Release v1.2.0
- Permit optionally inputting one set of WiFi SSID/PWD by using
REQUIRE_ONE_SET_SSID_PW == true
- Enforce WiFi Password minimum length of 8 chars
- Enhance MultiWiFi connection logic
Version v1.1.3 to fix invalid "blank" or NULL Config Data treated as Valid
Release v1.1.3
- Fix invalid "blank" or NULL Config Data treated as Valid. Check WiFiManager connection attempt to unconfigured ("blank") SSID after restart on SAMD #8
- Fix compiler warnings.
Version v1.1.2 to fix MultiWiFi connection bug
Release v1.1.2
- Fix MultiWiFi connection bug. Check SAMD MultiWiFi issues when first WiFi SSID configured in CP is invalid or not available #6
Version v1.1.1 to fix USE_DYNAMIC_PARAMETERS bug.
Release v1.1.1
- Fix USE_DYNAMIC_PARAMETERS bug.
Major Release v1.1.0 to add Configurable Customs HTML Headers and many new features
Major Release v1.1.0
- Configurable Customs HTML Headers, including Customs Style, Customs Gead Elements, CORS Header.
- Add support to boards using WiFi101 library such as MKR1000
- Fix Config Portal Bug.
- Add functions to control Config Portal from software or Virtual Switches. Check How to trigger a Config Portal from code #25
- Use more efficient FlashStorage_SAMD v1.1.0 and FlashStorage_STM32
- Optimize code
- Add Version String
Version v1.0.5 to enhance MultiWiFi connection logic, add MQTT examples
New Release v1.0.5
- Modify LOAD_DEFAULT_CONFIG_DATA logic.
- Enhance MultiWiFi connection logic.
- Add Adafruit MQTT examples.
Version v1.0.4 with many new and powerful features
Major Release v1.0.4
- Configurable Config Portal Title to be either HostName, BoardName or default undistinguishable names.
- Optional default Credentials as well as Dynamic parameters to be optionally autoloaded into Config Portal to use or change instead of manually input.
- DoubleDetectDetector feature to force Config Portal when double reset is detected within predetermined time, default 10s.
- Examples are redesigned to separate Credentials / Defines / Dynamic Params / Code so that you can change Credentials / Dynamic Params quickly for each device.
- Add Board Name
Version v1.0.3 to support MultiWiFi, nRF52, and many more enhancements
Major Release v1.0.3
- 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.
- 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.
- WiFi Password max length is 63, according to WPA2 standard
- Permit to input special chars such as % and # into data fields.
- Add option to have built-in, yet configurable RFC-952-conformed DHCP hostname.
- Fix bug
Version v1.0.2 to add SAMD51 support and fix bug
New in v1.0.2
- Fix bug
- Add support to SAM51 (Itsy-Bitsy M4, Metro M4, Grand Central M4, Feather M4 Express, etc.).