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

Commit

Permalink
v1.6.1 to update PIO
Browse files Browse the repository at this point in the history
### Releases v1.6.1

1. Update `platform.ini` and `library.json` to use original `khoih-prog` instead of `khoih.prog` after PIO fix
2. Update `Packages' Patches`
  • Loading branch information
khoih-prog committed Oct 11, 2021
1 parent 9894507 commit 27248bf
Show file tree
Hide file tree
Showing 35 changed files with 165 additions and 557 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If you don't find anything, please [open a new issue](https://github.com/khoih-p
Please ensure to specify the following:

* Arduino IDE version (e.g. 1.8.16) or Platform.io version
* Board Core Version (e.g. Arduino SAMDUE core v1.6.12, ESP8266 core v3.0.2, Teensy core v1.54, etc.)
* Board Core Version (e.g. Arduino SAMDUE core v1.6.12, ESP8266 core v3.0.2, Teensy core v1.55, etc.)
* Contextual information (e.g. what you were trying to achieve)
* Simplest possible steps to reproduce
* Anything that might be relevant in your opinion, such as:
Expand All @@ -30,7 +30,7 @@ Arduino IDE version: 1.8.16
WT32_ETH01 board
ESP32 core v2.0.0
OS: Ubuntu 20.04 LTS
Linux xy-Inspiron-3593 5.4.0-84-generic #94-Ubuntu SMP Thu Aug 26 20:27:37 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Linux xy-Inspiron-3593 5.4.0-86-generic #97-Ubuntu SMP Fri Sep 17 19:19:40 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Context:
The board couldn't autoreconnect to Local Blynk Server after router power recycling.
Expand Down
400 changes: 114 additions & 286 deletions README.md

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@


