From d28455f9dfdac4e88a8c00c743eec18df8885e48 Mon Sep 17 00:00:00 2001 From: marqdevx Date: Mon, 11 Jul 2022 16:05:41 +0200 Subject: [PATCH 1/2] Update sketches list --- .github/workflows/compile-examples.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index 582d62e..454238d 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -54,14 +54,6 @@ jobs: sketch-paths: | - examples/Edge Control Getting Started - - fqbn: arduino:mbed_nicla:nicla_sense - sketch-paths: | - - examples/Nicla Sense ME as a MKR Shield/NiclaShieldController - - - fqbn: arduino:samd:mkrwifi1010 - sketch-paths: | - - examples/Nicla Sense ME as a MKR Shield/NiclaShieldHost - steps: - name: Checkout uses: actions/checkout@v3 From 13a747f005682347033b3e3cdeb7892b84cdea99 Mon Sep 17 00:00:00 2001 From: marqdevx Date: Mon, 11 Jul 2022 16:07:52 +0200 Subject: [PATCH 2/2] Bump version --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 6237097..ad74931 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Arduino_Pro_Tutorials -version=1.0.4 +version=1.0.5 author=Martino Facchin, Riccardo Ricco, Dario Pennisi, Sebastian Romero, Lenard George, Ignacio Herrera, Jose García, Pablo Marquínez maintainer=Arduino sentence=This library contains the complete Arduino sketches from the Pro Tutorials.