| .. |
|
data
|
add ctrl+s support to file editor, also add toast instead of alert
|
2025-11-17 20:56:49 +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
|
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 current bootloader reading out of the server ino ota
|
2025-11-09 11:41:51 +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 off-by-one bug, remove unnecessary 16384 restriction
|
2025-11-11 20:00:22 +01:00 |
|
FX.cpp
|
speed improvements to Aurora FX (#4926)
|
2025-11-16 21:20:14 +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
|
Add ESP32 bootloader upgrade functionality with JSON API support
|
2025-11-09 09:15:23 +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
|
Size & speed optimisations
|
2024-07-11 21:22:58 +02:00 |
|
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
|
fix for low heap situations on ESP8266
|
2025-11-16 12:59:35 +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
|
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
|
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
|
Privilege checks must run before bootloader init
|
2025-11-09 12:18:16 +00:00 |
|
wled.cpp
|
Fix OTA update for C3 from 0.15 (#5072)
|
2025-11-15 07:41:11 +01:00 |
|
wled.h
|
refactor current bootloader reading out of the server ino ota
|
2025-11-09 11:41:51 +00: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 |