Skip to content

Commit a03fd0f

Browse files
committed
Arduino ESP Version update 3.3.5 and 80 MHz
1 parent fb0c0a1 commit a03fd0f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/arduino_build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
platforms: |
1818
- name: esp32:esp32
1919
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
20-
version: 3.2.0
20+
version: 3.3.5
2121
libraries: |
2222
- name: FastLED
2323
- name: Sensirion Core
@@ -27,6 +27,9 @@ jobs:
2727
source-path: ./esp32-waveshare-epd
2828
sketch-paths: |
2929
- .
30+
cli-compile-flags: |
31+
- --build-property
32+
- build.f_cpu=80000000L
3033
3134
- name: Stage firmware into ./build/... and rename to FIRMWARE.BIN
3235
shell: bash

0 commit comments

Comments
 (0)