Skip to content

Commit 3f807a8

Browse files
committed
Nano ESP32: enable compile examples workflow
1 parent 4f65c1c commit 3f807a8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/compile-examples.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
board:
3838
- fqbn: "esp32:esp32:esp32"
3939
type: esp32
40+
- fqbn: "arduino:esp32:nano_nora"
41+
type: arduino_esp32
4042

4143
include:
4244
- board:
@@ -46,6 +48,12 @@ jobs:
4648
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
4749
libraries: |
4850
- name: Arduino_DebugUtils
51+
- board:
52+
type: arduino_esp32
53+
platforms: |
54+
- name: arduino:esp32
55+
libraries: |
56+
- name: Arduino_DebugUtils
4957
5058
steps:
5159
- name: Checkout

0 commit comments

Comments
 (0)