We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f7333 commit cc2aa7dCopy full SHA for cc2aa7d
.github/workflows/compile-sketch.yml
@@ -47,6 +47,13 @@ jobs:
47
- name: esp32:esp32
48
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
49
50
+ # ESP32-C6
51
+ # https://github.com/espressif/arduino-esp32/blob/master/boards.txt
52
+ - fqbn: esp32:esp32:esp32c6
53
+ platforms: |
54
+ - name: esp32:esp32
55
+ source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
56
+
57
# Artemis / Apollo3 Feb 25 - there some issue here -- will need to look at
58
# https://github.com/sparkfun/Arduino_Apollo3/blob/main/boards.txt
59
# - fqbn: SparkFun:apollo3:sfe_artemis_atp
0 commit comments