Skip to content

Commit a6ba601

Browse files
committed
Add esp32 platform to compile examples github workflow
1 parent 43c1253 commit a6ba601

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/compile-examples.yml

+5
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ jobs:
5656
- name: esp8266:esp8266
5757
source-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
5858
libraries: ""
59+
- fqbn: "esp32:esp32:esp32"
60+
platforms: |
61+
- name: esp32:esp32
62+
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
63+
libraries: ""
5964

6065
steps:
6166
- name: Checkout repository

0 commit comments

Comments
 (0)