Skip to content

Commit

Permalink
fix more error
Browse files Browse the repository at this point in the history
  • Loading branch information
sabas1080 committed Dec 12, 2023
1 parent 8e041e2 commit c2c890d
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions .github/workflows/BuildLibrary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
-DUS_915
-DDEBUG
- arduino-boards-fqbn: arduino:avr:leonardo|All-US_915
build-properties:
All:
-DUS_915
-DDEBUG
- arduino-boards-fqbn: arduino:samd:nano_33_iot
build-properties:
class_c_abp:
Expand All @@ -81,11 +85,23 @@ jobs:
All:
-DUS_915
-DDEBUG
- arduino-boards-fqbn: arduino:mbed:nano33ble
- arduino-boards-fqbn: esp8266:esp8266:huzzah:eesz=4M3M,xtal=80
- arduino-boards-fqbn: arduino:mbed:nano33ble|All-US_915
build-properties:
All:
-DUS_915
-DDEBUG
- arduino-boards-fqbn: esp8266:esp8266:huzzah:eesz=4M3M,xtal=80|All-US_915
platform-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
- arduino-boards-fqbn: rp2040:rp2040:generic
build-properties:
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:featheresp32: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"
Expand Down

0 comments on commit c2c890d

Please sign in to comment.