We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d3d7c2 commit d475f1bCopy full SHA for d475f1b
.github/workflows/compile.yml
@@ -114,6 +114,13 @@ jobs:
114
fqbn: "rp2040:rp2040:rpipicow"
115
board-upload: "RPIPICOW"
116
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"
124
125
- configName: "blink-nanoOld"
126
code-dir: blink
0 commit comments