File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
16
16
17
17
matrix :
18
18
board :
19
- # Uno
19
+ # Uno - FAILS - NOT ENOUGH MEMORY
20
20
# 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
25
25
26
26
# ESP32
27
27
# https://github.com/espressif/arduino-esp32/blob/master/boards.txt
64
64
# platforms: |
65
65
# - name: arduino:samd
66
66
# # 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
68
71
platforms : |
69
72
- name: arduino:samd
70
73
# source-url: https://downloads.arduino.cc/packages/package_index.json
You can’t perform that action at this time.
0 commit comments