Blaz Kristan
f8bc0bd2b5
Removed unnecessary if.
2022-02-18 19:23:55 +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
Blaž Kristan
7f92607b85
Added WS reconnect on error toast.
2022-02-17 12:51:37 +01:00
Blaž Kristan
3be4b69b44
WS reconnect logic & WS memory leak protection
2022-02-17 12:45:50 +01:00
Tom D'Roza
bb9afcb304
Added: CSS hover effect on buttons within modal dialogs, e.g. Info, Nodes ( #2545 )
...
* Added: CSS hover effect on buttons within modal dialogs, e.g. Info,
Nodes
* Update index.css
Co-authored-by: Tom D'Roza <Tom.D'Roza>
Co-authored-by: Christian Schwinne <cschwinne@gmail.com>
2022-02-17 00:38:47 +01:00
cschwinne
e9a05890a5
Return to core 2.7.4 for higher stability
2022-02-17 00:17:00 +01:00
cschwinne
613809c2af
Do not turn rpt segments off
2022-02-16 23:54:14 +01:00
cschwinne
7b969bb8c2
Various state changed logic simplifications
...
Changed main segment, must be selected
2022-02-16 21:12:33 +01:00
cschwinne
7aef551292
Segment bounds sync option
2022-02-16 14:55:35 +01:00
cschwinne
447b811fa0
Remove build flag leading to wdt reset on some boards
2022-02-14 18:49:13 +01:00
dependabot[bot]
435040814d
Bump ajv from 6.12.2 to 6.12.6 ( #2543 )
...
Bumps [ajv](https://github.com/ajv-validator/ajv ) from 6.12.2 to 6.12.6.
- [Release notes](https://github.com/ajv-validator/ajv/releases )
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.2...v6.12.6 )
---
updated-dependencies:
- dependency-name: ajv
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-14 15:35:13 +01:00
Blaž Kristan
9987416a4a
Allow float array values in usermod config.
2022-02-14 12:19:33 +01:00
Blaž Kristan
31e33e0a8b
Fix for creating segments if config set to length.
2022-02-14 08:15:35 +01:00
cschwinne
b211d8b085
Fix SSDR usermod if SN_Photoresistor mod is not included
2022-02-10 19:48:13 +01:00
Blaž Kristan
83416ee2e0
Merge pull request #2530 from Proto-molecule/patch-api
...
bugs, json remote repeat, cmd &R=
2022-02-10 14:06:34 +01:00
Blaz Kristan
fa981a389f
Add transitions to other segments.
2022-02-10 13:59:59 +01:00
Blaz Kristan
55817f31f9
Merge branch 'master' into patch-api
2022-02-10 13:48:48 +01:00
Blaž Kristan
6d2ef4e0bf
Merge pull request #2539 from dylan09/multirelay-discovery
...
Fixed buffer overflow in HA autodiscovery. #2538
2022-02-10 00:33:16 +01:00
ulrich
4d714cf9a4
Fixed buffer overflow in HA autodiscovery. #2538
2022-02-09 23:08:42 +01:00
cschwinne
930ded6767
Fix touch pin
2022-02-09 19:59:17 +01:00
Blaz Kristan
4cdb18907f
Fix for Four Line Display usermod.
2022-02-09 19:27:52 +01:00
Henry Gabryjelski
38bc618ee5
Float and better 3rd party library compatibility ( #2534 )
...
* define as float (not double)
* Avoid #define of 1 or 2 char symbols
Having this file define 'A' and 'C' pollutes
the global namespace, and causes conflicts
with other libraries that also pollute the
global namespace with short #defines.
It's easier to fix this header.
* unused variable warning
2022-02-09 09:46:54 +01:00
Christian Schwinne
00b0193a43
Fix re-init segment data leak ( fixes #2535 ) ( #2536 )
2022-02-09 08:43:35 +01:00
bole5
f9bce54104
Change Default Relay Pin to -1 ( #2531 )
2022-02-08 00:15:24 +01:00
bole5
7ee14724fc
Improve Pin Manager Debugging ( #2532 )
2022-02-08 00:03:20 +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
cschwinne
97f8eea302
Refactored isRgbw to hasWhiteChannel()
2022-02-04 13:28:00 +01:00
cschwinne
04d5932252
Un-F()-ed some strings
...
(that were either occuring at least 4 times, or were F()-ed in some places and not in others)
2022-02-04 10:10:37 +01:00
cschwinne
b33c5798ee
Changelog update
2022-02-03 23:37:30 +01:00
Blaz Kristan
6180c2f948
Fix for overallocated LiveView buffer.
2022-02-03 20:21:09 +01:00
Christian Schwinne
795c515999
Merge pull request #2517 from ChuckMash/serial+
...
Extend Serial functions. Baudrate changeable during runtime and fast LED data retrieval
2022-02-01 20:07:30 +01:00
cschwinne
00dbdc2267
Baud rate setting
2022-02-01 20:02:46 +01:00
cschwinne
32286888e5
PinManager, cleanup and tmp2 out
2022-02-01 18:21:30 +01:00
Christian Schwinne
565d8d8f04
Binary Websockets for Peek ( #2516 )
...
* Binary Websockets for Peek
* No IRAM_ATTR here
* Use builtin LittleFS for all ESP32 builds
* Attempt LittleFS compilation fix
* Use tasmota zip for all ESP32 builds
* Revert to Arduino Core 1 for the time being
2022-02-01 12:02:04 +01:00
Blaž Kristan
0a5a0bef48
Enhanced usermods. ( #2522 )
2022-02-01 09:33:57 +01:00
Blaz Kristan
6e0e5c102e
Added extractModeName() utility function.
2022-01-31 20:43:35 +01:00
Blaz Kristan
be8a9ae73b
setPixelSegment() optimization
2022-01-31 17:56:21 +01:00
ChuckMash
22fbb0e35b
Update wled_serial.cpp
...
Adds serial functionality
Can now change baud rate during runtime to be faster
Retrieve LED strip data as JSON blob
Retrieve LED strip data as BYTES (fast!)
2022-01-28 23:35:40 -08:00
Blaž Kristan
e17203ca1b
Fix for expand timed presets.
2022-01-28 13:51:52 +01:00
Blaz Kristan
3170fa2208
Playlist bugfix.
2022-01-27 21:00:43 +01:00
Blaz Kristan
07216db864
Merge branch 'master' of https://github.com/aircoookie/WLED
2022-01-27 19:26:56 +01:00
Blaz Kristan
fec870f264
Fix for default action not triggering colorUpdated
2022-01-27 19:26:53 +01:00
cschwinne
2c5eba335f
Added white channel to Peek ( closes #1716 )
2022-01-26 13:26:57 +01:00
Mike Ryan
fb19f1ecbc
Allow overriding of color order by LED pixel range. ( #2463 )
...
* Overridable color order
- Use `ColorOrderMap` to hold optional color order overrides for ranges
of LEDs.
- Serialization of config to/from filesystem is complete.
- Back-end configuration is complete.
- TODO: front-end changes to the LED settings page.
* Add Color order override settings
- Adds color order override section to settings page.
* PR Feedback
- Limit max number of color order overrides to 5 on ESP8266
- Only append color overrides if they were provided in the POST of LED
settings.
2022-01-26 00:42:04 +01:00
Blaž Kristan
e879fe5843
Remove obsolete usermods. ( #2510 )
2022-01-25 16:42:35 +01:00
Blaž Kristan
0ca7699fe5
Merge pull request #2427 from Aircoookie/sync-seg
...
Sync segment options.
2022-01-25 12:54:24 +01:00
Blaž Kristan
7f6adfa331
Converted indentation tabs to spaces.
2022-01-25 12:47:14 +01:00
cschwinne
5f0b102671
Send segment ID, start, stop, and cct
2022-01-24 18:31:05 +01:00