Blaž Kristan
|
bddd22cfab
|
Merge branch 'master' into dev
|
2021-10-07 13:47:36 +02:00 |
|
cschwinne
|
cbb12e1b7c
|
Updated vid and changelog
|
2021-10-06 20:46:49 +02:00 |
|
Christian Schwinne
|
cc87ba4962
|
Merge pull request #2245 from Aircoookie/network-bus
Network bus/virtual WLED instances
|
2021-10-06 20:05:32 +02:00 |
|
Blaz Kristan
|
19310470b6
|
Nonsense fix.
|
2021-10-06 19:52:21 +02:00 |
|
Blaz Kristan
|
02fcccc8c7
|
Allow playlist as end preset in playlist.
Playlist chaining.
|
2021-10-06 19:12:30 +02:00 |
|
Blaz Kristan
|
fb2e556726
|
Allow playlist as end preset in playlist.
Playlist chaining.
|
2021-10-06 19:01:56 +02:00 |
|
Blaz Kristan
|
9f230ae339
|
RAM optimizations:
- changed int16_t to byte for currentPreset and currentPlaylist
- removed presetCycXxxxx variables
|
2021-10-06 18:43:12 +02:00 |
|
Blaz Kristan
|
3f0eb0a046
|
Code optimization, updated URL links.
|
2021-10-06 16:29:04 +02:00 |
|
cschwinne
|
7d6d9eddc4
|
Change virtual bus type range
|
2021-10-06 14:30:41 +02:00 |
|
Blaž Kristan
|
cf87da0ef3
|
Minor UI fixes.
|
2021-10-06 08:37:27 +02:00 |
|
Blaz Kristan
|
9c295d1884
|
Implemented temporary presets.
|
2021-10-04 20:22:04 +02:00 |
|
Blaz Kristan
|
8f1cee2e61
|
Fixed mem calculation.
|
2021-10-04 19:44:46 +02:00 |
|
Blaz Kristan
|
caa9cc32d7
|
Removed double buffer.
Moved bri scaling into UDP function.
Prevent double DDP port allocation.
|
2021-10-04 19:41:20 +02:00 |
|
Blaž Kristan
|
aef53a8753
|
Network bus changes:
- moved brightness scaling to broadcast fn
- removed double buffer
- fixed getPixelColor()
|
2021-10-04 13:44:44 +02:00 |
|
Phil Bolduc
|
8cc2ba4770
|
use classList add/remove instead of edit className with string functions
|
2021-10-03 15:41:50 -07:00 |
|
Blaž Kristan
|
b003ed3f03
|
PWM fan with temperature control usermod (#2246)
* PWM fan with temperature control usermod
* Fix for incorrect RPM reported.
|
2021-10-03 23:34:21 +02:00 |
|
cschwinne
|
330da137db
|
Fixed virtual getPixelColor() returning scaled values
|
2021-10-03 22:01:50 +02:00 |
|
cschwinne
|
9e5d45d0de
|
Optional custom start indices
|
2021-10-03 20:48:08 +02:00 |
|
Blaz Kristan
|
f40398bf42
|
Removed double function definition in index.js.
|
2021-10-03 20:05:32 +02:00 |
|
cschwinne
|
6ddcba8917
|
Change currentPreset to byte
JSON API still returns -1 for no preset
|
2021-10-03 13:53:37 +02:00 |
|
cschwinne
|
91598cbbbf
|
Remove Total LEDs field
|
2021-10-03 12:23:24 +02:00 |
|
Blaz Kristan
|
9d5b6eac55
|
PWM fan usermod.
|
2021-10-02 22:45:42 +02:00 |
|
Blaz Kristan
|
72c5de6eae
|
Minor optimization in Temperature UM.
|
2021-10-02 22:32:33 +02:00 |
|
Proto-molecule
|
05b532b9eb
|
Add new Usermod (#2244)
|
2021-10-02 20:19:12 +02:00 |
|
cschwinne
|
0b0d18f182
|
Fix preset variable
|
2021-10-02 20:10:52 +02:00 |
|
Blaz Kristan
|
1d833419aa
|
Merge branch 'master' into dev
|
2021-10-02 15:41:13 +02:00 |
|
Blaz Kristan
|
c1b0877956
|
Bus implementation.
Added separate DDP listener.
LED settings overhaul.
Minor fixes:
- reduced LED memory
- boot brightness fix
- reduced debug frequency
- added usermod time spent debug
- mDNS glitch fix
|
2021-10-02 15:07:02 +02:00 |
|
Blaz Kristan
|
46b66c76ef
|
Merge pbolduc/WLED/feature/upd-ddp-send into network-bus
|
2021-10-02 10:48:48 +02:00 |
|
Blaz Kristan
|
e17e2a636b
|
Added permanent DDP UDP listener.
|
2021-10-01 21:56:54 +02:00 |
|
cschwinne
|
17c20276a9
|
Make sbuff local
This should save 4 bytes per ESPAsyncE131 instance
|
2021-10-01 20:26:23 +02:00 |
|
Blaž Kristan
|
dc9dedf220
|
Fixed pin reservations. (#2214)
* Fixed pin reservations.
Added ethernet pin reservations.
Minor tweaks in usermods.
* Optional ADA compile (not default, free GPIO3 use)
* Move ethernet definitions
Remove pin 3 used check
Co-authored-by: cschwinne <dev.aircoookie@gmail.com>
|
2021-09-30 16:30:44 +02:00 |
|
Blaz Kristan
|
45e0cbdb25
|
Brightness change also needs colorUpdated()
|
2021-09-29 17:43:54 +02:00 |
|
Blaz Kristan
|
dc9d48850f
|
Added PIR sensor night time presets.
Added PIR sensor Disable/Enable button.
UI refinements.
Added colorUpdated() on HTTP API in IR JSON.
|
2021-09-28 23:27:40 +02:00 |
|
Scott Bailey
|
3a874bc8c7
|
Add colorUpdated call
|
2021-09-28 09:56:00 -07:00 |
|
cschwinne
|
8453cd82e9
|
Fixed DMXmap
|
2021-09-27 22:51:40 +02:00 |
|
Blaz Kristan
|
9092549f07
|
Fix for mamory requirement calculation.
- network bus using double buffer
|
2021-09-27 17:14:31 +02:00 |
|
Blaz Kristan
|
a94b5ba0c0
|
Merge branch 'master' into dev
|
2021-09-27 16:31:28 +02:00 |
|
Blaz Kristan
|
5d1efd84a4
|
Permanent double buffer.
|
2021-09-27 16:29:38 +02:00 |
|
cschwinne
|
f62e56b7ec
|
Merge branch 'master' of https://github.com/Aircoookie/WLED
|
2021-09-27 14:20:41 +02:00 |
|
cschwinne
|
2ac90bbb96
|
Fixed sunrise/set UTC offset
|
2021-09-27 14:20:21 +02:00 |
|
Blaž Kristan
|
f85f2d5d22
|
Merge pull request #2203 from protoplasma-mx/master
Updated links in files generated by cdata.js
|
2021-09-26 20:20:23 +02:00 |
|
Blaz Kristan
|
8af953e20d
|
Fix getPixelColor.
|
2021-09-26 20:01:04 +02:00 |
|
Blaz Kristan
|
66132a912a
|
Brightnes bugfix in BusNetwork class.
|
2021-09-26 19:51:40 +02:00 |
|
Blaz Kristan
|
a94269ceb9
|
Novosibirsk time-zone.
|
2021-09-26 17:21:32 +02:00 |
|
Blaz Kristan
|
b852cbdc80
|
Novosibirsk time-zone.
|
2021-09-26 17:12:13 +02:00 |
|
Blaz Kristan
|
350caee808
|
Revert platform update.
Minor code optimisation.
|
2021-09-26 12:13:18 +02:00 |
|
Blaž Kristan
|
51a4f61a8f
|
Add "on":true to playlist JSON
|
2021-09-24 12:20:20 +02:00 |
|
Blaž Kristan
|
7d05236514
|
Add "on":true to playlist JSON.
|
2021-09-24 12:15:03 +02:00 |
|
Blaz Kristan
|
006edacd55
|
Virtual WLED spanning multiple instances.
- added BusNetwork class to BusManager
- added DDP realtime data broadcast
Added SW= option to HTTP API.
Fixed z-index on nodes list.
|
2021-09-23 21:44:24 +02:00 |
|
Blaz Kristan
|
a9666a9f6e
|
Merge branch 'virtual-bus' into dev
|
2021-09-23 21:16:59 +02:00 |
|