We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb70da0 commit 0a38711Copy full SHA for 0a38711
.github/workflows/arduino-cli.yml
@@ -38,6 +38,7 @@ jobs:
38
- name: XPT2046_Touchscreen
39
- name: XPT2046_Bitbang_Slim
40
- source-url: https://github.com/schreibfaul1/ESP32-audioI2S.git
41
+ version: 3.0.12
42
sketch-paths: |
43
- "Examples/Basics"
44
cli-compile-flags: |
Examples/Basics/7-HelloRadio/platformio.ini
@@ -9,7 +9,7 @@ board = esp32dev
9
framework = arduino
10
lib_deps =
11
bodmer/TFT_eSPI@^2.5.33
12
- https://github.com/schreibfaul1/ESP32-audioI2S.git#3.0.0
+ https://github.com/schreibfaul1/ESP32-audioI2S.git#3.0.12
13
monitor_speed = 115200
14
monitor_filters = esp32_exception_decoder
15
upload_speed = 921600
0 commit comments