Skip to content

Commit

Permalink
v0.13.0-b2
Browse files Browse the repository at this point in the history
Reduced unneeded websockets pushes
  • Loading branch information
Aircoookie committed Jul 11, 2021
1 parent 6a8ed11 commit 123bd0b
Show file tree
Hide file tree
Showing 6 changed files with 1,602 additions and 1,587 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

### Builds after release 0.12.0

#### Build 2107100

- Version bump to 0.13.0-b2 "Toki"
- Accept hex color strings in individual LED API
- Fixed transition property not applying unless power/bri/color changed next
- Moved transition field below segments (temporarily)
- Reduced unneeded websockets pushes

#### Build 2107091

- Fixed presets using wrong call mode (e.g. causing buttons to send UDP under direct change type)
Expand Down
2 changes: 1 addition & 1 deletion wled00/fcn_declare.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ void _drawOverlayCronixie();
//playlist.cpp
void shufflePlaylist();
void unloadPlaylist();
void loadPlaylist(JsonObject playlistObject, byte presetId = 0);
int16_t loadPlaylist(JsonObject playlistObject, byte presetId = 0);
void handlePlaylist();

//presets.cpp
Expand Down
Loading

0 comments on commit 123bd0b

Please sign in to comment.