Skip to content

Commit c4c6505

Browse files
committed
Nano ESP32: enable compile examples workflow
1 parent 32f8019 commit c4c6505

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/compile-examples.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
type: renesas_portenta
6767
- fqbn: arduino:renesas_uno:unor4wifi
6868
type: renesas_uno
69+
- fqbn: arduino:esp32:nano_nora
70+
type: arduino_esp32
6971

7072

7173
# make board type-specific customizations to the matrix jobs
@@ -193,6 +195,16 @@ jobs:
193195
platforms: |
194196
# Install renesas_uno platform via Boards Manager
195197
- name: arduino:renesas_uno
198+
# Nano ESP32
199+
- board:
200+
type: arduino_esp32
201+
platforms: |
202+
# Install arduino_esp32 platform via Boards Manager
203+
- name: arduino:esp32
204+
libraries: |
205+
- name: Arduino_ESP32_OTA
206+
sketch-paths: |
207+
- examples/ArduinoIoTCloud-DeferredOTA
196208
# ESP8266 boards
197209
- board:
198210
type: esp8266

0 commit comments

Comments
 (0)