Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release of v0.8.0 #57

Merged
merged 23 commits into from
Oct 15, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
70d0aae
First commit of 0.8.0 dev cycle
Aircoookie Sep 4, 2018
6d4339b
Added first palette functions
Aircoookie Sep 6, 2018
ce5fec4
Added Pride2012 and Colorwaves effects
Aircoookie Sep 8, 2018
c55e3a3
Added 33 gradient palette presets
Aircoookie Sep 8, 2018
0505baf
Resolve version code merge conflict
Aircoookie Sep 8, 2018
2466c5a
Merge branch 'development' of https://github.com/Aircoookie/WLED.git …
Aircoookie Sep 8, 2018
4b31610
Updated UI with all new palettes
Aircoookie Sep 10, 2018
4715180
Refactored wled00.ino
Aircoookie Sep 15, 2018
bb7f673
Re-added support for 512K flash ESPs
Aircoookie Sep 17, 2018
5f59487
Added basic Time Activated Macros function
Aircoookie Sep 22, 2018
dbd6f13
Added CL= and C2= API calls to set HEX or DEC RGB or WRGB color
Aircoookie Sep 28, 2018
92b4b69
Split Server init code from wled05_init.ino to improve readability
Aircoookie Sep 30, 2018
4739916
Fixed realtime mode not working
Aircoookie Oct 1, 2018
eeb17b4
Added MQTT
Aircoookie Oct 4, 2018
c297278
Attempted to improve AP only stability
Aircoookie Oct 4, 2018
43e9743
Fixed ESP32 version
Aircoookie Oct 4, 2018
c1cdf27
Release of v0.8.0 to dev branch
Aircoookie Oct 4, 2018
75a61f8
Cleaned up readme
Aircoookie Oct 4, 2018
f98b0be
Added Mobile UI power indicator
Aircoookie Oct 6, 2018
34ddf10
Optimized EEPROM string read/write code
Aircoookie Oct 7, 2018
a122c17
Fixed Blynk power button and settings
Aircoookie Oct 8, 2018
a5d6dc5
Fixed E1.31 multicast
Aircoookie Oct 11, 2018
377e4fa
Release of v0.8.0
Aircoookie Oct 15, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Release of v0.8.0
  • Loading branch information
Aircoookie committed Oct 15, 2018
commit 377e4fa0a5ce1eaad3f24d1a0028ebd5111baf5c
2 changes: 1 addition & 1 deletion wled00/wled00.ino
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@


//version code in format yymmddb (b = daily build)
#define VERSION 1810111
#define VERSION 1810151
char versionString[] = "0.8.0";


Expand Down
2 changes: 1 addition & 1 deletion wled00/wled05_init.ino
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ void getBuildInfo()
#else
oappend("strip-pin: gpio2");
#endif
oappend("\r\nbuild-type: dev\r\n");
oappend("\r\nbuild-type: src\r\n");
}


Expand Down