Wled_Fan_Controller/wled00
2025-11-27 13:43:24 +00:00
..
data Reformat to tabs 2025-11-27 13:43:24 +00:00
src Un-vendor AsyncMqttClient 2025-09-03 23:05:20 -04:00
alexa.cpp
bus_manager.cpp speed optimisations, fix for restoreColorLossy, code cleanup (#4895) 2025-09-23 20:15:42 +02:00
bus_manager.h speed optimisations, fix for restoreColorLossy, code cleanup (#4895) 2025-09-23 20:15:42 +02:00
bus_wrapper.h Fix LED buffer size calculation (#4928) 2025-09-21 22:48:09 +02:00
button.cpp Compilation fixes 2025-04-23 18:38:34 +02:00
cfg.cpp adding function to check if a backup exists 2025-11-08 19:03:17 +00:00
colors.cpp fix low brightness gradient "jumpyness" 2025-11-08 19:03:17 +00:00
colors.h speed optimisations, fix for restoreColorLossy, code cleanup (#4895) 2025-09-23 20:15:42 +02:00
const.h speed optimisations, fix for restoreColorLossy, code cleanup (#4895) 2025-09-23 20:15:42 +02:00
dmx_input.cpp Implement OTA release compatibility checking system 2025-10-06 21:50:23 -04:00
dmx_input.h Add dmxInput.isConnected() 2025-03-11 22:31:19 +00:00
dmx_output.cpp Revert "Rename WLED_ENABLE_DMX to WLED_ENABLE_DMX_OUTPUT" 2025-01-16 12:19:25 +00:00
e131.cpp Merge pull request #4998 from willmmiles/fix-4929-sq 2025-11-08 17:41:42 -05:00
fcn_declare.h refactor to use a common sha1 function 2025-11-18 05:53:12 +00:00
file.cpp adding function to check if a backup exists 2025-11-08 19:03:17 +00:00
FX_2Dfcn.cpp fix timing issue when changing 1D <-> 2D credits to @blazoncek 2025-10-24 19:30:28 +02:00
FX_fcn.cpp Fix debug message for servicing wait 2025-11-18 23:05:03 +01:00
FX.cpp refined PS replacement ifdefs (#5103) 2025-11-26 22:25:10 +01:00
FX.h Bugfix for gif playback and segment destruction, bugfix in copy FX 2025-10-02 20:06:01 +02:00
FXparticleSystem.cpp speed optimisations, fix for restoreColorLossy, code cleanup (#4895) 2025-09-23 20:15:42 +02:00
FXparticleSystem.h using segment buffer instead of local buffer for PS (#4776) 2025-07-22 22:26:13 +02:00
hue.cpp Cherry-pick fix 2025-02-19 12:27:10 +01:00
image_loader.cpp image loader: allow graceful takeover after error 2025-11-17 14:45:07 +01:00
improv.cpp Separate FS write from serializeConfig 2025-03-23 15:15:52 -04:00
ir_codes.h
ir.cpp Segment layering & effect blending improvements 2025-04-22 22:37:18 +02:00
json.cpp refactor to use a common sha1 function 2025-11-18 05:53:12 +00:00
led.cpp use video scaling instead of NPB luminance & new ABL (#4798) 2025-08-29 17:12:10 +02:00
lx_parser.cpp align some function declariations with their implementation 2025-01-19 07:35:46 +01:00
mqtt.cpp Revert status message change 2025-07-16 11:18:04 +02:00
my_config_sample.h
net_debug.cpp
net_debug.h
network.cpp Delete the same define 2025-09-01 11:05:31 +08:00
NodeStruct.h
ntp.cpp making some parameters const, plus minor improvements 2025-01-19 07:35:46 +01:00
ota_update.cpp Fix OTA update for C3 from 0.15 (#5072) 2025-11-15 07:41:11 +01:00
ota_update.h Fix OTA update for C3 from 0.15 (#5072) 2025-11-15 07:41:11 +01:00
overlay.cpp Segment layering & effect blending improvements 2025-04-22 22:37:18 +02:00
palettes.cpp "unrestricted" number of custom palettes (#4932) 2025-09-22 20:09:54 +02:00
pin_manager.cpp PICO-V3 detection 2025-07-06 16:22:44 +01:00
pin_manager.h Remove duplicate (de)allocateMultiplePins 2025-07-06 16:22:44 +01:00
playlist.cpp Manual advance playlist 2025-02-19 11:34:29 +01:00
presets.cpp Address issues reported 2025-04-26 20:08:15 +02:00
remote.cpp add support for up to 10 ESPNow remotes (#4654) 2025-05-19 20:34:27 +02:00
set.cpp Merge pull request #5023 from DedeHai/matrix_save_fix 2025-11-09 08:13:22 +00:00
udp.cpp Merge pull request #4859 from Liliputech/udp_name_sync_rework 2025-09-04 22:29:21 -04:00
um_manager.cpp Apply suggestions from code review 2025-08-21 08:53:11 +01:00
usermod.cpp update links to point to the new repo 2025-02-15 20:07:41 +01:00
util.cpp update for S3 buildenvs, and support for 32MB Flash 2025-11-22 20:35:53 +01:00
wled_eeprom.cpp Merge branch 'main' into HUB75-AC 2025-06-16 20:03:34 +01:00
wled_ethernet.h
wled_main.cpp
wled_math.cpp replacement for fastled sqrt16() (#4426) 2025-01-20 05:51:04 +01:00
wled_metadata.cpp Fix metadata includes 2025-10-25 09:57:18 -04:00
wled_metadata.h Process metadata only in metadata.cpp 2025-10-06 21:52:16 -04:00
wled_serial.cpp making some parameters const, plus minor improvements 2025-01-19 07:35:46 +01:00
wled_server.cpp adding legacy support for "edit?list=/" command, fix indentation (#5092) 2025-11-26 22:23:37 +01:00
wled.cpp Fix OTA update for C3 from 0.15 (#5072) 2025-11-15 07:41:11 +01:00
wled.h update default AP channel to 6, possible fix for "AP does not show" (#5115) 2025-11-26 21:22:22 +01:00
ws.cpp Adding DDP over WS, moving duplicate WS-connection to common.js (#4997) 2025-11-08 19:03:17 +00:00
xml.cpp Implement OTA release compatibility checking system 2025-10-06 21:50:23 -04:00