Skip to content

Commit 7a0930d

Browse files
committed
fix issues b/c of AI
1 parent 514bed9 commit 7a0930d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/compile-sketch.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -40,31 +40,31 @@ jobs:
4040
- fqbn: esp32:esp32:sparkfun_esp32s2_thing_plus
4141
name: ESP32-S2 Thing Plus
4242
platforms: |
43-
- name: esp32:esp32s2
43+
- name: esp32:esp32
4444
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
4545
4646
# ESP32-S3
4747
# https://github.com/espressif/arduino-esp32/blob/master/boards.txt
4848
- fqbn: esp32:esp32:sparkfun_esp32s3_thing_plus
4949
name: ESP32-S3 Thing Plus
5050
platforms: |
51-
- name: esp32:esp32s3
51+
- name: esp32:esp32
5252
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
5353
5454
# ESP32-C3
5555
# https://github.com/espressif/arduino-esp32/blob/master/boards.txt
5656
- fqbn: esp32:esp32:sparkfun_pro_micro_esp32c3
5757
name: ESP32-C3 Pro Micro
5858
platforms: |
59-
- name: esp32:esp32c3
59+
- name: esp32:esp32
6060
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
6161
6262
# ESP32-C6
6363
# https://github.com/espressif/arduino-esp32/blob/master/boards.txt
6464
- fqbn: esp32:esp32:sparkfun_esp32c6_thing_plus
6565
name: ESP32-C6 Thing Plus
6666
platforms: |
67-
- name: esp32:esp32c6
67+
- name: esp32:esp32
6868
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
6969
7070
# Artemis / Apollo3 Feb 25 - there some issue here -- will need to look at
@@ -112,7 +112,7 @@ jobs:
112112
- fqbn: rp2040:rp2040:sparkfun_iotredboard_rp2350
113113
name: SparkFun IoT RedBoard RP2350
114114
platforms: |
115-
- name: rp2040:rp2350
115+
- name: rp2040:rp2040
116116
source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
117117
118118
# STM32

0 commit comments

Comments
 (0)