Support for esphome #646
tv4you2016
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
I'm not familiar with esphome, I've never used it. The libraries are all from the Arduino ESP32 framework. Currently the objects such as SD or SPIFFS are passed by reference and therefore the "includes" are no longer required. I deleted all but not FS.h, which is essential. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello @schreibfaul1 ,
noticed that esphome uses its library for audio reproduction (https://github.com/esphome/ESP32-audioI2S), but it is in an old version, I forked its lib and made the necessary changes to make it work in esphome which you can find here https://github.com/tv4you2016/ESP32-audioI2S-esphome
Are you interested in adding changes to your master code to directly support esphome?
-DAUDIO_NO_SD_FS is the only flag used by them that makes the libs
are not added, this also leads to some small changes in the code.
These changes were tested by me and I can say that it works up to version v3.0.8d1
Beta Was this translation helpful? Give feedback.
All reactions