Skip to content

Commit

Permalink
add USE_I2S_ALL (#21298)
Browse files Browse the repository at this point in the history
Co-authored-by: Staars <baars@klinikum-brandenburg.de>
  • Loading branch information
Jason2866 and Staars committed Apr 28, 2024
1 parent 27d2a0a commit 852ce10
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tasmota/my_user_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -1363,4 +1363,17 @@ An online tool to calculate TLS fingerprints is available here at:\n\
#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_

0 comments on commit 852ce10

Please sign in to comment.