We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0c0a1 commit a03fd0fCopy full SHA for a03fd0f
.github/workflows/arduino_build.yml
@@ -17,7 +17,7 @@ jobs:
17
platforms: |
18
- name: esp32:esp32
19
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
20
- version: 3.2.0
+ version: 3.3.5
21
libraries: |
22
- name: FastLED
23
- name: Sensirion Core
@@ -27,6 +27,9 @@ jobs:
27
source-path: ./esp32-waveshare-epd
28
sketch-paths: |
29
- .
30
+ cli-compile-flags: |
31
+ - --build-property
32
+ - build.f_cpu=80000000L
33
34
- name: Stage firmware into ./build/... and rename to FIRMWARE.BIN
35
shell: bash
0 commit comments