From 0e3893a84c5905f4dcd8792999bfea7c8a4ef001 Mon Sep 17 00:00:00 2001 From: Sabas Date: Wed, 13 Dec 2023 12:23:45 -0600 Subject: [PATCH] remove temporal esp32 and rp2040 --- .github/workflows/BuildLibrary.yml | 48 +++++++++++++++--------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/BuildLibrary.yml b/.github/workflows/BuildLibrary.yml index 5c10215..34289e4 100644 --- a/.github/workflows/BuildLibrary.yml +++ b/.github/workflows/BuildLibrary.yml @@ -96,30 +96,30 @@ jobs: All: -DUS_915 -DDEBUG - - arduino-boards-fqbn: rp2040:rp2040:generic|All-US_915 - platform-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json - build-properties: - All: - -DUS_915 - -DDEBUG - - arduino-boards-fqbn: esp32:esp32:esp32:FlashFreq=80 - platform-url: https://github.com/espressif/arduino-esp32/releases/download/3.0.0-alpha2/package_esp32_dev_index.json - extra-arduino-cli-args: "--warnings default" - build-properties: - class_c_abp: - -DEU_868 - -D_CLASS_C_ - class_c_otaa_ack: - -DEU_868 - -D_CLASS_C_ - All: - -DEU_868 - - arduino-boards-fqbn: esp32:esp32:featheresp32:FlashFreq=80|All-US_915 - platform-url: https://github.com/espressif/arduino-esp32/releases/download/3.0.0-alpha2/package_esp32_dev_index.json - extra-arduino-cli-args: "--warnings default" - build-properties: - All: - -DUS_915 + #- arduino-boards-fqbn: rp2040:rp2040:generic|All-US_915 + # platform-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json + #build-properties: + # All: + # -DUS_915 + # -DDEBUG + #- arduino-boards-fqbn: esp32:esp32:esp32:FlashFreq=80 + # platform-url: https://github.com/espressif/arduino-esp32/releases/download/3.0.0-alpha2/package_esp32_dev_index.json + # extra-arduino-cli-args: "--warnings default" + # build-properties: + # class_c_abp: + # -DEU_868 + # -D_CLASS_C_ + # class_c_otaa_ack: + # -DEU_868 + # -D_CLASS_C_ + #All: + # -DEU_868 + #- arduino-boards-fqbn: esp32:esp32:featheresp32:FlashFreq=80|All-US_915 + # platform-url: https://github.com/espressif/arduino-esp32/releases/download/3.0.0-alpha2/package_esp32_dev_index.json + # extra-arduino-cli-args: "--warnings default" + # build-properties: + # All: + # -DUS_915 # Do not cancel all jobs / architectures if one job fails fail-fast: false