.. |
data
|
Fix all segments checkbox
|
2022-12-16 23:20:49 +01:00 |
src
|
fixing CI build. really now.
|
2022-12-10 19:00:48 +01:00 |
alexa.cpp
|
Feature/nine additional alexa devices for presets (#2787)
|
2022-10-25 23:42:26 +02:00 |
blynk.cpp
|
Merge branch 'master' into merge-master
|
2022-02-20 22:24:11 +01:00 |
bus_manager.h
|
Remove flush() in bus manager.
|
2022-11-11 18:42:00 +01:00 |
bus_wrapper.h
|
Merge branch 'dev' of https://github.com/blazoncek/WLED into async-psave
|
2022-10-13 17:22:51 +02:00 |
button.cpp
|
Add define to set data pins to HIGH when relay is off (#2478)
|
2022-10-21 03:16:31 +02:00 |
cfg.cpp
|
minor cleanup
|
2022-12-10 19:23:00 +01:00 |
colors.cpp
|
Fix for #2880 (stateChanged on segment on/off)
|
2022-11-13 12:13:49 +01:00 |
const.h
|
Carifications and implicit HW_PIN... definition
|
2022-12-18 11:33:13 +01:00 |
dmx.cpp
|
Working DMX Libraries (#2652)
|
2022-05-05 02:28:09 +02:00 |
e131.cpp
|
DMX improvements (merge #2619) (#2794)
|
2022-09-23 01:02:49 +02:00 |
fcn_declare.h
|
Missing presets.json on factory reset bugfix.
|
2022-11-16 20:55:21 +01:00 |
file.cpp
|
Merge branch 'master' into dev
|
2022-01-25 17:53:22 +01:00 |
FX_2Dfcn.cpp
|
Remove "strip" dependency in Segment class
|
2022-12-16 22:31:07 +01:00 |
FX_fcn.cpp
|
Hex string custom palette option
|
2022-12-18 21:02:19 +01:00 |
FX.cpp
|
UM settings page update.
|
2022-12-11 10:43:16 +01:00 |
FX.h
|
Remove "strip" dependency in Segment class
|
2022-12-16 22:31:07 +01:00 |
html_other.h
|
Missing presets.json on factory reset bugfix.
|
2022-11-16 20:55:21 +01:00 |
html_settings.h
|
No simple UI detection.
|
2022-12-13 22:25:12 +01:00 |
html_simple.h
|
Missing presets.json on factory reset bugfix.
|
2022-11-16 20:55:21 +01:00 |
html_ui.h
|
Fix all segments checkbox
|
2022-12-16 23:20:49 +01:00 |
hue.cpp
|
Merge branch 'master' into dev
|
2021-09-12 01:00:54 +02:00 |
improv.cpp
|
Release of WLED v0.13.3
|
2022-08-23 01:26:18 +02:00 |
ir_codes.h
|
IR rewrite. (#2561)
|
2022-02-26 01:37:09 +01:00 |
ir.cpp
|
Select custom palette bugfix.
|
2022-11-25 17:33:29 +01:00 |
json.cpp
|
Remove "strip" dependency in Segment class
|
2022-12-16 22:31:07 +01:00 |
led.cpp
|
Disable register keyword to reduce compiler warnings
|
2022-12-03 20:55:17 +01:00 |
lx_parser.cpp
|
Loxone bugfix.
|
2022-12-18 11:07:32 +01:00 |
mqtt.cpp
|
Implemented usermod for integration with smartnest.cz (#2800)
|
2022-10-20 01:07:32 +02:00 |
my_config_sample.h
|
Binary Websockets for Peek (#2516)
|
2022-02-01 12:02:04 +01:00 |
net_debug.cpp
|
Revert NetworkDebugPrinter changes.
|
2022-11-11 18:17:12 +01:00 |
net_debug.h
|
Revert NetworkDebugPrinter changes.
|
2022-11-11 18:17:12 +01:00 |
network.cpp
|
Bugfix for color transitioning.
|
2022-11-09 20:09:01 +01:00 |
NodeStruct.h
|
Minor adjustment in UDP segment options sync.
|
2022-11-02 14:56:50 +01:00 |
ntp.cpp
|
Add PKT timezone (see PR #2840)
|
2022-10-19 11:11:25 +02:00 |
overlay.cpp
|
Replaced native Cronixie support with usermod
|
2022-03-06 23:47:36 +01:00 |
palettes.h
|
Refactoring WS2812FX class.
|
2022-07-06 13:13:54 +02:00 |
pin_manager.cpp
|
pinmanager robustness improvement
|
2022-12-05 17:04:54 +01:00 |
pin_manager.h
|
pinmanager robustness improvement
|
2022-12-05 17:04:54 +01:00 |
playlist.cpp
|
Another string optimisation.
|
2022-10-09 13:39:17 +02:00 |
presets.cpp
|
Use "pd" JSON API call for direct preset apply (#2946)
|
2022-12-13 14:27:44 +01:00 |
set.cpp
|
don't complain about button pin = -1
|
2022-12-10 21:03:58 +01:00 |
udp.cpp
|
Select custom palette bugfix.
|
2022-11-25 17:33:29 +01:00 |
um_manager.cpp
|
Prevent I2S use for LEDs w/ Audioreactive on ESP32
|
2022-07-22 08:59:04 +02:00 |
usermod_v2_empty.h
|
Added v2 usermods API
|
2020-05-28 02:20:02 +02:00 |
usermod.cpp
|
Lots of new effects!
|
2020-06-06 00:57:34 +02:00 |
usermods_list.cpp
|
BobLight protocol (#2917)
|
2022-12-08 19:41:50 +01:00 |
util.cpp
|
Merge branch 'async-psave' into dev
|
2022-10-13 14:25:01 +02:00 |
wled00.ino
|
Fix DMX compilation
|
2020-04-10 12:30:08 +02:00 |
wled00.vcxproj
|
Merge branch 'netdebug' of https://github.com/visigoth/WLED into net_debug
|
2022-11-06 10:58:19 +01:00 |
wled00.vcxproj.filters
|
Fix DMX compilation
|
2020-04-10 12:30:08 +02:00 |
wled00.vcxproj.user
|
Modify Structure to fix path issues
|
2019-07-23 18:51:26 +02:00 |
wled_eeprom.cpp
|
Save config.json with default values on initial boot (#2854)
|
2022-10-25 17:11:31 +02:00 |
wled_ethernet.h
|
Add ESP32-ETHERNET-KIT-VE type
|
2022-03-20 22:12:18 +01:00 |
wled_math.cpp
|
Merge branch 'master' into master-merge
|
2022-03-19 21:05:28 +01:00 |
wled_serial.cpp
|
Update wled_serial.cpp (#2667)
|
2022-09-26 10:08:31 +02:00 |
wled_server.cpp
|
No F() and numeric comparison
|
2022-10-24 19:12:27 +02:00 |
wled.cpp
|
improvements for new MCU support (-S3/-S2/-C3)
|
2022-12-10 19:16:02 +01:00 |
wled.h
|
Merge pull request #2955 from ezcGman/i2c-build-flags
|
2022-12-18 12:33:33 +01:00 |
ws.cpp
|
Remove "strip" dependency in Segment class
|
2022-12-16 22:31:07 +01:00 |
xml.cpp
|
No simple UI detection.
|
2022-12-13 22:25:12 +01:00 |