mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
add USE_I2S_ALL (#21298)
Co-authored-by: Staars <baars@klinikum-brandenburg.de>
This commit is contained in:
parent
27d2a0a2d5
commit
852ce100db
@ -1363,4 +1363,17 @@ https://rya.nc/tasmota-fingerprint.html"
|
||||
#endif
|
||||
#endif // USE_LVGL && USE_LVGL_FREETYPE
|
||||
|
||||
/*********************************************************************************************\
|
||||
* Post-process I2S
|
||||
\*********************************************************************************************/
|
||||
|
||||
#if defined(USE_I2S_ALL)
|
||||
#define USE_I2S
|
||||
#define USE_I2S_AUDIO
|
||||
#define USE_I2S_MIC
|
||||
#define USE_SHINE
|
||||
#define MP3_MIC_STREAM
|
||||
#define USE_I2S_AUDIO_BERRY
|
||||
#endif // USE_I2S_ALL
|
||||
|
||||
#endif // _MY_USER_CONFIG_H_
|
||||
|
Loading…
x
Reference in New Issue
Block a user