Skip to content

Releases: earlephilhower/ESP8266Audio

Release 1.9.8 - ESP32 Arduino Core 3.x support

06 Jun 23:53
c932014
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.9.7...1.9.8

Release 1.9.7 - ESP32 and RP2040 fixes

10 Jun 03:28
c2adbdc
Compare
Choose a tag to compare
Enable Werror for ESP32 (#536)

The ESP32 core now builds without warnings, so at Werror back

Release 1.9.5 - ESP32 bugfix

18 Dec 03:33
dca33f8
Compare
Choose a tag to compare
Update library.properties

Release 1.9.4 - ESP32-C3 support, minor fixes

30 Nov 20:30
de30f61
Compare
Choose a tag to compare
  • ESP32-C3 Support (#454)
  • Fixing I2S includes to work with ESP8266 Arduino version < 3.0.0 (#453)
  • Add MOD test, update DIVIDER name (#451)
  • Fix: add missing SPIFFS.begin() (#443)
  • Set FollowRedirects in AudioFileSourceICYStream (#448)
  • Document ESP8266 I2S pinout (#439)
  • Stream MP3 from HTTP to SPDIF (#436)
  • Make LittleFS file source available for ESP32 (#430)

Release 1.9.3 - ESP32 Arduino Core 2.0 support

08 Sep 15:59
9dd4f24
Compare
Choose a tag to compare

Fixes builds on ESP32 Arduino Core release 2.0

Release 1.9.2 - ESP8266 Arduino 3.x support

29 Jun 04:47
6ed2604
Compare
Choose a tag to compare

Release 1.9.1 - Add AudioSourceFunction

12 Jun 22:16
4111404
Compare
Choose a tag to compare
Update library.properties

Release 1.9.0 - Raspberry Pi Pico RP2040 Support

03 Apr 02:45
09b1fd1
Compare
Choose a tag to compare

Adds support for the Raspberry Pi Pico RP2040 and associated boards using arduino-pico at
https://github.com/earlephilhower/arduino-pico

Release 1.8.1

14 Jan 23:16
3e3bc35
Compare
Choose a tag to compare
Add arduino-lint CI check (#360)

* Add arduino-lint CI check

* Fix linting warnings

Release 1.8.0

03 Jan 17:52
Compare
Choose a tag to compare

Includes fixes to better ICY stream decoding and other miscellaneous updates.

Thanks to all the contributors!