arendst / Tasmota

Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
https://tasmota.github.io/docs
GNU General Public License v3.0
21.8k stars 4.73k forks source link

WIP: make I2S bridge compile with Core 3, untested on hardware #21301

Closed Staars closed 3 months ago

Staars commented 3 months ago

Description:

Migration process, needs more work.

Needs build flag: USE_I2S_BRIDGE in addition to e.g. USE_I2S_ALL

Checklist:

NOTE: The code change must pass CI tests. Your PR cannot be merged unless tests pass

Staars commented 3 months ago

Dry test on ESP32-S3 works as it responds to i2sbridge commands as expected, but real functionality is unknown.