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

Commit

Permalink
Major Release v1.1.0
Browse files Browse the repository at this point in the history
### 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
  • Loading branch information
khoih-prog committed Apr 13, 2021
1 parent 86b68e0 commit aec08fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ESP_AT_WM_Lite",
"version": "1.1.0",
"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",
"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",
"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.",
"authors":
{
Expand Down

0 comments on commit aec08fc

Please sign in to comment.