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

Commit cf92d4b

Browse files
authored
v1.0.1 to fix typo
#### Releases v1.0.1 1. Fix typo
1 parent ce39be5 commit cf92d4b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
## Table of contents
1717

1818
* [Changelog](#changelog)
19+
* [Releases v1.0.1](#releases-v101)
1920
* [Releases v1.0.0](#releases-v100)
2021

2122

@@ -25,6 +26,10 @@
2526

2627
## Changelog
2728

29+
#### Releases v1.0.1
30+
31+
1. Fix typo
32+
2833
#### Releases v1.0.0
2934

3035
1. Initial coding to port [ESPAsync_WiFiManager](https://github.com/khoih-prog/ESPAsync_WiFiManager) to ESP32_S3 boards using `LwIP W5500 / ENC28J60 Ethernet`.

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "AsyncESP32_SC_Ethernet_Manager",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"keywords": "ethernet, Credentials-Manager, esp32, esp32-s2, esp32-s3, esp32-c3, lwip, w5500, lwip-w5500, enc28j60, lwip-enc28j60, lwip-ethernet, AsyncWebServer, Async-Credentials-Manager, Async, Communication, Credentials, Config-Portal, DoubleReset, littlefs, spiffs, dns-server, iot, eeprom",
55
"description": "ESP32_S2/S3/C3 + LwIP W5500 / ENC28J60 Connection and Credentials Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal. This Library is used for configuring ESP32_S2/S3/C3 + LwIP W5500 / ENC28J60 Credentials Manager at runtime. You can also specify static DNS servers, personalized HostName, static or DHCP IP. With configurable CORS Header and auto-Timezone features. Using AsyncDNSServer instead of DNSServer now. Now using correct ESP32 chipIP",
66
"authors":

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=AsyncESP32_SC_Ethernet_Manager
2-
version=1.0.0
2+
version=1.0.1
33
author=Khoi Hoang
44
maintainer=Khoi Hoang <[email protected]>
55
license=MIT

0 commit comments

Comments
 (0)