WLED/wled00
cschwinne d039a40d7c Invert pull up config value, fixes #2996
Cronixie usermod format change fix
2023-01-03 17:15:55 +01:00
..
data 2d Mapping with Matrix Gaps (#2892) 2023-01-02 20:56:00 +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 Allow more virtual buses. 2022-12-31 17:06:18 +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 Invert pull up config value, fixes #2996 2023-01-03 17:15:55 +01:00
colors.cpp Fix for #2880 (stateChanged on segment on/off) 2022-11-13 12:13:49 +01:00
const.h Typo fix. 2022-12-31 18:58:52 +01:00
dmx.cpp Working DMX Libraries (#2652) 2022-05-05 02:28:09 +02:00
e131.cpp PROGMEM string optimisation. 2022-12-26 10:20:45 +01: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 2d Mapping with Matrix Gaps (#2892) 2023-01-02 20:56:00 +01:00
FX_fcn.cpp Allow more virtual buses. 2022-12-31 17:06:18 +01:00
FX.cpp added #MMDD view to the scrolling text effect 2022-12-31 03:30:26 +01:00
FX.h Compile fix for disabled 2D. 2023-01-02 21:24:02 +01:00
html_other.h build number, npm run build 2023-01-02 21:01:39 +01:00
html_settings.h build number, npm run build 2023-01-02 21:01:39 +01:00
html_simple.h 2d Mapping with Matrix Gaps (#2892) 2023-01-02 20:56:00 +01:00
html_ui.h build number, npm run build 2023-01-02 21:01:39 +01:00
hue.cpp Merge branch 'master' into dev 2021-09-12 01:00:54 +02:00
improv.cpp 0.14.0-b1 2022-12-23 04:38:30 +01: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 Bugfix & code optimisation. 2022-12-22 18:13:32 +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 Update Usermod Battery (#2975) 2022-12-28 22:40:13 +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 comments updated 2023-01-03 15:16:45 +01:00
udp.cpp Bugfix & code optimisation. 2022-12-22 18:13:32 +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 Battery, second try 2023-01-03 15:36:35 +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 Fixed typo when WLED_ENABLE_FS_EDITOR disabled 2022-12-18 12:37:05 -05:00
wled.cpp Allow more virtual buses. 2022-12-31 17:06:18 +01:00
wled.h build number, npm run build 2023-01-02 21:01:39 +01:00
ws.cpp Remove "strip" dependency in Segment class 2022-12-16 22:31:07 +01:00
xml.cpp comments updated 2023-01-03 15:16:45 +01:00