Skip to content

Commit 6b65ecb

Browse files
committed
Update compile-sketch.yml
1 parent 427331d commit 6b65ecb

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/compile-sketch.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616

1717
matrix:
1818
board:
19-
# Uno
19+
# Uno - FAILS - NOT ENOUGH MEMORY
2020
# https://github.com/arduino/ArduinoCore-avr/blob/master/boards.txt
21-
- fqbn: arduino:avr:uno
22-
platforms: |
23-
- name: arduino:avr
24-
source-url: https://downloads.arduino.cc/packages/package_index.json
21+
#- fqbn: arduino:avr:uno
22+
# platforms: |
23+
# - name: arduino:avr
24+
# source-url: https://downloads.arduino.cc/packages/package_index.json
2525

2626
# ESP32
2727
# https://github.com/espressif/arduino-esp32/blob/master/boards.txt
@@ -64,7 +64,10 @@ jobs:
6464
# platforms: |
6565
# - name: arduino:samd
6666
# # source-url: https://downloads.arduino.cc/packages/package_index.json
67-
- fqbn: arduino:samd:nano33iot
67+
68+
# SAMD
69+
# https://github.com/arduino/ArduinoCore-samd/blob/master/boards.txt
70+
- fqbn: arduino:samd:nano_33_iot
6871
platforms: |
6972
- name: arduino:samd
7073
# source-url: https://downloads.arduino.cc/packages/package_index.json

0 commit comments

Comments
 (0)