You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While m5stack-atom-echo.yaml contains the correct values:
i2s_lrclk_pin: GPIO33
i2s_bclk_pin: GPIO19
Because of this it is impossible to replicate the M5Stack Atom Echo Media Player build from https://esphome.io/projects/index.html.
The existing binary works, but it is impossible to be recreated with the files available for download.
Also the media_player i2s_dout_pin is wrong (must be GPIO22)
bad values for used for I2S in m5stack-atom-speaker-kit.yaml from https://github.com/esphome/media-players/tree/main/m5stack
The file contains these:
i2s_lrclk_pin: GPIO21
i2s_bclk_pin: GPIO22
While m5stack-atom-echo.yaml contains the correct values:
i2s_lrclk_pin: GPIO33
i2s_bclk_pin: GPIO19
Because of this it is impossible to replicate the M5Stack Atom Echo Media Player build from https://esphome.io/projects/index.html.
The existing binary works, but it is impossible to be recreated with the files available for download.
Also the media_player i2s_dout_pin is wrong (must be GPIO22)
This also contains the correct values: https://github.com/esphome/firmware/blob/main/voice-assistant/m5stack-atom-echo.yaml
The text was updated successfully, but these errors were encountered: