We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f8019 commit c4c6505Copy full SHA for c4c6505
.github/workflows/compile-examples.yml
@@ -66,6 +66,8 @@ jobs:
66
type: renesas_portenta
67
- fqbn: arduino:renesas_uno:unor4wifi
68
type: renesas_uno
69
+ - fqbn: arduino:esp32:nano_nora
70
+ type: arduino_esp32
71
72
73
# make board type-specific customizations to the matrix jobs
@@ -193,6 +195,16 @@ jobs:
193
195
platforms: |
194
196
# Install renesas_uno platform via Boards Manager
197
- name: arduino:renesas_uno
198
+ # Nano ESP32
199
+ - board:
200
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
208
# ESP8266 boards
209
- board:
210
type: esp8266
0 commit comments