You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+21-19Lines changed: 21 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -251,9 +251,9 @@ This [**Ethernet_Manager** library](https://github.com/khoih-prog/Ethernet_Manag
251
251
-[`Adafruit's LittleFS/InternalFS`](www.adafruit.com) for nRF52
252
252
16.[`EthernetWebServer library v2.2.2+`](https://github.com/khoih-prog/EthernetWebServer). To install. check [](https://www.ardu-badge.com/EthernetWebServer).
253
253
17.[`WebServer_WT32_ETH01 library v1.5.0+`](https://github.com/khoih-prog/WebServer_WT32_ETH01) for WT32_ETH01 boards. To install. check [](https://www.ardu-badge.com/WebServer_WT32_ETH01).
254
-
18.[`ESP_DoubleResetDetector library v1.3.1+`](https://github.com/khoih-prog/ESP_DoubleResetDetector) for ESP32 and ESP8266. To install. check [](https://www.ardu-badge.com/ESP_DoubleResetDetector).
254
+
18.[`ESP_DoubleResetDetector library v1.3.2+`](https://github.com/khoih-prog/ESP_DoubleResetDetector) for ESP32 and ESP8266. To install. check [](https://www.ardu-badge.com/ESP_DoubleResetDetector).
255
255
19.[`DoubleResetDetector_Generic library v1.8.1+`](https://github.com/khoih-prog/DoubleResetDetector_Generic) for other boards (not ESP32 or ESP8266). To install. check [](https://www.ardu-badge.com/DoubleResetDetector_Generic).
256
-
20.[`LittleFS_esp32 v1.0.6+`](https://github.com/lorol/LITTLEFS) for ESP32-based boards using LittleFS with ESP32 core v1.0.5-. To install, check [](https://www.ardu-badge.com/LittleFS_esp32). **Notice**: This [`LittleFS_esp32 library`](https://github.com/lorol/LITTLEFS) has been integrated to Arduino [ESP32 core v1.0.6+](https://github.com/espressif/arduino-esp32/tree/master/libraries/LITTLEFS) and you don't need to install it if using ESP32 core v1.0.6+
256
+
20.[`LittleFS_esp32 v1.0.6+`](https://github.com/lorol/LITTLEFS) for ESP32-based boards using LittleFS with ESP32 core **v1.0.5-**. To install, check [](https://www.ardu-badge.com/LittleFS_esp32). **Notice**: This [`LittleFS_esp32 library`](https://github.com/lorol/LITTLEFS) has been integrated to Arduino [ESP32 core v1.0.6+](https://github.com/espressif/arduino-esp32/tree/master/libraries/LITTLEFS) and **you don't need to install it if using ESP32 core v1.0.6+**
257
257
258
258
---
259
259
@@ -1440,7 +1440,7 @@ This is the terminal output of an Adafruit NRF52840_FEATHER board with W5500 Eth
1440
1440
```
1441
1441
Start Ethernet_nRF52 on NRF52840_FEATHER
1442
1442
Ethernet Shield type W5x00 using Ethernet_Generic Library
@@ -2354,8 +2354,8 @@ This is the terminal output of WT32-ETH01 board with LAN8720 Ethernet, running c
2354
2354
Start MQTT_ThingStream_Ethernet_WT32_ETH01 on WT32-ETH01
2355
2355
Ethernet Shield type : ETH_PHY_LAN8720
2356
2356
WebServer_WT32_ETH01 v1.5.0
2357
-
Ethernet_Manager v1.8.0
2358
-
ESP_DoubleResetDetector v1.3.1
2357
+
Ethernet_Manager v1.8.1
2358
+
ESP_DoubleResetDetector v1.3.2
2359
2359
[ETM] Set CustomsStyle to : <style>div,input{padding:5px;font-size:1em;}input{width:95%;}body{text-align: center;}button{background-color:blue;color:white;line-height:2.4rem;font-size:1.2rem;width:100%;}fieldset{border-radius:0.3rem;margin:0px;}</style>
2360
2360
[ETM] Set CustomsHeadElement to : <style>html{filter: invert(10%);}</style>
2361
2361
[ETM] Set CORS Header to : Your Access-Control-Allow-Origin
@@ -2436,7 +2436,7 @@ This is the terminal output of Teensy 4.1 board with built-in Ethernet, using QN
2436
2436
2437
2437
```
2438
2438
Starting QNEthernet_Teensy on TEENSY 4.1 using QNEthernet
2439
-
Ethernet_Manager v1.8.0
2439
+
Ethernet_Manager v1.8.1
2440
2440
DoubleResetDetector_Generic v1.8.1
2441
2441
[EWS] =========== USE_QN_ETHERNET ===========
2442
2442
QNEthernet using static IP
@@ -2559,6 +2559,8 @@ Default Credentials and dynamic parameters
2559
2559
37. Fix `macAddress` bug. Check [Unable so set MAC Address #2](https://github.com/khoih-prog/Ethernet_Manager/issues/2)
2560
2560
38. Permit setting `macAddress` for supporting Ethernet shields W5x00 and ENC28J60
2561
2561
39. Add functions relating to `macAddress`
2562
+
40. Fix chipID and add getChipID(), getChipOUI() for `ESP32` and `WT32_ETH01`
"description": "Simple Ethernet Manager for Teensy, SAM DUE, SAMD, nRF52, ESP32 (including ESP32-S2/C3), ESP8266, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. boards. Config data saved in ESP LittleFS, SPIFFS or EEPROM, nRF52 LittleFS, EEPROM, DueFlashStorage or SAMD FlashStorage. For configuring/auto(re)connecting Ethernet W5x00, ENC28J60 and NativeEthernet/QNEthernet at runtime. Use much less memory compared to full-fledge WiFiManager. Config Portal (CP) will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into CP to use or change instead of manually input. Credentials are saved in LittleFS, (emulated-)EEPROM, FlashStorage_SAMD or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic parameters from sketch and input using the same CP. DoubleDetectDetector as well as Virtual Switches feature permits entering CP as requested. Configurable HTML Headers, Customs Style, Head Elements, CORS Header",
0 commit comments