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 b370eef commit 2cdb1b9Copy full SHA for 2cdb1b9
.github/workflows/compile-examples.yml
@@ -43,6 +43,8 @@ jobs:
43
platform-name: arduino:mbed
44
- fqbn: "esp8266:esp8266:huzzah"
45
platform-name: esp8266:esp8266
46
+ - fqbn: "esp32:esp32:esp32"
47
+ platform-name: esp32:esp32
48
49
# Make board type-specific customizations to the matrix jobs
50
include:
@@ -65,6 +67,12 @@ jobs:
65
67
# Install ESP8266 platform via Boards Manager
66
68
- name: esp8266:esp8266
69
source-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
70
+ - board:
71
72
+ platforms: |
73
+ # Install ESP32 platform via Boards Manager
74
+ - name: esp32:esp32
75
+ source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
76
77
steps:
78
- uses: actions/checkout@v1
0 commit comments