Skip to content

Commit

Permalink
all output parts for I2S and IDF5.1 (#19440)
Browse files Browse the repository at this point in the history
  • Loading branch information
Staars authored Sep 2, 2023
1 parent f4b3574 commit 4f6afbf
Show file tree
Hide file tree
Showing 2 changed files with 650 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasmota/tasmota_xdrv_driver/xdrv_42_0_i2s_audio.ino
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#if ESP_IDF_VERSION_MAJOR < 5
#if (defined(USE_I2S_AUDIO) || defined(USE_TTGO_WATCH) || defined(USE_M5STACK_CORE2) || defined(ESP32S3_BOX))
/*********************************************************************************************\
* I2S support using an external DAC or a speaker connected to GPIO03 using a transistor
Expand Down Expand Up @@ -765,3 +765,4 @@ bool Xdrv42(uint32_t function) {
}

#endif // USE_I2S_AUDIO
#endif // ESP_IDF_VERSION_MAJOR < 5
Loading

0 comments on commit 4f6afbf

Please sign in to comment.