Skip to content

Commit 0a38711

Browse files
committed
Try to fix hello radio build
1 parent bb70da0 commit 0a38711

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/arduino-cli.yml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- name: XPT2046_Touchscreen
3939
- name: XPT2046_Bitbang_Slim
4040
- source-url: https://github.com/schreibfaul1/ESP32-audioI2S.git
41+
version: 3.0.12
4142
sketch-paths: |
4243
- "Examples/Basics"
4344
cli-compile-flags: |

Examples/Basics/7-HelloRadio/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ board = esp32dev
99
framework = arduino
1010
lib_deps =
1111
bodmer/TFT_eSPI@^2.5.33
12-
https://github.com/schreibfaul1/ESP32-audioI2S.git#3.0.0
12+
https://github.com/schreibfaul1/ESP32-audioI2S.git#3.0.12
1313
monitor_speed = 115200
1414
monitor_filters = esp32_exception_decoder
1515
upload_speed = 921600

0 commit comments

Comments
 (0)