Skip to content

Commit

Permalink
Fix sketch targets prefixed with "at"
Browse files Browse the repository at this point in the history
  • Loading branch information
vickash committed Jul 26, 2024
1 parent f7f204a commit ee9fcad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_avr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

board:
- fqbn: arduino:avr:uno
denko-target: mega
denko-target: atmega
platforms: |
- name: arduino:avr
libraries: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_megaavr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

board:
- fqbn: arduino:megaavr:uno2018
denko-target: mega
denko-target: atmega
platforms: |
- name: arduino:megaavr
libraries: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_sam3x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

board:
- fqbn: arduino:sam:arduino_due_x
denko-target: sam3x
denko-target: atsam3x
platforms: |
- name: arduino:sam
libraries: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_samd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

board:
- fqbn: arduino:samd:arduino_zero_native
denko-target: samd
denko-target: atsamd
platforms: |
- name: arduino:samd
libraries: |
Expand Down

0 comments on commit ee9fcad

Please sign in to comment.