Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit bd834a7

Browse files
authored
v1.3.0
### Release v1.3.0 1. Fix invalid "blank" Config Data treated as Valid. 2. Permit optionally inputting one set of WiFi SSID/PWD by using `REQUIRE_ONE_SET_SSID_PW == true` 3. Enforce WiFi PWD minimum length of 8 chars 4. Fix bug where EEPROM_SIZE truncated by DRD/MRD to 512, resulting lost and corrupted data. 5. Fix crashing bug in serverSendHeaders()
1 parent 0287ecf commit bd834a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ESP_WiFiManager_Lite",
33
"version": "1.3.0",
4-
"keywords": "wifi, wi-fi, MultiWiFi, multi-wifi, ESP32, ESP32-S2, ESP8266, Credentials, Manager, Config Portal, config-portal, DoubleReset, MultiReset, Detector, dynamic-params, dynamic, customs-header, littlefs, littlefs_esp32, spiffs",
4+
"keywords": "wifi, wi-fi, MultiWiFi, multi-wifi, ESP32, ESP32-S2, ESP8266, Credentials, Manager, Config Portal, config-portal, DoubleReset, MultiReset, Detector, dynamic-params, dynamic, customs-header, littlefs, littlefs-esp32, spiffs",
55
"description": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.",
66
"authors":
77
{

0 commit comments

Comments
 (0)