We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b1c030 commit 42f98f5Copy full SHA for 42f98f5
.github/workflows/compile-examples.yml
@@ -87,11 +87,13 @@ jobs:
87
- board:
88
fqbn: "arduino:renesas_uno:unor4wifi"
89
additional-sketch-paths: |
90
+ - libraries/Arduino_LED_Matrix
91
- libraries/WiFiS3
92
- libraries/OTAUpdate
93
94
fqbn: "arduino-git:renesas:unor4wifi"
95
96
97
98
99
- libraries/OPAMP
@@ -157,6 +159,7 @@ jobs:
157
159
- name: ArduinoDMX
158
160
- name: ArduinoRS485
161
- name: ArduinoIoTCloud
162
+ - name: ArduinoGraphics
163
platforms: |
164
# Use Board Manager to install the latest release of Arduino Renesas Boards to get the toolchain
165
- name: "arduino:renesas_uno"
0 commit comments