From 92138a552675224ebba3b6bd4fb03534b6dc3aa6 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sun, 11 Dec 2022 19:30:51 -0500 Subject: [PATCH] v1.0.0 for `ESP8266 + LwIP W5500` #### Releases v1.0.0 1. Initial coding to port `synchronous` [ESP_WiFiManager](https://github.com/khoih-prog/ESP_WiFiManager) to ESP8266 boards using `LwIP W5500 Ethernet`. 2. Use `allman astyle` --- README.md | 2 +- examples/ConfigOnDoubleReset/ConfigOnDoubleReset.ino | 2 +- examples/ConfigOnDoubleReset_TZ/ConfigOnDoubleReset_TZ.ino | 2 +- examples/ConfigOnSwitch/ConfigOnSwitch.ino | 4 ++-- examples/ConfigOnSwitchFS/ConfigOnSwitchFS.ino | 4 ++-- .../ConfigPortalParamsOnSwitch/ConfigPortalParamsOnSwitch.ino | 4 ++-- examples/ESP_FSWebServer/ESP_FSWebServer.ino | 2 +- examples/ESP_FSWebServer_DRD/ESP_FSWebServer_DRD.ino | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 8309989..6d4ec35 100644 --- a/README.md +++ b/README.md @@ -1406,7 +1406,7 @@ void loop() Serial.println(F("\nConfiguration portal requested.")); digitalWrite(LED_BUILTIN, LED_ON); // turn the LED on by making the voltage LOW to tell us we are in configuration mode. - //Local intialization. Once its business is done, there is no need to keep it around + //Local initialization. Once its business is done, there is no need to keep it around // Use this to default DHCP hostname to ESP8266-XXXXXX //ESP8266_W5500_Manager ESP8266_W5500_manager; // Use this to personalize DHCP hostname (RFC952 conformed) diff --git a/examples/ConfigOnDoubleReset/ConfigOnDoubleReset.ino b/examples/ConfigOnDoubleReset/ConfigOnDoubleReset.ino index e73e557..eee3b84 100644 --- a/examples/ConfigOnDoubleReset/ConfigOnDoubleReset.ino +++ b/examples/ConfigOnDoubleReset/ConfigOnDoubleReset.ino @@ -510,7 +510,7 @@ void setup() initSTAIPConfigStruct(EthSTA_IPconfig); - //Local intialization. Once its business is done, there is no need to keep it around + //Local initialization. Once its business is done, there is no need to keep it around // Use this to default DHCP hostname to ESP8266-XXXXXX //ESP8266_W5500_Manager ESP8266_W5500_manager; // Use this to personalize DHCP hostname (RFC952 conformed) diff --git a/examples/ConfigOnDoubleReset_TZ/ConfigOnDoubleReset_TZ.ino b/examples/ConfigOnDoubleReset_TZ/ConfigOnDoubleReset_TZ.ino index 11fa781..fec5251 100644 --- a/examples/ConfigOnDoubleReset_TZ/ConfigOnDoubleReset_TZ.ino +++ b/examples/ConfigOnDoubleReset_TZ/ConfigOnDoubleReset_TZ.ino @@ -529,7 +529,7 @@ void setup() initSTAIPConfigStruct(EthSTA_IPconfig); - //Local intialization. Once its business is done, there is no need to keep it around + //Local initialization. Once its business is done, there is no need to keep it around // Use this to default DHCP hostname to ESP8266-XXXXXX //ESP8266_W5500_Manager ESP8266_W5500_manager; // Use this to personalize DHCP hostname (RFC952 conformed) diff --git a/examples/ConfigOnSwitch/ConfigOnSwitch.ino b/examples/ConfigOnSwitch/ConfigOnSwitch.ino index b650c83..14f499f 100644 --- a/examples/ConfigOnSwitch/ConfigOnSwitch.ino +++ b/examples/ConfigOnSwitch/ConfigOnSwitch.ino @@ -545,7 +545,7 @@ void setup() digitalWrite(LED_BUILTIN, LED_ON); // turn the LED on by making the voltage LOW to tell us we are in configuration mode. - //Local intialization. Once its business is done, there is no need to keep it around + //Local initialization. Once its business is done, there is no need to keep it around // Use this to default DHCP hostname to ESP8266-XXXXXX //ESP8266_W5500_Manager ESP8266_W5500_manager; // Use this to personalize DHCP hostname (RFC952 conformed) @@ -680,7 +680,7 @@ void loop() Serial.println(F("\nConfiguration portal requested.")); digitalWrite(LED_BUILTIN, LED_ON); // turn the LED on by making the voltage LOW to tell us we are in configuration mode. - //Local intialization. Once its business is done, there is no need to keep it around + //Local initialization. Once its business is done, there is no need to keep it around // Use this to default DHCP hostname to ESP8266-XXXXXX //ESP8266_W5500_Manager ESP8266_W5500_manager; // Use this to personalize DHCP hostname (RFC952 conformed) diff --git a/examples/ConfigOnSwitchFS/ConfigOnSwitchFS.ino b/examples/ConfigOnSwitchFS/ConfigOnSwitchFS.ino index 001cc93..102b85c 100644 --- a/examples/ConfigOnSwitchFS/ConfigOnSwitchFS.ino +++ b/examples/ConfigOnSwitchFS/ConfigOnSwitchFS.ino @@ -715,7 +715,7 @@ void setup() unsigned long startedAt = millis(); - //Local intialization. Once its business is done, there is no need to keep it around + //Local initialization. Once its business is done, there is no need to keep it around // Use this to default DHCP hostname to ESP8266-XXXXXX //ESP8266_W5500_Manager ESP8266_W5500_manager; // Use this to personalize DHCP hostname (RFC952 conformed) @@ -852,7 +852,7 @@ void loop() Serial.println(F("\nConfiguration portal requested.")); digitalWrite(LED_BUILTIN, LED_ON); // turn the LED on by making the voltage LOW to tell us we are in configuration mode. - //Local intialization. Once its business is done, there is no need to keep it around + //Local initialization. Once its business is done, there is no need to keep it around // Use this to default DHCP hostname to ESP8266-XXXXXX //ESP8266_W5500_Manager ESP8266_W5500_manager; // Use this to personalize DHCP hostname (RFC952 conformed) diff --git a/examples/ConfigPortalParamsOnSwitch/ConfigPortalParamsOnSwitch.ino b/examples/ConfigPortalParamsOnSwitch/ConfigPortalParamsOnSwitch.ino index 112665a..60ad365 100644 --- a/examples/ConfigPortalParamsOnSwitch/ConfigPortalParamsOnSwitch.ino +++ b/examples/ConfigPortalParamsOnSwitch/ConfigPortalParamsOnSwitch.ino @@ -652,7 +652,7 @@ void setup() initSTAIPConfigStruct(EthSTA_IPconfig); - //Local intialization. Once its business is done, there is no need to keep it around + //Local initialization. Once its business is done, there is no need to keep it around // Use this to default DHCP hostname to ESP8266-XXXXXX //ESP8266_W5500_Manager ESP8266_W5500_manager; // Use this to personalize DHCP hostname (RFC952 conformed) @@ -787,7 +787,7 @@ void loop() Serial.println(F("\nConfiguration portal requested.")); digitalWrite(LED_BUILTIN, LED_ON); // turn the LED on by making the voltage LOW to tell us we are in configuration mode. - //Local intialization. Once its business is done, there is no need to keep it around + //Local initialization. Once its business is done, there is no need to keep it around // Use this to default DHCP hostname to ESP8266-XXXXXX //ESP8266_W5500_Manager ESP8266_W5500_manager; // Use this to personalize DHCP hostname (RFC952 conformed) diff --git a/examples/ESP_FSWebServer/ESP_FSWebServer.ino b/examples/ESP_FSWebServer/ESP_FSWebServer.ino index 5f91359..a67b43a 100644 --- a/examples/ESP_FSWebServer/ESP_FSWebServer.ino +++ b/examples/ESP_FSWebServer/ESP_FSWebServer.ino @@ -788,7 +788,7 @@ void setup() digitalWrite(LED_BUILTIN, LED_ON); - //Local intialization. Once its business is done, there is no need to keep it around + //Local initialization. Once its business is done, there is no need to keep it around // Use this to default DHCP hostname to ESP8266-XXXXXX //ESP8266_W5500_Manager ESP8266_W5500_manager(&webServer, &dnsServer); // Use this to personalize DHCP hostname (RFC952 conformed) diff --git a/examples/ESP_FSWebServer_DRD/ESP_FSWebServer_DRD.ino b/examples/ESP_FSWebServer_DRD/ESP_FSWebServer_DRD.ino index f2cfbf7..33f49b7 100644 --- a/examples/ESP_FSWebServer_DRD/ESP_FSWebServer_DRD.ino +++ b/examples/ESP_FSWebServer_DRD/ESP_FSWebServer_DRD.ino @@ -837,7 +837,7 @@ void setup() digitalWrite(LED_BUILTIN, LED_ON); - //Local intialization. Once its business is done, there is no need to keep it around + //Local initialization. Once its business is done, there is no need to keep it around // Use this to default DHCP hostname to ESP8266-XXXXXX or ESP32-XXXXXX //ESP8266_W5500_Manager ESP8266_W5500_manager(&webServer, &dnsServer); // Use this to personalize DHCP hostname (RFC952 conformed)