* [Changelog](#changelog)
* [Releases v1.6.1](#releases-v161)
* [Major Releases v1.6.0](#major-releases-v160)
* [Major Releases v1.5.0](#major-releases-v150)
* [Major Releases v1.4.0](#major-releases-v140)
Expand All @@ -28,6 +29,11 @@

## Changelog

### Releases v1.6.1

1. Update `platform.ini` and `library.json` to use original `khoih-prog` instead of `khoih.prog` after PIO fix
2. Update `Packages' Patches`

### Major Releases v1.6.0

1. Add support to [QNEthernet Library](https://github.com/ssilverman/QNEthernet) for Teensy 4.1 built-in Ethernet
Expand Down
14 changes: 0 additions & 14 deletions examples/AM2315_Ethernet/AM2315_Ethernet.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,6 @@
Built by Khoi Hoang https://github.com/khoih-prog/Ethernet_Manager
Licensed under MIT license
Version: 1.6.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 14/12/2020 Initial coding.
1.1.0 K Hoang 17/12/2020 Add support to ESP32/ESP8266. Add MQTT related examples to demo dynamic parameter usage
1.1.1 K Hoang 28/12/2020 Suppress all possible compiler warnings
1.2.0 K Hoang 22/02/2021 Optimize code and use better FlashStorage_SAMD and FlashStorage_STM32.
Add customs HTML header feature. Fix bug.
1.3.0 K Hoang 16/05/2021 Add support to RP2040-based boards such as RASPBERRY_PI_PICO
1.4.0 K Hoang 28/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using RP2040 Arduino mbed core
1.5.0 K Hoang 06/07/2021 Add support to WT32_ETH01 (ESP32 + LAN8720) boards
1.6.0 K Hoang 05/09/2021 Add support to QNEthernet Library for Teensy 4.1
*****************************************************************************************************************************/

#include "defines.h"
Expand Down
14 changes: 0 additions & 14 deletions examples/Ethernet_Generic/Ethernet_Generic.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,6 @@
Built by Khoi Hoang https://github.com/khoih-prog/Ethernet_Manager
Licensed under MIT license
Version: 1.6.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 14/12/2020 Initial coding.
1.1.0 K Hoang 17/12/2020 Add support to ESP32/ESP8266. Add MQTT related examples to demo dynamic parameter usage
1.1.1 K Hoang 28/12/2020 Suppress all possible compiler warnings
1.2.0 K Hoang 22/02/2021 Optimize code and use better FlashStorage_SAMD and FlashStorage_STM32.
Add customs HTML header feature. Fix bug.
1.3.0 K Hoang 16/05/2021 Add support to RP2040-based boards such as RASPBERRY_PI_PICO
1.4.0 K Hoang 28/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using RP2040 Arduino mbed core
1.5.0 K Hoang 06/07/2021 Add support to WT32_ETH01 (ESP32 + LAN8720) boards
1.6.0 K Hoang 05/09/2021 Add support to QNEthernet Library for Teensy 4.1
*****************************************************************************************************************************/

#include "defines.h"
Expand Down
14 changes: 0 additions & 14 deletions examples/Ethernet_RP2040/Ethernet_RP2040.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,6 @@
Built by Khoi Hoang https://github.com/khoih-prog/Ethernet_Manager
Licensed under MIT license
Version: 1.6.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 14/12/2020 Initial coding.
1.1.0 K Hoang 17/12/2020 Add support to ESP32/ESP8266. Add MQTT related examples to demo dynamic parameter usage
1.1.1 K Hoang 28/12/2020 Suppress all possible compiler warnings
1.2.0 K Hoang 22/02/2021 Optimize code and use better FlashStorage_SAMD and FlashStorage_STM32.
Add customs HTML header feature. Fix bug.
1.3.0 K Hoang 16/05/2021 Add support to RP2040-based boards such as RASPBERRY_PI_PICO
1.4.0 K Hoang 28/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using RP2040 Arduino mbed core
1.5.0 K Hoang 06/07/2021 Add support to WT32_ETH01 (ESP32 + LAN8720) boards
1.6.0 K Hoang 05/09/2021 Add support to QNEthernet Library for Teensy 4.1
*****************************************************************************************************************************/

#include "defines.h"
Expand Down
14 changes: 0 additions & 14 deletions examples/Ethernet_SAMD/Ethernet_SAMD.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,6 @@
Built by Khoi Hoang https://github.com/khoih-prog/Ethernet_Manager
Licensed under MIT license
Version: 1.6.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 14/12/2020 Initial coding.
1.1.0 K Hoang 17/12/2020 Add support to ESP32/ESP8266. Add MQTT related examples to demo dynamic parameter usage
1.1.1 K Hoang 28/12/2020 Suppress all possible compiler warnings
1.2.0 K Hoang 22/02/2021 Optimize code and use better FlashStorage_SAMD and FlashStorage_STM32.
Add customs HTML header feature. Fix bug.
1.3.0 K Hoang 16/05/2021 Add support to RP2040-based boards such as RASPBERRY_PI_PICO
1.4.0 K Hoang 28/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using RP2040 Arduino mbed core
1.5.0 K Hoang 06/07/2021 Add support to WT32_ETH01 (ESP32 + LAN8720) boards
1.6.0 K Hoang 05/09/2021 Add support to QNEthernet Library for Teensy 4.1
*****************************************************************************************************************************/

#include "defines.h"
Expand Down
14 changes: 0 additions & 14 deletions examples/Ethernet_SAM_DUE/Ethernet_SAM_DUE.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,6 @@
Built by Khoi Hoang https://github.com/khoih-prog/Ethernet_Manager
Licensed under MIT license
Version: 1.6.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 14/12/2020 Initial coding.
1.1.0 K Hoang 17/12/2020 Add support to ESP32/ESP8266. Add MQTT related examples to demo dynamic parameter usage
1.1.1 K Hoang 28/12/2020 Suppress all possible compiler warnings
1.2.0 K Hoang 22/02/2021 Optimize code and use better FlashStorage_SAMD and FlashStorage_STM32.
Add customs HTML header feature. Fix bug.
1.3.0 K Hoang 16/05/2021 Add support to RP2040-based boards such as RASPBERRY_PI_PICO
1.4.0 K Hoang 28/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using RP2040 Arduino mbed core
1.5.0 K Hoang 06/07/2021 Add support to WT32_ETH01 (ESP32 + LAN8720) boards
1.6.0 K Hoang 05/09/2021 Add support to QNEthernet Library for Teensy 4.1
*****************************************************************************************************************************/

#include "defines.h"
Expand Down
14 changes: 0 additions & 14 deletions examples/Ethernet_Teensy/Ethernet_Teensy.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,6 @@
Built by Khoi Hoang https://github.com/khoih-prog/Ethernet_Manager
Licensed under MIT license
Version: 1.6.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 14/12/2020 Initial coding.
1.1.0 K Hoang 17/12/2020 Add support to ESP32/ESP8266. Add MQTT related examples to demo dynamic parameter usage
1.1.1 K Hoang 28/12/2020 Suppress all possible compiler warnings
1.2.0 K Hoang 22/02/2021 Optimize code and use better FlashStorage_SAMD and FlashStorage_STM32.
Add customs HTML header feature. Fix bug.
1.3.0 K Hoang 16/05/2021 Add support to RP2040-based boards such as RASPBERRY_PI_PICO
1.4.0 K Hoang 28/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using RP2040 Arduino mbed core
1.5.0 K Hoang 06/07/2021 Add support to WT32_ETH01 (ESP32 + LAN8720) boards
1.6.0 K Hoang 05/09/2021 Add support to QNEthernet Library for Teensy 4.1
*****************************************************************************************************************************/

#include "defines.h"
Expand Down
14 changes: 0 additions & 14 deletions examples/Ethernet_WT32_ETH01/Ethernet_WT32_ETH01.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,6 @@
Built by Khoi Hoang https://github.com/khoih-prog/Ethernet_Manager
Licensed under MIT license
Version: 1.6.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 14/12/2020 Initial coding.
1.1.0 K Hoang 17/12/2020 Add support to ESP32/ESP8266. Add MQTT related examples to demo dynamic parameter usage
1.1.1 K Hoang 28/12/2020 Suppress all possible compiler warnings
1.2.0 K Hoang 22/02/2021 Optimize code and use better FlashStorage_SAMD and FlashStorage_STM32.
Add customs HTML header feature. Fix bug.
1.3.0 K Hoang 16/05/2021 Add support to RP2040-based boards such as RASPBERRY_PI_PICO
1.4.0 K Hoang 28/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using RP2040 Arduino mbed core
1.5.0 K Hoang 06/07/2021 Add support to WT32_ETH01 (ESP32 + LAN8720) boards
1.6.0 K Hoang 05/09/2021 Add support to QNEthernet Library for Teensy 4.1
*****************************************************************************************************************************/

#include "defines.h"
Expand Down
14 changes: 0 additions & 14 deletions examples/Ethernet_nRF52/Ethernet_nRF52.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,6 @@
Built by Khoi Hoang https://github.com/khoih-prog/Ethernet_Manager
Licensed under MIT license
Version: 1.6.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 14/12/2020 Initial coding.
1.1.0 K Hoang 17/12/2020 Add support to ESP32/ESP8266. Add MQTT related examples to demo dynamic parameter usage
1.1.1 K Hoang 28/12/2020 Suppress all possible compiler warnings
1.2.0 K Hoang 22/02/2021 Optimize code and use better FlashStorage_SAMD and FlashStorage_STM32.
Add customs HTML header feature. Fix bug.
1.3.0 K Hoang 16/05/2021 Add support to RP2040-based boards such as RASPBERRY_PI_PICO
1.4.0 K Hoang 28/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using RP2040 Arduino mbed core
1.5.0 K Hoang 06/07/2021 Add support to WT32_ETH01 (ESP32 + LAN8720) boards
1.6.0 K Hoang 05/09/2021 Add support to QNEthernet Library for Teensy 4.1
*****************************************************************************************************************************/

#include "defines.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,6 @@
Built by Khoi Hoang https://github.com/khoih-prog/Ethernet_Manager
Licensed under MIT license
Version: 1.6.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 14/12/2020 Initial coding.
1.1.0 K Hoang 17/12/2020 Add support to ESP32/ESP8266. Add MQTT related examples to demo dynamic parameter usage
1.1.1 K Hoang 28/12/2020 Suppress all possible compiler warnings
1.2.0 K Hoang 22/02/2021 Optimize code and use better FlashStorage_SAMD and FlashStorage_STM32.
Add customs HTML header feature. Fix bug.
1.3.0 K Hoang 16/05/2021 Add support to RP2040-based boards such as RASPBERRY_PI_PICO
1.4.0 K Hoang 28/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using RP2040 Arduino mbed core
1.5.0 K Hoang 06/07/2021 Add support to WT32_ETH01 (ESP32 + LAN8720) boards
1.6.0 K Hoang 05/09/2021 Add support to QNEthernet Library for Teensy 4.1
*****************************************************************************************************************************/

#include "defines.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,6 @@
Built by Khoi Hoang https://github.com/khoih-prog/Ethernet_Manager
Licensed under MIT license
Version: 1.6.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 14/12/2020 Initial coding.
1.1.0 K Hoang 17/12/2020 Add support to ESP32/ESP8266. Add MQTT related examples to demo dynamic parameter usage
1.1.1 K Hoang 28/12/2020 Suppress all possible compiler warnings
1.2.0 K Hoang 22/02/2021 Optimize code and use better FlashStorage_SAMD and FlashStorage_STM32.
Add customs HTML header feature. Fix bug.
1.3.0 K Hoang 16/05/2021 Add support to RP2040-based boards such as RASPBERRY_PI_PICO
1.4.0 K Hoang 28/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using RP2040 Arduino mbed core
1.5.0 K Hoang 06/07/2021 Add support to WT32_ETH01 (ESP32 + LAN8720) boards
1.6.0 K Hoang 05/09/2021 Add support to QNEthernet Library for Teensy 4.1
*****************************************************************************************************************************/

#include "defines.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,6 @@
Built by Khoi Hoang https://github.com/khoih-prog/Ethernet_Manager
Licensed under MIT license
Version: 1.6.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 14/12/2020 Initial coding.
1.1.0 K Hoang 17/12/2020 Add support to ESP32/ESP8266. Add MQTT related examples to demo dynamic parameter usage
1.1.1 K Hoang 28/12/2020 Suppress all possible compiler warnings
1.2.0 K Hoang 22/02/2021 Optimize code and use better FlashStorage_SAMD and FlashStorage_STM32.
Add customs HTML header feature. Fix bug.
1.3.0 K Hoang 16/05/2021 Add support to RP2040-based boards such as RASPBERRY_PI_PICO
1.4.0 K Hoang 28/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using RP2040 Arduino mbed core
1.5.0 K Hoang 06/07/2021 Add support to WT32_ETH01 (ESP32 + LAN8720) boards
1.6.0 K Hoang 05/09/2021 Add support to QNEthernet Library for Teensy 4.1
*****************************************************************************************************************************/

#include "defines.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,6 @@
Built by Khoi Hoang https://github.com/khoih-prog/Ethernet_Manager
Licensed under MIT license
Version: 1.6.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 14/12/2020 Initial coding.
1.1.0 K Hoang 17/12/2020 Add support to ESP32/ESP8266. Add MQTT related examples to demo dynamic parameter usage
1.1.1 K Hoang 28/12/2020 Suppress all possible compiler warnings
1.2.0 K Hoang 22/02/2021 Optimize code and use better FlashStorage_SAMD and FlashStorage_STM32.
Add customs HTML header feature. Fix bug.
1.3.0 K Hoang 16/05/2021 Add support to RP2040-based boards such as RASPBERRY_PI_PICO
1.4.0 K Hoang 28/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using RP2040 Arduino mbed core
1.5.0 K Hoang 06/07/2021 Add support to WT32_ETH01 (ESP32 + LAN8720) boards
1.6.0 K Hoang 05/09/2021 Add support to QNEthernet Library for Teensy 4.1
*****************************************************************************************************************************/

#include "defines.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,6 @@
Built by Khoi Hoang https://github.com/khoih-prog/Ethernet_Manager
Licensed under MIT license
Version: 1.6.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 14/12/2020 Initial coding.
1.1.0 K Hoang 17/12/2020 Add support to ESP32/ESP8266. Add MQTT related examples to demo dynamic parameter usage
1.1.1 K Hoang 28/12/2020 Suppress all possible compiler warnings
1.2.0 K Hoang 22/02/2021 Optimize code and use better FlashStorage_SAMD and FlashStorage_STM32.
Add customs HTML header feature. Fix bug.
1.3.0 K Hoang 16/05/2021 Add support to RP2040-based boards such as RASPBERRY_PI_PICO
1.4.0 K Hoang 28/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using RP2040 Arduino mbed core
1.5.0 K Hoang 06/07/2021 Add support to WT32_ETH01 (ESP32 + LAN8720) boards
1.6.0 K Hoang 05/09/2021 Add support to QNEthernet Library for Teensy 4.1
*****************************************************************************************************************************/

#include "defines.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,6 @@
Built by Khoi Hoang https://github.com/khoih-prog/Ethernet_Manager
Licensed under MIT license
Version: 1.6.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 14/12/2020 Initial coding.
1.1.0 K Hoang 17/12/2020 Add support to ESP32/ESP8266. Add MQTT related examples to demo dynamic parameter usage
1.1.1 K Hoang 28/12/2020 Suppress all possible compiler warnings
1.2.0 K Hoang 22/02/2021 Optimize code and use better FlashStorage_SAMD and FlashStorage_STM32.
Add customs HTML header feature. Fix bug.
1.3.0 K Hoang 16/05/2021 Add support to RP2040-based boards such as RASPBERRY_PI_PICO
1.4.0 K Hoang 28/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using RP2040 Arduino mbed core
1.5.0 K Hoang 06/07/2021 Add support to WT32_ETH01 (ESP32 + LAN8720) boards
1.6.0 K Hoang 05/09/2021 Add support to QNEthernet Library for Teensy 4.1
*****************************************************************************************************************************/

#include "defines.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,6 @@
Built by Khoi Hoang https://github.com/khoih-prog/Ethernet_Manager
Licensed under MIT license
Version: 1.6.0
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 14/12/2020 Initial coding.
1.1.0 K Hoang 17/12/2020 Add support to ESP32/ESP8266. Add MQTT related examples to demo dynamic parameter usage
1.1.1 K Hoang 28/12/2020 Suppress all possible compiler warnings
1.2.0 K Hoang 22/02/2021 Optimize code and use better FlashStorage_SAMD and FlashStorage_STM32.
Add customs HTML header feature. Fix bug.
1.3.0 K Hoang 16/05/2021 Add support to RP2040-based boards such as RASPBERRY_PI_PICO
1.4.0 K Hoang 28/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using RP2040 Arduino mbed core
1.5.0 K Hoang 06/07/2021 Add support to WT32_ETH01 (ESP32 + LAN8720) boards
1.6.0 K Hoang 05/09/2021 Add support to QNEthernet Library for Teensy 4.1
*****************************************************************************************************************************/

#include "defines.h"
Expand Down
Loading

0 comments on commit 27248bf

Please sign in to comment.