Releases: end2endzone/AnyRtttl
Releases · end2endzone/AnyRtttl
2.6.0
2.5.0
Changes for 2.5.0
- New feature: example
IoT-beepsexploring device state feedback with RTTTL melodies. - New feature: example
PlaySerialRtttlto play an RTTTL melody comming from the device's serial port. - New feature: Support for playing RTTTL melodies on 2 speakers simultaneously. See new example
ESP32DualPlayRtttl. - Fixed issue #9 - Question - can we target two speakers ?
- Fixed issue #23 - Reduce library footprint.
- Fixed issue #24 - Clarify default pin for RTTTL for all supported boards.
- Fixed issue #30 - Documentation and code cleanup.
- Fixed issue #35 - Remove Arduino's tone() and noTone() from 'anyrtttl.cpp' to really support custom callbacks.
Full Changelog: 2.4.0...2.5.0
2.4.0
Changes for 2.4.0
- Fixed issue #15 - Compilation fails with the ESP32 core version 3.x.
- Fixed issue #17 - Deprecate AppVeyor-based compilation pipeline.
- Fixed issue #18 - Deprecate x86_64 unit tests in favor of manual testing on actual hardware.
Full Changelog: 2.3.1...2.4.0
2.3.1
What's Changed
Changes for 2.3.1
Changes for 2.3.0
- New feature: Official support for ESP8266 and ESP32.
- Fixed issue #2 - Support for PROGMEM / FLASH melodies in non-blocking mode.
- Fixed issue #6 - Error compiling for board ESP32 Wrover Kit (all versions).
New Contributors
Full Changelog: 2.3.0...2.3.1
2.3.0
Changes for 2.3
- New feature: Official support for ESP8266 and ESP32.
- Fixed issue #2 - Support for PROGMEM / FLASH melodies in non-blocking mode.
- Fixed issue #6 - Error compiling for board ESP32 Wrover Kit (all versions).
Full Changelog: 2.2.1...2.3.0
2.2.1
Changes for 2.2.1:
- Fixed issue #4: error compiling example code.
- Fixed issue #5: Refactor build process to use Arduino CLI instead of Arduino IDE.
Changes for 2.2.0:
- New feature: Build option
ANYRTTTL_BUILD_EXAMPLESto enable/disable building AnyRtttl examples. - New feature: Changed file/folder structure to be compatible with Arduino Library Manager.
- New feature: Using RapidAssist 0.5.0 and win32Arduino 2.3.1.
2.2.0
Changes for 2.2.0:
- New feature: Build option
ANYRTTTL_BUILD_EXAMPLESto enable/disable building AnyRtttl examples. - New feature: Changed file/folder structure to be compatible with Arduino Library Manager.
- New feature: Using RapidAssist 0.5.0 and win32Arduino 2.3.1.
2.1.229
Changes for 2.1.229:
- New feature: Implemented support for RTTTL in Program Memory (PROGMEM).
2.0.179
Changes for 2.0.179:
- Library converted to AnyRtttl.
- First github release.
- Code originally release at http://www.end2endzone.com/anyrtttl-a-feature-rich-arduino-library-for-playing-rtttl-melodies/