mirror of
https://github.com/esphome/esphome.git
synced 2025-03-13 14:18:14 +00:00
fix using wrong commit of ESP32-audioI2S
This commit is contained in:
parent
8bdf30f77c
commit
9da0c03bb8
@ -8,8 +8,8 @@ from .. import (
|
||||
CONF_I2S_AUDIO_ID,
|
||||
CONF_I2S_DOUT_PIN,
|
||||
CONF_LEFT,
|
||||
CONF_RIGHT,
|
||||
CONF_MONO,
|
||||
CONF_RIGHT,
|
||||
CONF_STEREO,
|
||||
I2SAudioComponent,
|
||||
I2SAudioOut,
|
||||
@ -132,7 +132,7 @@ async def to_code(config):
|
||||
|
||||
cg.add_library(
|
||||
name="ESP32-audioI2S",
|
||||
version=None,
|
||||
# use close-to latest commit, since tagged versions are fairly irregular...
|
||||
repository="https://github.com/schreibfaul1/ESP32-audioI2S.git#",
|
||||
version="1bc79e547ebb6f917bf82b47bec9b7e6a9b7e314",
|
||||
repository="https://github.com/schreibfaul1/ESP32-audioI2S.git#1bc79e547ebb6f917bf82b47bec9b7e6a9b7e314",
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user