add USE_I2S_ALL (#21298)

Co-authored-by: Staars <baars@klinikum-brandenburg.de>
This commit is contained in:
Jason2866 2024-04-28 18:09:43 +02:00 committed by GitHub
parent 27d2a0a2d5
commit 852ce100db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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_