Skip to content

Commit d475f1b

Browse files
authored
Update compile.yml
1 parent 6d3d7c2 commit d475f1b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/compile.yml

+7
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,13 @@ jobs:
114114
fqbn: "rp2040:rp2040:rpipicow"
115115
board-upload: "RPIPICOW"
116116
niceBoardName: "rpi pico W"
117+
118+
- configName: "clear_eeprom-esp32"
119+
code-dir: clear_eeprom
120+
arduino-platform: "esp32:esp32 --additional-urls https://github.com/espressif/arduino-esp32/releases/download/3.0.5/package_esp32_dev_index.json"
121+
fqbn: "esp32:esp32:esp32"
122+
board-upload: "ESP"
123+
niceBoardName: "ESP32"
117124

118125
- configName: "blink-nanoOld"
119126
code-dir: blink

0 commit comments

Comments
 (0)