Wled_Fan_Controller/wled00
2026-01-21 16:25:22 -08:00
..
data Fix for cfg exceeding LED limit (#4939) 2026-01-19 19:33:06 +01:00
src Un-vendor AsyncMqttClient 2025-09-03 23:05:20 -04:00
alexa.cpp Reduced code size by: 2024-10-02 20:14:25 +02:00
bus_manager.cpp Fix for cfg exceeding LED limit (#4939) 2026-01-19 19:33:06 +01:00
bus_manager.h Fix for cfg exceeding LED limit (#4939) 2026-01-19 19:33:06 +01:00
bus_wrapper.h Revert "Fix ESP8266 DMA off-by-one" 2025-12-01 21:43:45 -05:00
button.cpp remove EEPROM support (#5191) 2025-12-19 17:36:40 +01:00
cfg.cpp Fix for cfg exceeding LED limit (#4939) 2026-01-19 19:33:06 +01:00
colors.cpp Improvements & fixes for HUB75 (#5026) 2026-01-03 09:56:10 +01:00
colors.h speed optimisations, fix for restoreColorLossy, code cleanup (#4895) 2025-09-23 20:15:42 +02:00
const.h Palettes fix (#5263) 2026-01-03 10:07:04 +01: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 Improvements to deepsleep UM (#4456) 2026-01-10 11:28:07 +01:00
file.cpp Removed redundant check before closing the file handle 2026-01-05 19:26:39 +01: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 for cfg exceeding LED limit (#4939) 2026-01-19 19:33:06 +01:00
FX.cpp replace cos8 with cos8_t correcting an oversight 2026-01-03 15:45:44 +01:00
FX.h PacMan effect (#4891) 2025-12-14 12:36:51 +01:00
FXparticleSystem.cpp bugfix in particle collision binning 2025-12-27 09:37:09 +01:00
FXparticleSystem.h lots of tweaks, updated 1D rendering and collisions 2025-12-13 19:05:21 +01: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 whitespace cleanup 2023-01-06 09:24:29 +01:00
ir.cpp Segment layering & effect blending improvements 2025-04-22 22:37:18 +02:00
json.cpp Random colors via JSON API in Segment object like "col":["r","r","r"] #4996 (#5000) 2026-01-06 22:47:04 -05: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 Use constant for mDNS name to allow setting from my_config.h (#3145) 2023-05-31 17:35:43 +02:00
net_debug.cpp Bugfix. 2023-02-08 10:18:41 +01:00
net_debug.h Compile fix for net_debug 2023-02-04 23:59:28 +01:00
network.cpp Fixes ethernet initialisation of static IP settings. Also corrected some debug messages. 2026-01-02 18:25:46 +11:00
NodeStruct.h Size & speed optimisations 2024-07-11 21:22:58 +02:00
ntp.cpp Add support for Australian Western Time 2026-01-05 09:13:49 +08:00
ota_update.cpp allow different bootloader sizes for each MCU 2025-12-01 11:13:18 +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 deepsleep cleanup, use toki to check for valid time 2026-01-10 12:36:07 +01:00
playlist.cpp minor bugfixes as suggested by the rabbit 2025-12-29 12:56:06 +01:00
presets.cpp Address issues reported 2025-04-26 20:08:15 +02:00
remote.cpp fix button byte comment 2026-01-21 16:25:22 -08:00
set.cpp Bugfix: GPIO0 always gets assigned to a button (#5259) 2026-01-03 12:19:56 +01:00
udp.cpp fix FX checkmark sync (#5239) 2025-12-29 14:54:38 +01: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 revert change to extractModeName, add comment for clarification 2025-12-29 14:50:58 +01:00
wled_ethernet.h Ethernet modifications. 2021-08-27 19:48:55 +02:00
wled_main.cpp wled00 -> wled_main 2024-08-14 11:16:46 +02:00
wled_math.cpp replacement for fastled sqrt16() (#4426) 2025-01-20 05:51:04 +01:00
wled_metadata.cpp Revert "Add old version check to OTA update" (#5212) 2025-12-19 20:24:26 -05:00
wled_metadata.h Revert "Add old version check to OTA update" (#5212) 2025-12-19 20:24:26 -05:00
wled_serial.cpp making some parameters const, plus minor improvements 2025-01-19 07:35:46 +01:00
wled_server.cpp "WLEDPixelForge": new image & scrolling text interface (#4982) 2025-12-13 23:49:53 +01:00
wled.cpp Fix for cfg exceeding LED limit (#4939) 2026-01-19 19:33:06 +01:00
wled.h remove EEPROM support (#5191) 2025-12-19 17:36:40 +01:00
ws.cpp Display gaps in peek, fix segment overflow bug (#5105) 2025-12-14 10:26:38 +01:00
xml.cpp Fix for cfg exceeding LED limit (#4939) 2026-01-19 19:33:06 +01:00