Aircoookie
bf9360f374
Merge pull request #1217 from Landrash/master
...
Add shield for license in Readme.md
2020-10-02 08:58:32 +02:00
cschwinne
f66c28a1bc
Fix MQTT bootloop (no F() macro, #1199 )
2020-09-29 21:41:52 +02:00
Aircoookie
5d6e214e0e
Merge pull request #1213 from Aircoookie/ddp-protocol
...
DDP protocol
2020-09-29 01:18:05 +02:00
cschwinne
ee8596d175
DDP working
2020-09-29 01:13:29 +02:00
Landrash
3c900814be
Add shield for license
2020-09-29 00:08:12 +02:00
cschwinne
52df963be9
DDP Support
2020-09-28 16:29:01 +02:00
Aircoookie
8c513c2aad
Merge pull request #1208 from Phunkafizer/master
...
Added washing machine FX
2020-09-27 14:57:40 +02:00
cschwinne
1e3834dc3d
Move tristate_square8 to FX_fcn.cpp
2020-09-27 14:42:14 +02:00
cschwinne
386b10a004
Update CHANGELOG.md
2020-09-27 11:53:24 +02:00
Aircoookie
f697f3d7ad
Merge pull request #1209 from Aircoookie/merge-loxone
...
Merge loxone support
2020-09-27 11:49:08 +02:00
cschwinne
8d3ff16037
Add udpNotifier2 (JSON+HTTP, closes #1205 )
...
Added Loxone defines
Fix missing timezones (#1201 )
2020-09-27 11:43:28 +02:00
m0fa
b10ab358da
Loxone support added ( #1185 )
...
* A separate socket for UDP api has been added. This uses the same API as HTML. Commands for Loxone were added to the API.
* html files for udp api newly generated
* codm pixel controller board configurations added to platformio.ini file
* Parser for LX/LY commands adapted. Calculation of the values corrected. Segment handling for LX/LY removed.
* Lox parser moved to own file. Lox parser added to the JSON api. Within a segment LX and LY are now supported.
* serial port removed
* F() macro added
Co-authored-by: Marius Groos <marius.groos@codm.de>
2020-09-27 11:37:16 +02:00
S. Seegel
2cc6edd868
Added washing machine FX
2020-09-27 01:58:21 +02:00
Aircoookie
cac974b8e1
Merge pull request #1200 from Joeboyc2/patch-2
...
Add the ability to override R,G,B,WPIN values
2020-09-23 18:47:48 +02:00
Joeboyc2
2c02e27197
Add the ability to override R,G,B,WPIN values
...
Enable the ability to use the -D option in the platform_override.ini to set the pin numbers outside of the file
2020-09-23 16:49:55 +01:00
Aircoookie
85c0002a78
Merge pull request #1193 from Aircoookie/merge-fs2
...
Update FS branch
2020-09-22 08:34:23 +02:00
Aircoookie
bd65bf2175
Merge branch 'filesystem' into merge-fs2
2020-09-21 19:48:12 +02:00
cschwinne
d70332f2a2
Fixed LPD8806 compilation ( #971 )
2020-09-20 22:21:29 +02:00
cschwinne
35b54e2f88
Add CY=2 for cycle toggling ( closes #1174 )
2020-09-20 16:40:32 +02:00
Jake
a3e1af72ab
Add ESP32 touch sensors as button alternative ( #1190 )
...
* Add touch option to button handler
* Check if touch is pressed in setup
* Add TOUCHPIN build env and override example
Co-authored-by: Aircoookie <dev.aircoookie@gmail.com>
2020-09-20 16:12:46 +02:00
Peter
1313a44ba3
ESP8266: Allow auto modem sleep if power off and sleep permitted ( #1184 )
...
* Allow modem sleep if power off and sleep permitted
* Only add auto modem sleep handling for ESP8266
* Add comment and remove redundant condition
Co-authored-by: Aircoookie <cschwinne@gmail.com>
2020-09-20 16:00:24 +02:00
cschwinne
edbe8131ab
Reduce heap usage by 4kB
2020-09-20 01:18:31 +02:00
cschwinne
ff55a305cd
Merge branch 'master' of https://github.com/Aircoookie/WLED
2020-09-17 10:40:36 +02:00
cschwinne
10c22efbb5
Fixed 170th pixel dark in E1.31
2020-09-17 10:40:32 +02:00
Aircoookie
118bbfbcf7
Merge pull request #1186 from antoni-k/patch-1
...
Fix typo
2020-09-17 09:35:24 +02:00
NeariX67
e7709d8463
Upload TouchBrightnessControl Usermod for ESP32 ( #1183 )
...
* Upload Usermod
* Fix missing : public Usermod
* Increased default threshold, added touchPin #define
Co-authored-by: Aircoookie <cschwinne@gmail.com>
2020-09-16 21:21:26 +02:00
Antoni K
d70e421db3
Fix typo
...
Added an "l" to Compatible PC RGB...
2020-09-16 12:39:45 +08:00
Andreas Perhab
0028c3c640
enable sliders with a different max value ( #1156 )
...
* enable sliders with a different max value
* Only change in index.htm for now
Co-authored-by: cschwinne <dev.aircoookie@gmail.com>
2020-09-15 21:59:12 +02:00
cschwinne
2594cb23c4
Merge branch 'filesystem' of https://github.com/Aircoookie/WLED into filesystem
2020-09-15 21:28:51 +02:00
cschwinne
d975f6e23a
Update ArduinoJson to 6.16.1
...
Add fsinfo to JSON info
2020-09-15 21:28:43 +02:00
Aircoookie
5e46975c63
Merge pull request #1182 from Aircoookie/merge-200914
...
Merge master into filesystem
2020-09-14 17:00:10 +02:00
Aircoookie
16f41fc4b4
Merge branch 'filesystem' into merge-200914
2020-09-14 16:32:31 +02:00
cschwinne
1263f5e046
Presets work
2020-09-14 00:31:38 +02:00
cschwinne
96713ef383
LittleFS by default
2020-09-13 22:00:47 +02:00
Jeff Rescignano
26a8686a54
Firefox Custom Scrollbar ( #1163 )
...
* Firefox custom scrollbar
* Put Firefox scrollbar css in first body tag
Co-authored-by: cschwinne <dev.aircoookie@gmail.com>
2020-09-13 21:29:36 +02:00
Phil Bolduc
57421d2392
Async temperature usermod ( #1178 )
...
* Change Temperature usermod to use async reading to avoid blocking
* Fix comparison on wait time
* Add
* Simplify logic in the loop method
* Optimize calls to minimize latency, inform user how long till first measurement
* disable usermod if sensor not found
* Added debug statements on init, update readme
* fix spelling error of celsius
2020-09-13 19:26:27 +02:00
Jeff Rescignano
63d92381ee
New WLED logo on the welcome screen ( #1164 )
...
* Akemi on the welcome screen
* Move style element to CSS
* Use smaller Akemi image, improve margin, rounded buttons
* New WLED logo on welcome page
Co-authored-by: cschwinne <dev.aircoookie@gmail.com>
2020-09-12 21:16:31 +02:00
cschwinne
2716f4cbe9
Fixed passwords not clearable
2020-09-10 11:01:05 +02:00
cschwinne
6ef4582ebd
Fix write with string
2020-09-09 10:21:56 +02:00
cschwinne
649ebb8a4e
Add previously unsaved changes
2020-09-09 09:54:58 +02:00
cschwinne
b1acf6088f
Presets in FS function
2020-09-09 09:51:04 +02:00
Aircoookie
78f5d80c5b
Merge @WoodyLetsCode Open releases in new tab ( #1152 )
...
* New Segments are now initialized with default speed and intensity
* Open releases in new tab (#1152 )
* open releases in new tab
* Revert "open releases in new tab"
This reverts commit 6e3940c8eb
.
* open releases in new tab
Co-authored-by: Woody <>
Co-authored-by: Woody <27882680+WoodyLetsCode@users.noreply.github.com>
2020-09-07 21:17:29 +02:00
Woody
5896b1eb71
Open releases in new tab ( #1152 )
...
* open releases in new tab
* Revert "open releases in new tab"
This reverts commit 6e3940c8eb
.
* open releases in new tab
Co-authored-by: Woody <>
2020-09-07 21:04:21 +02:00
Aircoookie
559891ac43
New Segments are now initialized with default speed and intensity ( #1158 )
2020-09-07 21:02:02 +02:00
cschwinne
1fbe1d1855
New Segments are now initialized with default speed and intensity
2020-09-07 21:01:10 +02:00
cschwinne
71473fd5c4
Saving progress
2020-09-07 20:39:12 +02:00
Aircoookie
c7beacf3b9
Merge pull request #1139 from Aircoookie/master-to-fs
...
Merge master to filesystem branch
2020-09-03 21:08:14 +02:00
Aircoookie
3dc55ff8b5
Update platformio.ini
2020-09-03 17:36:14 +02:00
Aircoookie
b6789e0011
Merge branch 'filesystem' into master-to-fs
2020-09-03 15:02:17 +02:00
cschwinne
2f2bebe506
Fixed bootloop if mDNS is used on builds without OTA support
2020-09-03 14:04:33 +02:00