Skip to content

Commit

Permalink
feat: extra flags
Browse files Browse the repository at this point in the history
  • Loading branch information
sabas1080 committed Oct 29, 2024
1 parent 076b14d commit bdc1b5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/BuildLibrary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- arduino:samd:nano_33_iot|All-US_915
- arduino:mbed:nano33ble|All-US_915
- esp8266:esp8266:huzzah:eesz=4M3M,xtal=80|All-US_915
- esp32:esp32:featheresp32:FlashFreq=80|All-US_915
- esp32:esp32:featheresp32:FlashFreq=80

# Specify parameters for each board.
# Parameters can be: platform-url, examples-exclude and examples-build-properties
Expand Down Expand Up @@ -95,3 +95,4 @@ jobs:
platform-url: ${{ matrix.platform-url }}
required-libraries: ${{ env.REQUIRED_LIBRARIES }}
sketches-exclude: ${{ matrix.sketches-exclude }}
extra-arduino-cli-args: ${{ matrix.extra-arduino-cli-args }}

0 comments on commit bdc1b5e

Please sign in to comment.