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

Commit

Permalink
v1.3.0 to add support to RP2040-based boards
Browse files Browse the repository at this point in the history
### Major Releases v1.3.0

1. Add support to RP2040-based boards, such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, using [**Earle Philhower's arduino-pico core** v1.3.1+](https://github.com/earlephilhower/arduino-pico) with LittleFS.
2. Update examples with new features
  • Loading branch information
khoih-prog committed May 16, 2021
1 parent 3763d9a commit 9f25659
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Ethernet_Manager",
"version": "1.3.0",
"description": "Simple Ethernet Manager for Teensy, SAM DUE, SAMD21/51, nRF52, ESP32 (including ESP32-S2), ESP8266, etc. boards. Config data saved in ESP LittleFS, SPIFFS or EEPROM, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage. For configuring/auto(re)connecting Ethernet W5x00, ENC28J60 and Teensy4.1 NativeEthernet 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/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same CP. DoubleDetectDetector as well as Virtual Switches feature permits entering CP as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.",
"keywords": "communication, ethernet, data, esp8266, esp32, esp32-s2, http, W5500, W5x00, ENC28J60, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, Credentials, Manager, Config Portal, config-portal, Double, Reset, Detector, MQTT, DynamicParameters, dynamic-params, dynamic, customs-header",
"description": "Simple Ethernet Manager for Teensy, SAM DUE, SAMD21/51, nRF52, ESP32 (including ESP32-S2, ESP32-C3), ESP8266, RP2040-based, etc. boards. Config data saved in ESP LittleFS, SPIFFS or EEPROM, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or SAMD FlashStorage. For configuring/auto(re)connecting Ethernet W5x00, ENC28J60 and Teensy4.1 NativeEthernet 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/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same CP. DoubleDetectDetector as well as Virtual Switches feature permits entering CP as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.",
"keywords": "communication, ethernet, esp8266, esp32, esp32-s2, esp32-c3, rpi-pico, rp2040, W5x00, ENC28J60, Teensy, SAM DUE, SAMD21, SAMD51, STM32, nRF52, Credentials, Manager, config-portal, Double-Reset, MQTT, DynamicParameters, dynamic-params, customs-header",
"authors":
{
"name": "Khoi Hoang",
Expand All @@ -27,7 +27,7 @@
{
"owner": "khoih-prog",
"name": "EthernetWebServer",
"version": ">=1.3.0",
"version": ">=1.5.0",
"platforms": ["*"]
},
{
Expand All @@ -39,7 +39,7 @@
{
"owner": "khoih.prog",
"name": "DoubleResetDetector_Generic",
"version": ">=1.0.3",
"version": ">=1.2.0",
"platforms": ["*"]
},
{
Expand All @@ -63,7 +63,7 @@
{
"owner": "lorol",
"name": "LittleFS_esp32",
"version": ">=1.0.5",
"version": ">=1.0.6",
"platforms": ["espressif32"]
}
],
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version=1.3.0
author=Khoi Hoang
license=MIT
maintainer=Khoi Hoang <khoih.prog@gmail.com>
sentence=Simple Ethernet Manager for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32 (including ESP32-S2), ESP8266, etc. boards, with or without SSL, configuration data saved in ESP8266/ESP32 LittleFS, SPIFFS or EEPROM, nRF52 LittleFS/InternalFS, EEPROM, DueFlashStorage or FlashStorage_SAMD.
sentence=Simple Ethernet Manager for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32 (including ESP32-S2, ESP32-C3), ESP8266, RP2040-based, etc. boards, with or without SSL, configuration data saved in ESP8266/ESP32 LittleFS, SPIFFS or EEPROM, nRF52/RP2040 LittleFS/InternalFS, EEPROM, DueFlashStorage or FlashStorage_SAMD.
paragraph=Library for configuring/auto(re)connecting Ethernet W5100/W5200/W5500, ENC28J60 and Teensy 4.1 NativeEthernet at runtime. 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 LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.
category=Communication
url=https://github.com/khoih-prog/Ethernet_Manager
Expand Down

0 comments on commit 9f25659

Please sign in to comment.