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

Commit aec08fc

Browse files
authored
Major Release v1.1.0
### Major Release v1.1.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. Optimize code 5. Use better FlashStorage_STM32. 6. Add Table-of-Contents
1 parent 86b68e0 commit aec08fc

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_AT_WM_Lite",
33
"version": "1.1.0",
4-
"keywords": "wifi, MultiWiFi, ESP8266-AT, ESP32-AT, AVR Mega, SAM DUE, SAMD, nRF52, STM32, Credentials, config-portal, dynamic-params, light-weight, EEPROM, FlashStorage, FlashStorage_SAMD, FlashStorage_STM32, DueFlashStorage, LittleFS, Double-Reset",
4+
"keywords": "wifi, MultiWiFi, ESP8266-AT, ESP32-AT, AVR Mega, SAM DUE, SAMD, nRF52, STM32, Credentials, config-portal, dynamic-params, light-weight, EEPROM, FlashStorage, FlashStorage-SAMD, FlashStorage-STM32, DueFlashStorage, LittleFS, Double-Reset",
55
"description": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, etc. boards running ESP8266/ESP32-AT-command shields with web configuration portal. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters. You can also specify 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. Credentials and dynamic custom parameters are saved in EPROM, FlashStorage_SAMD, FlashStorage_STM32, DueFlashStorage or nRF52 LittleFS.",
66
"authors":
77
{

0 commit comments

Comments
 (0)