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

Commit

Permalink
v1.0.1-1 to fix library.json
Browse files Browse the repository at this point in the history
### Release v1.0.1-1

1. Fix `library.json`
  • Loading branch information
khoih-prog authored May 18, 2022
1 parent 4353f59 commit 63a7a2e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
## Table of Contents

* [Changelog](#changelog)
* [Release v1.0.1-1](#release-v1011)
* [Release v1.0.0](#release-v100)

---
Expand All @@ -20,6 +21,10 @@

## Changelog

### Release v1.0.1-1

1. Fix `library.json`

### Release v1.0.0

1. Initial coding for RTL8720DN, RTL8722DM, RTL8722CSM, etc.
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "WiFiManager_RTL8720",
"version": "1.0.0",
"version": "1.0.1-1",
"keywords": "wifi, wi-fi, MultiWiFi, multi-wifi, WiFiManager, RTL8720DN, RTL8722DM, RTM8722CSM, realtek, amebad-core, Communication, iot, credentials, persistent, config-portal, DoubleReset, MultiReset, DoubleResetDetector, littlefs, spiffs, eeprom, light-weight",
"description": "Library to configure MultiWiFi/Credentials at runtime for Realtek RTL8720DN, RTL8722DM, RTM8722CSM, etc. 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 FlashStorage. 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.",
"authors":
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=WiFiManager_RTL8720
version=1.0.0
version=1.0.1-1
author=Khoi Hoang
maintainer=Khoi Hoang <khoih.prog@gmail.com>
license=MIT
Expand Down

0 comments on commit 63a7a2e

Please sign in to comment.