From 852ce100db363c5bafd19aeda9578c3a96c99954 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sun, 28 Apr 2024 18:09:43 +0200 Subject: [PATCH] add USE_I2S_ALL (#21298) Co-authored-by: Staars --- tasmota/my_user_config.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tasmota/my_user_config.h b/tasmota/my_user_config.h index c46d3038a..44b7cc717 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -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_