Skip to content

Commit

Permalink
add skech names
Browse files Browse the repository at this point in the history
  • Loading branch information
sabas1080 committed Dec 12, 2023
1 parent 8fbe32b commit b314b0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/BuildLibrary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
# With examples-exclude you may exclude specific examples for a board. Use a space separated list.
#############################################################################################################
include:
- arduino-boards-fqbn: arduino:avr:uno|US_915
- arduino-boards-fqbn: arduino:avr:uno
sketch-names: class_c_abp.ino,class_c_otaa_ack.ino # Comma separated list of sketch names (no path required) or patterns to use in build
build-properties:
class_c_abp:
-DDEBUG
Expand All @@ -53,12 +54,11 @@ jobs:
-DDEBUG
-DUS_915
-D_CLASS_C_
All:
-DUS_915
- arduino-boards-fqbn: arduino:avr:uno|All-US_915
build-properties:
All:
-DUS_915
-DDEBUG
- arduino-boards-fqbn: arduino:avr:leonardo
- arduino-boards-fqbn: arduino:samd:nano_33_iot
- arduino-boards-fqbn: arduino:mbed:nano33ble
Expand Down

0 comments on commit b314b0c

Please sign in to comment.