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

Commit 675e4c8

Browse files
authored
v1.3.1 to update PIO
### Releases v1.3.1 1. Update `platform.ini` and `library.json` to use original `khoih-prog` instead of `khoih.prog` after PIO fix 2. Update `Packages' Patches`
1 parent 812ea85 commit 675e4c8

File tree

21 files changed

+84
-146
lines changed

21 files changed

+84
-146
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you don't find anything, please [open a new issue](https://github.com/khoih-p
1515
Please ensure to specify the following:
1616

1717
* Arduino IDE version (e.g. 1.8.16) or Platform.io version
18-
* `SAMD` Core Version (e.g. Arduino SAMD core v1.8.11, Adafruit SAMD core v1.7.5, Seeed Studio SAMD v1.8.1)
18+
* `SAMD` Core Version (e.g. Arduino SAMD core v1.8.11, Adafruit SAMD core v1.7.5, Seeed Studio SAMD v1.8.2)
1919
* Contextual information (e.g. what you were trying to achieve)
2020
* Simplest possible steps to reproduce
2121
* Anything that might be relevant in your opinion, such as:
@@ -29,7 +29,7 @@ Please ensure to specify the following:
2929
Arduino IDE version: 1.8.16
3030
Arduino SAMD Core Version 1.8.11
3131
OS: Ubuntu 20.04 LTS
32-
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
32+
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
3333
3434
Context:
3535
The board couldn't autoreconnect to Local Blynk Server after router power recycling.

README.md

Lines changed: 54 additions & 37 deletions
Large diffs are not rendered by default.

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
## Table of Contents
1414

