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_