From ce66822e2c2f9e9a721efcd3f065270e71747187 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Tue, 25 May 2021 10:07:07 +0200 Subject: [PATCH] Remove commented-out CI code for Uno WiFi Rev. 2. --- .github/workflows/compile-examples.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index 503ca0249..fc61f06b3 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -44,8 +44,6 @@ jobs: type: nina - fqbn: arduino:samd:nano_33_iot type: nina - #- fqbn: arduino:megaavr:uno2018 - # type: megaavr - fqbn: arduino:samd:mkrwan1300 type: wan - fqbn: arduino:samd:mkrgsm1400 @@ -95,21 +93,6 @@ jobs: sketch-paths: | - examples/utility/Provisioning - examples/utility/SelfProvisioning - # Uno WiFi Rev2 - #- board: - # type: megaavr - # platforms: | - # - name: arduino:megaavr - # libraries: | - # - name: ArduinoECCX08 - # - name: Arduino_AVRSTL - # - name: WiFiNINA - # - name: Arduino_JSON - # - name: ArduinoBearSSL - # sketch-paths: | - # - examples/utility/Provisioning - # - examples/utility/SelfProvisioning - # LoRaWAN boards - board: type: wan platforms: |