Skip to content

Commit

Permalink
remove temporal esp32 and rp2040
Browse files Browse the repository at this point in the history
  • Loading branch information
sabas1080 committed Dec 13, 2023
1 parent f364c69 commit 0e3893a
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/BuildLibrary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e3893a

Please sign in to comment.