Blaž Kristan
|
c8f1297adb
|
Fixed main/first selected segments in IR.
Code optimization.
|
2022-02-25 10:24:00 +01:00 |
|
Blaž Kristan
|
23d7c3d0fe
|
Merge branch 'master' into merge-master
|
2022-02-24 13:43:12 +01:00 |
|
Blaž Kristan
|
8af445e72b
|
Merge branch 'master' into merge-master
|
2022-02-22 10:42:00 +01:00 |
|
Blaz Kristan
|
2e84f82ed6
|
Fix for incorrect application of color in set.cpp
|
2022-02-21 19:44:12 +01:00 |
|
Blaz Kristan
|
41b6f3ffa7
|
Merge branch 'master' into merge-master
|
2022-02-20 22:24:11 +01:00 |
|
Blaz Kristan
|
d7dac57a07
|
Save a bit of RAM and flash.
|
2022-02-19 20:34:37 +01:00 |
|
Blaz Kristan
|
f8bc0bd2b5
|
Removed unnecessary if.
|
2022-02-18 19:23:55 +01:00 |
|
Blaz Kristan
|
7ebb184c8a
|
Clear JSON buffer.
|
2022-02-18 19:21:22 +01:00 |
|
Blaz Kristan
|
bd44205b4e
|
Allow saving preset from IR
|
2022-02-18 18:52:44 +01:00 |
|
Blaz Kristan
|
cf94cb1092
|
Allow saving preset from IR
Removed double clolorUpdated() call
|
2022-02-18 18:35:51 +01:00 |
|
Blaz Kristan
|
02d92e32c7
|
Parsing IR JSON cmd fix.
|
2022-02-18 17:01:34 +01:00 |
|
Blaz Kristan
|
68087cdea5
|
Parsing JSON cmd fix for IR
Latest NeoPixelBus lib.
|
2022-02-18 16:58:57 +01:00 |
|
Blaz Kristan
|
f8eece362f
|
Compile fix.
Adjusted function names.
|
2022-02-10 16:09:16 +01:00 |
|
Blaz Kristan
|
d4ea30e081
|
Merge branch 'master' into merge-master
|
2022-02-10 14:16:55 +01:00 |
|
Blaz Kristan
|
a5b19bbc83
|
Multiple changes:
- added segment capabilities utility
- removed colorFromUinXX functions
- rewritten IR color handling (changeColor())
|
2022-02-10 13:24:51 +01:00 |
|
Blaz Kristan
|
5988c2ac78
|
repeat actions cleanup & fix
|
2022-02-07 11:24:57 +01:00 |
|
Blaz Kristan
|
4eb0dbb5a4
|
repeat actions cleanup & fix
|
2022-02-07 11:13:12 +01:00 |
|
Proto-molecule
|
8c5b3fe23e
|
bugs, json remote repeat, cmd &R=
|
2022-02-06 19:00:03 -08:00 |
|
Blaz Kristan
|
e35ad7551b
|
Apply IR to main or selected segments.
Refactored IR code.
|
2022-02-07 00:40:45 +01:00 |
|
Blaz Kristan
|
6c943a7158
|
IR button & W color fix.
|
2022-02-06 13:15:35 +01:00 |
|
Blaz Kristan
|
2da14e5b2a
|
Merge branch 'master' into merge-master
|
2022-02-04 16:29:39 +01:00 |
|
cschwinne
|
97f8eea302
|
Refactored isRgbw to hasWhiteChannel()
|
2022-02-04 13:28:00 +01:00 |
|
Blaz Kristan
|
52f0ae9350
|
Merge branch 'master' into master-merge
Few UI fixes.
|
2022-02-03 17:40:44 +01:00 |
|
cschwinne
|
32286888e5
|
PinManager, cleanup and tmp2 out
|
2022-02-01 18:21:30 +01:00 |
|
Blaz Kristan
|
8386b9a0b4
|
Removed dynamic JSON buffer entirely.
Temporary presets in RAM (ESP32)
Async loading of presets (stability).
Other minor fixes.
Bumped version to 0.13.1-bl6
|
2022-01-01 12:52:50 +01:00 |
|
Blaz Kristan
|
eac5340b03
|
Merge branch 'configurable-fps' of https://github.com/aircoookie/WLED into dev
|
2021-12-26 11:59:22 +01:00 |
|
cschwinne
|
fb338c0728
|
Button preset call mode
(stops main segment values from being applied to all presets)
|
2021-12-11 23:44:21 +01:00 |
|
Blaz Kristan
|
156b499f93
|
Merge branch 'master' of https://github.com/aircoookie/WLED into dev
|
2021-12-07 17:18:38 +01:00 |
|
Christian Schwinne
|
66bad2b6f8
|
Single json buffer (#2336)
* Single/static JSON buffer for all requests.
* Missing json.cpp changes.
* Async fix.
* Added conditional compile (WLED_USE_DYNAMIC_JSON).
* Advanced locking with time-out.
* Missing releaseJSONBufferLock() on error response.
* Fix for config saving.
* Fixes and optimisations.
Dadded debugging information.
* Fix for ledmaps.
* No unsolicited serial sending if GPIO1 allocated
* Stray semicolons
* Fix JSON ledmap
Co-authored-by: Blaz Kristan <blaz@kristan-sp.si>
|
2021-12-04 01:05:01 +01:00 |
|
Blaz Kristan
|
47caa2c3a0
|
Missing releaseJSONBufferLock() in IR code
|
2021-11-21 09:33:54 +01:00 |
|
Blaz Kristan
|
312cbc86e9
|
Bugfix.
Debugging info added.
|
2021-11-14 16:56:34 +01:00 |
|
Blaz Kristan
|
85ded6e500
|
Advanced locking with time-out.
Bugfixes.
|
2021-11-12 23:33:10 +01:00 |
|
Blaz Kristan
|
f8da8f6929
|
Added conditional compile for dynamic JSON buffer.
- WLED_USE_DYNAMIC_JSON
Minor fixes.
|
2021-11-07 11:58:16 +01:00 |
|
Blaž Kristan
|
bd521f858e
|
Single JSON buffer.
|
2021-11-03 14:52:22 +01: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 |
|
Blaz Kristan
|
7463be862f
|
Merge branch 'master' into dev
|
2021-09-18 22:43:26 +02:00 |
|
cschwinne
|
bd23942893
|
Fixed IR JSON cmd string (closes #2187 )
|
2021-09-12 01:37:41 +02:00 |
|
cschwinne
|
f1e2439e66
|
Slight IR JSON simplefication
Check for missing file
No duplicate cmd object
|
2021-09-09 12:05:02 +02:00 |
|
Blaz Kristan
|
4e8c94fd2d
|
Fix for unknown IR codes in IR JSON.
Fix for T=2 not updating lights in IR JSON.
Correct handling of missing ir.json file.
|
2021-09-03 22:00:47 +02:00 |
|
Blaž Kristan
|
8f3fd37d47
|
Updated fallback random FX limit.
|
2021-09-03 10:10:47 +02:00 |
|
Scott Bailey
|
a839809eb8
|
change random mode choice on presetFallback
|
2021-09-03 00:14:07 -07:00 |
|
Scott Bailey
|
88ceba59cf
|
Fix error 12 issues
|
2021-09-02 22:56:49 -07:00 |
|
Blaz Kristan
|
4e28e2cb59
|
Merge branch 'master' into dev
|
2021-08-19 21:57:04 +02:00 |
|
cschwinne
|
91e758f66f
|
Fixed JSON IR remote not working with codes greater than 0xFFFFFF (fixes #2135)
|
2021-08-18 02:10:40 +02:00 |
|
Blaz Kristan
|
392df6ba72
|
Added missing ir.json error type.
Hopefully fix for WS virtual disconnects.
WS debugging info.
|
2021-07-25 22:44:26 +02:00 |
|
Blaz Kristan
|
b0cfcb1999
|
Merge branch 'master' into dev
|
2021-07-10 17:01:20 +02:00 |
|
cschwinne
|
a17f83cedd
|
Renamed NOTIFIER_CALL_MODE_ to CALL_MODE_
|
2021-07-09 18:54:28 +02:00 |
|
cschwinne
|
2c6850f6e4
|
Fixed presets using wrong call mode (e.g. causing buttons to send UDP under direct change type)
Increased hue buffer
|
2021-07-09 18:42:52 +02:00 |
|