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

Commit 9b8bc12

Browse files
authored
v1.0.0 for ESP32 + LwIP W5500
#### Releases v1.0.0 1. Initial coding to port [ESP_WiFiManager](https://github.com/khoih-prog/ESP_WiFiManager) to ESP32 boards using `LwIP W5500 Ethernet`. 2. Use `allman astyle`
1 parent f96bd9a commit 9b8bc12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1581,7 +1581,7 @@ void loop()
15811581
Serial.println(F("\nConfiguration portal requested."));
15821582
digitalWrite(LED_BUILTIN, LED_ON); // turn the LED on by making the voltage LOW to tell us we are in configuration mode.
15831583

1584-
//Local intialization. Once its business is done, there is no need to keep it around
1584+
//Local initialization. Once its business is done, there is no need to keep it around
15851585
// Use this to default DHCP hostname to ESP32-XXXXXX
15861586
//ESP32_W5500_Manager ESP32_W5500_manager;
15871587
// Use this to personalize DHCP hostname (RFC952 conformed)

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
"owner": "khoih-prog",
3434
"name": "ESP_DoubleResetDetector",
3535
"version": ">=1.3.2",
36-
"platforms": ["espressif8266", "espressif32"]
36+
"platforms": ["espressif32"]
3737
}
3838
],
3939
"license": "MIT",
4040
"frameworks": "*",
41-
"platforms": ["espressif8266", "espressif32"],
41+
"platforms": ["espressif32"],
4242
"examples": "examples/*/*/*.ino",
4343
"headers": ["ESP32_W5500_Manager.h", "ESP32_W5500_Manager.hpp"]
4444
}

0 commit comments

Comments
 (0)