1515
* [Changelog](#changelog)
16+
* [Releases v1.3.1](#releases-v131)
1617
* [Releases v1.3.0](#releases-v130)
1718
* [Releases v1.3.0-beta1](#releases-v130-beta1)
1819
* [Releases v1.2.1](#releases-v121)
@@ -26,6 +27,11 @@
2627

2728
## Changelog
2829

30+
### Releases v1.3.1
31+
32+
1. Update `platform.ini` and `library.json` to use original `khoih-prog` instead of `khoih.prog` after PIO fix
33+
2. Update `Packages' Patches`
34+
2935
### Releases v1.3.0
3036

3137
1. Add support to Portenta_H7, using WiFi or Ethernet. **Already working**.

examples/Ethernet/DiscoveringServices/DiscoveringServices.ino

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,6 @@
1919
2020
You should have received a copy of the GNU Lesser General Public License along with EthernetBonjour.
2121
If not, see <http://www.gnu.org/licenses/>.
22-
23-
Version: 1.3.0
24-
25-
Version Modified By Date Comments
26-
------- ----------- ---------- -----------
27-
1.0.0 K Hoang 01/08/2020 Initial coding to support W5x00 using Ethernet, EthernetLarge libraries
28-
Supported boards: nRF52, STM32, SAMD21/SAMD51, SAM DUE, Mega
29-
1.0.1 K Hoang 02/10/2020 Add support to W5x00 using Ethernet2, Ethernet3 libraries
30-
1.1.0 K Hoang 12/06/2021 Add support to RP2040-based boards
31-
1.2.0 K Hoang 01/09/2021 Add support to generic boards using WiFi or WiFiNINA
32-
1.2.1 K Hoang 02/09/2021 Remove support to ESP8266 to use native ESP8266mDNS library
33-
1.3.0-b1 K Hoang 13/09/2021 Add support to Portenta_H7, using WiFi or Ethernet
34-
1.3.0 K Hoang 28/09/2021 Add support to Portenta_H7, using WiFi or Ethernet
3522
*****************************************************************************************************************************/
3623
//
3724

examples/Ethernet/RegisteringServices/RegisteringServices.ino

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,6 @@
1919
2020
You should have received a copy of the GNU Lesser General Public License along with EthernetBonjour.
2121
If not, see <http://www.gnu.org/licenses/>.
22-
23-
Version: 1.3.0
24-
25-
Version Modified By Date Comments
26-
------- ----------- ---------- -----------
27-
1.0.0 K Hoang 01/08/2020 Initial coding to support W5x00 using Ethernet, EthernetLarge libraries
28-
Supported boards: nRF52, STM32, SAMD21/SAMD51, SAM DUE, Mega
29-
1.0.1 K Hoang 02/10/2020 Add support to W5x00 using Ethernet2, Ethernet3 libraries
30-
1.1.0 K Hoang 12/06/2021 Add support to RP2040-based boards
31-
1.2.0 K Hoang 01/09/2021 Add support to generic boards using WiFi or WiFiNINA
32-
1.2.1 K Hoang 02/09/2021 Remove support to ESP8266 to use native ESP8266mDNS library
33-
1.3.0-b1 K Hoang 13/09/2021 Add support to Portenta_H7, using WiFi or Ethernet
34-
1.3.0 K Hoang 28/09/2021 Add support to Portenta_H7, using WiFi or Ethernet
3522
*****************************************************************************************************************************/
3623

3724
// Illustrates how to register a Bonjour service.

examples/Ethernet/RegisteringServicesWithTxtRecord/RegisteringServicesWithTxtRecord.ino

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,6 @@
1919
2020
You should have received a copy of the GNU Lesser General Public License along with EthernetBonjour.
2121
If not, see <http://www.gnu.org/licenses/>.
22-
23-
Version: 1.3.0
24-
25-
Version Modified By Date Comments
26-
------- ----------- ---------- -----------
27-
1.0.0 K Hoang 01/08/2020 Initial coding to support W5x00 using Ethernet, EthernetLarge libraries
28-
Supported boards: nRF52, STM32, SAMD21/SAMD51, SAM DUE, Mega
29-
1.0.1 K Hoang 02/10/2020 Add support to W5x00 using Ethernet2, Ethernet3 libraries
30-
1.1.0 K Hoang 12/06/2021 Add support to RP2040-based boards
31-
1.2.0 K Hoang 01/09/2021 Add support to generic boards using WiFi or WiFiNINA
32-
1.2.1 K Hoang 02/09/2021 Remove support to ESP8266 to use native ESP8266mDNS library
33-
1.3.0-b1 K Hoang 13/09/2021 Add support to Portenta_H7, using WiFi or Ethernet
34-
1.3.0 K Hoang 28/09/2021 Add support to Portenta_H7, using WiFi or Ethernet
3522
*****************************************************************************************************************************/
3623
// Illustrates how to register a service with a TXT record.
3724

examples/Ethernet/ResolvingHostNames/ResolvingHostNames.ino

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,6 @@
1919
2020
You should have received a copy of the GNU Lesser General Public License along with EthernetBonjour.
2121
If not, see <http://www.gnu.org/licenses/>.
22-
23-
Version: 1.3.0
24-
25-
Version Modified By Date Comments
26-
------- ----------- ---------- -----------
27-
1.0.0 K Hoang 01/08/2020 Initial coding to support W5x00 using Ethernet, EthernetLarge libraries
28-
Supported boards: nRF52, STM32, SAMD21/SAMD51, SAM DUE, Mega
29-
1.0.1 K Hoang 02/10/2020 Add support to W5x00 using Ethernet2, Ethernet3 libraries
30-
1.1.0 K Hoang 12/06/2021 Add support to RP2040-based boards
31-
1.2.0 K Hoang 01/09/2021 Add support to generic boards using WiFi or WiFiNINA
32-
1.2.1 K Hoang 02/09/2021 Remove support to ESP8266 to use native ESP8266mDNS library
33-
1.3.0-b1 K Hoang 13/09/2021 Add support to Portenta_H7, using WiFi or Ethernet
34-
1.3.0 K Hoang 28/09/2021 Add support to Portenta_H7, using WiFi or Ethernet
3522
*****************************************************************************************************************************/
3623

3724
// Illustrates how to resolve host names via MDNS (Multicast DNS)

examples/WiFi/WiFiDiscoveringServices/WiFiDiscoveringServices.ino

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,6 @@
1919
2020
You should have received a copy of the GNU Lesser General Public License along with EthernetBonjour.
2121
If not, see <http://www.gnu.org/licenses/>.
22-
23-
Version: 1.3.0
24-
25-
Version Modified By Date Comments
26-
------- ----------- ---------- -----------
27-
1.0.0 K Hoang 01/08/2020 Initial coding to support W5x00 using Ethernet, EthernetLarge libraries
28-
Supported boards: nRF52, STM32, SAMD21/SAMD51, SAM DUE, Mega
29-
1.0.1 K Hoang 02/10/2020 Add support to W5x00 using Ethernet2, Ethernet3 libraries
30-
1.1.0 K Hoang 12/06/2021 Add support to RP2040-based boards
31-
1.2.0 K Hoang 01/09/2021 Add support to generic boards using WiFi or WiFiNINA
32-
1.2.1 K Hoang 02/09/2021 Remove support to ESP8266 to use native ESP8266mDNS library
33-
1.3.0-b1 K Hoang 13/09/2021 Add support to Portenta_H7, using WiFi or Ethernet
34-
1.3.0 K Hoang 28/09/2021 Add support to Portenta_H7, using WiFi or Ethernet
3522
*****************************************************************************************************************************/
3623

3724
// Illustrates how to discover Bonjour services on your network.

examples/WiFi/WiFiRegisteringServices/WiFiRegisteringServices.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
2020
You should have received a copy of the GNU Lesser General Public License along with EthernetBonjour.
2121
If not, see <http://www.gnu.org/licenses/>.
22-
23-
Version: 1.3.0
2422
*****************************************************************************************************************************/
2523

2624
// Illustrates how to register a Bonjour service.
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
#define SECRET_SSID "your_ssid"
2-
#define SECRET_PASS "your_pass"
1+
#define SECRET_SSID "HueNet1"
2+
#define SECRET_PASS "jenniqqs"
3+
//#define SECRET_SSID "your_ssid"
4+
//#define SECRET_PASS "your_pass"

0 commit comments

Comments
 (0)