..
data
Playlist creation bugfix (preset 0 selected).
2022-11-30 19:34:32 +01:00
src
Feature/nine additional alexa devices for presets ( #2787 )
2022-10-25 23:42:26 +02: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
Allow disable internal pull-up resistors.
2022-11-26 23:56:55 +01:00
colors.cpp
Fix for #2880 (stateChanged on segment on/off)
2022-11-13 12:13:49 +01:00
const.h
PWM outputs usermod ( #2912 )
2022-11-30 09:15:07 +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
Allow matrix bigger than LED count (missing panels)
2022-11-23 16:54:32 +01:00
FX_fcn.cpp
Select custom palette bugfix.
2022-11-25 17:33:29 +01:00
FX.cpp
FX data optimization ( #2908 )
2022-11-26 21:31:45 +01:00
FX.h
Select custom palette bugfix.
2022-11-25 17:33:29 +01:00
html_other.h
Missing presets.json on factory reset bugfix.
2022-11-16 20:55:21 +01:00
html_settings.h
Allow disable internal pull-up resistors.
2022-11-26 23:56:55 +01:00
html_simple.h
Missing presets.json on factory reset bugfix.
2022-11-16 20:55:21 +01:00
html_ui.h
Playlist creation bugfix (preset 0 selected).
2022-11-30 19:34:32 +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
Select custom palette bugfix.
2022-11-25 17:33:29 +01:00
led.cpp
Preset loading tuning.
2022-09-09 17:21:13 +02:00
lx_parser.cpp
Segment API
2022-07-10 22:23:25 +02: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::isPinOk() rewrite
2022-09-24 12:25:06 +02:00
pin_manager.h
pinmanager bugfix for -S2/-S3
2022-12-02 20:08:11 +01:00
playlist.cpp
Another string optimisation.
2022-10-09 13:39:17 +02:00
presets.cpp
Increase QL buffer to allow unicode characters
2022-11-26 03:57:17 +01:00
set.cpp
Allow disable internal pull-up resistors.
2022-11-26 23:56:55 +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
PWM outputs usermod ( #2912 )
2022-11-30 09:15:07 +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
Broadcast presence on WiFi (re)connect immediately
2022-11-20 18:12:01 +01:00
wled.h
Playlist creation bugfix (preset 0 selected).
2022-11-30 19:34:32 +01:00
ws.cpp
Remove sync preset loading (ugly core check)
2022-09-20 21:17:44 +02:00
xml.cpp
Allow disable internal pull-up resistors.
2022-11-26 23:56:55 +01:00