cschwinne
|
709ff7a701
|
Finished JSON API
Added RV http api call
Fixed CY,PA,PC,PX api calls
Fixed CORS
|
2019-03-06 21:31:12 +01:00 |
|
cschwinne
|
66c224c954
|
Added JSON state API
|
2019-03-06 01:20:38 +01:00 |
|
cschwinne
|
3f9b37aa7f
|
Added /json/state
|
2019-03-05 10:59:15 +01:00 |
|
cschwinne
|
0377958d8f
|
Updated hue sync to use ArduinoJSON
Fixed brightness when ABL deactivated
|
2019-03-03 23:27:52 +01:00 |
|
cschwinne
|
cc1cfd70b8
|
Added ArduinoJSON
|
2019-03-03 18:05:56 +01:00 |
|
cschwinne
|
bc125ad76c
|
Updated Espalexa to v2.4.0
|
2019-03-01 17:10:42 +01:00 |
|
cschwinne
|
62a2246448
|
Included effect and palette lists in LED settings
|
2019-02-25 22:23:26 +01:00 |
|
cschwinne
|
587cf751d8
|
Fixed preset loading
|
2019-02-25 19:14:13 +01:00 |
|
cschwinne
|
600181ed07
|
Updated platformio.ini
|
2019-02-22 22:53:39 +01:00 |
|
cschwinne
|
f0e525d2e2
|
Added relative API calls
|
2019-02-22 22:53:33 +01:00 |
|
cschwinne
|
f86cdd8cde
|
Added /json/info page
|
2019-02-21 16:32:15 +01:00 |
|
cschwinne
|
4a4c537a0d
|
Reverted to default LEDPIN
|
2019-02-21 00:21:35 +01:00 |
|
cschwinne
|
1caaf04dfa
|
Various performance and reliability improvements
|
2019-02-20 23:44:34 +01:00 |
|
cschwinne
|
b422a80249
|
Fixed button-caused asyncserver unresponsiveness
Fixed RGBW power calculation
|
2019-02-20 15:18:04 +01:00 |
|
cschwinne
|
ba19e20833
|
Added Macro notification option
Removed realtime UI lock
|
2019-02-19 12:57:50 +01:00 |
|
cschwinne
|
c34ddb2bc3
|
Initial async hue client
|
2019-02-18 22:34:21 +01:00 |
|
cschwinne
|
aa315f8472
|
Switched from PubSubClient to AsyncMqttClient
|
2019-02-17 19:21:09 +01:00 |
|
cschwinne
|
2af6af2bf0
|
Added HTTP OTA update via ESPAsyncWebServer
|
2019-02-17 17:11:10 +01:00 |
|
cschwinne
|
5694ff7c97
|
Migrated to AsyncWebServer
|
2019-02-16 00:21:22 +01:00 |
|
cschwinne
|
76f1c689c1
|
Interim Async Update
|
2019-02-14 17:25:41 +01:00 |
|
cschwinne
|
a371239172
|
Fixed mobile UI effect list not loading
|
2019-02-12 14:50:19 +01:00 |
|
cschwinne
|
4fd904fbcc
|
Merge branch 'master' of https://github.com/Aircoookie/WLED.git
|
2019-02-12 11:05:00 +01:00 |
|
cschwinne
|
b73a257389
|
Fixed broadcast IP compilation issue
|
2019-02-12 11:03:54 +01:00 |
|
Aircoookie
|
9e70d6b3e1
|
Merge pull request #105 from Aircoookie/development
Release of v0.8.3
|
2019-02-11 23:53:53 +01:00 |
|
cschwinne
|
9caca37ab1
|
Release of v0.8.3
Removed initLedsLast
Improved Fireworks
|
2019-02-11 23:49:04 +01:00 |
|
cschwinne
|
6e76fc0aa7
|
Added JSON FX + palette lists
|
2019-02-10 23:05:06 +01:00 |
|
cschwinne
|
6171883758
|
Split up WS2812FX.cpp in FX and helper files
|
2019-02-09 16:37:20 +01:00 |
|
cschwinne
|
942b68c948
|
Added shields.io to readme
|
2019-02-09 15:41:55 +01:00 |
|
cschwinne
|
9ca7ffa5a3
|
Refactored white to col[3]
Added Saw effect
|
2019-02-05 21:53:39 +01:00 |
|
cschwinne
|
d1ce23c5ac
|
Unique mDNS name
Various optimizations
|
2019-02-05 19:40:24 +01:00 |
|
cschwinne
|
b7b6d0a6bc
|
Improved ripple effect
|
2019-02-02 23:59:48 +01:00 |
|
cschwinne
|
10c51eea2c
|
Added Ripple and revamped twinkle effects
|
2019-01-31 23:42:48 +01:00 |
|
cschwinne
|
48d20c02a1
|
Added timed macro weekday support
|
2019-01-31 00:09:44 +01:00 |
|
cschwinne
|
c5cc0b3f2b
|
Updated Mobile UI
Fixed Smooth Meteor stuck pixels
Added CORS response
Added secondary color to http API response
|
2019-01-18 01:20:36 +01:00 |
|
cschwinne
|
6ebef8846c
|
Merge branch 'development' of https://github.com/Aircoookie/WLED.git into development
|
2019-01-09 23:03:34 +01:00 |
|
cschwinne
|
5d1993935e
|
Added Alexa Color support
|
2019-01-09 22:55:18 +01:00 |
|
Aircoookie
|
caab8943cb
|
Merge pull request #90 from cboltz/cboltz-timezone-deps
Use time/time.h from local dependencies
|
2018-12-20 21:17:42 +01:00 |
|
Christian Boltz
|
f5c05b24fb
|
Use time/time.h from local dependencies
This fixes a compile issue, which can be
a) file not found or
b) (after installing the Time library) redefinition of a variable
|
2018-12-17 22:07:43 +01:00 |
|
Aircoookie
|
940a0d006d
|
Merge pull request #89 from definitio/master
Fix compiling on a case sensitive filesystems
|
2018-12-17 15:41:24 +01:00 |
|
definitio
|
8fe67a04d8
|
Fix compiling on a case sensitive file systems
|
2018-12-17 18:08:59 +04:00 |
|
cschwinne
|
bec745d095
|
Improved colortwinkles on longer strips
Added offMode
|
2018-12-16 20:38:00 +01:00 |
|
Aircoookie
|
223fd35138
|
Merge pull request #84 from Aircoookie/development
Updated platformio.ini for v0.8.2
|
2018-12-06 16:32:52 +01:00 |
|
cschwinne
|
d3fc0309c0
|
Updated platformio.ini for v0.8.2
|
2018-12-06 16:31:52 +01:00 |
|
Aircoookie
|
830223f6e2
|
Merge pull request #83 from Aircoookie/development
Fixed incorrect #defines for 0.8.2
|
2018-12-06 00:43:32 +01:00 |
|
cschwinne
|
eb53c52499
|
Fixed incorrect #defines for 0.8.2
|
2018-12-06 00:40:59 +01:00 |
|
Aircoookie
|
96c9e2b4d6
|
Merge pull request #82 from Aircoookie/development
Updated readme
|
2018-12-06 00:31:39 +01:00 |
|
cschwinne
|
c34b948bad
|
Updated readme
|
2018-12-06 00:30:38 +01:00 |
|
Aircoookie
|
9ac609f846
|
Release of v0.8.2 (merge)
Release of v0.8.2 (PR)
|
2018-12-06 00:30:05 +01:00 |
|
cschwinne
|
6aa47bfd1b
|
Release of v0.8.2
Improved settings page scaling on mobile devices
Added 2 new effects to web UIs
|
2018-12-06 00:27:36 +01:00 |
|
cschwinne
|
ff46e6ea86
|
Added Auto Brightness Limiter and power calculation
|
2018-12-04 00:58:06 +01:00 |
|