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 43c1253 commit a6ba601Copy full SHA for a6ba601
.github/workflows/compile-examples.yml
@@ -56,6 +56,11 @@ jobs:
56
- name: esp8266:esp8266
57
source-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
58
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: ""
64
65
steps:
66
- name: Checkout repository
0 commit comments