Skip to content

Commit

Permalink
Add explicit dependency on WS2812Serial.
Browse files Browse the repository at this point in the history
  • Loading branch information
lpaolini committed Feb 26, 2021
1 parent 94889a0 commit b1ea081
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.7] (2021-02-26)

### Fixed
- Fixed examples.

### Changed
- Allowed `addFx()` method to add up to 9 effect.

## [1.2.6] (2021-02-26)

### Changed
Expand Down
1 change: 1 addition & 0 deletions examples/example1/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ board = teensy41
framework = arduino
monitor_speed = 115200
lib_deps =
https://github.com/PaulStoffregen/WS2812Serial
https://github.com/lpaolini/Striptease
1 change: 1 addition & 0 deletions examples/example2/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ board = teensy40
framework = arduino
monitor_speed = 115200
lib_deps =
https://github.com/PaulStoffregen/WS2812Serial
https://github.com/lpaolini/Striptease
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Striptease",
"version": "1.2.6",
"version": "1.2.7",
"description": "Sexy, audio-responsive effects on LED strips.",
"keywords": "LED, effects, audio-responsive, audio-reactive-lights",
"url": "https://github.com/lpaolini/Striptease",
Expand Down

0 comments on commit b1ea081

Please sign in to comment.