This repository has been archived by the owner on Feb 9, 2022. It is now read-only.
Release v1.1.0 to add support to RP2040-based boards, such as Arduino Nano RP2040 Connect, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040
Major Releases v1.1.0
- Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Earle Philhower's arduino-pico v1.6.2+ core.
- Add support to RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 v2.1.0+ core.
- 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)
- Use more efficient FlashStorage_SAMD v1.1.0 and FlashStorage_STM32 v1.0.0
- Add functions to control Config Portal from software or Virtual Switches. Check How to trigger a Config Portal from code #25
- Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.
- Fix MultiWiFi connection bug. Check SAMD MultiWiFi issues when first WiFi SSID configured in CP is invalid or not available #6
- Fix invalid "blank" or NULL Config Data treated as Valid. Check WiFiManager connection attempt to unconfigured ("blank") SSID after restart on SAMD #8
- 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
- Minor enhancement to not display garbage when data is invalid
- Tested with new Arduino Core for STM32 v2.0.0 and add support to new STM32L5 boards
- Optimize code.
- Update examples
- Update `Packages' Patches
- Fix compiler warnings.