WLED/wled00
Damian Schneider 10b925acb7
bugfix in enumerating buttons and busses (#4657)
char value was changed from "55" to 'A' which is 65.
need to deduct 10 so the result is 'A' if index counter is 10.
2025-04-23 15:06:31 +02:00
..
data Merge pull request #4627 from blazoncek/overlay-fix 2025-04-20 11:05:35 +02:00
src
FX.cpp Removed PS memory manager and some minor improvements (#4651) 2025-04-20 11:38:32 +02:00
FX.h Updates to particle system (#4630) 2025-04-15 19:07:21 +02:00
FX_2Dfcn.cpp Address issues reported 2025-03-10 07:12:45 +01:00
FX_fcn.cpp Removed PS memory manager and some minor improvements (#4651) 2025-04-20 11:38:32 +02:00
FXparticleSystem.cpp Removed PS memory manager and some minor improvements (#4651) 2025-04-20 11:38:32 +02:00
FXparticleSystem.h Removed PS memory manager and some minor improvements (#4651) 2025-04-20 11:38:32 +02:00
NodeStruct.h
alexa.cpp
bus_manager.cpp
bus_manager.h
bus_wrapper.h
button.cpp
cfg.cpp Rename 'doSerializeConfig' to 'configNeedsWrite' 2025-03-23 15:16:52 -04:00
colors.cpp Address issues reported 2025-03-10 07:12:45 +01:00
const.h
dmx_input.cpp Rename 'doSerializeConfig' to 'configNeedsWrite' 2025-03-23 15:16:52 -04:00
dmx_input.h Add dmxInput.isConnected() 2025-03-11 22:31:19 +00:00
dmx_output.cpp
e131.cpp
fcn_declare.h Merge pull request #4609 from willmmiles/usermod-cfg-live 2025-04-06 09:28:45 +00:00
file.cpp
hue.cpp
image_loader.cpp
improv.cpp Separate FS write from serializeConfig 2025-03-23 15:15:52 -04:00
ir.cpp
ir_codes.h
json.cpp Have json/cfg return live config 2025-03-23 15:18:08 -04:00
led.cpp
lx_parser.cpp
mqtt.cpp
my_config_sample.h
net_debug.cpp
net_debug.h
network.cpp
ntp.cpp
overlay.cpp
palettes.h
pin_manager.cpp
pin_manager.h
playlist.cpp
presets.cpp Rename 'doSerializeConfig' to 'configNeedsWrite' 2025-03-23 15:16:52 -04:00
remote.cpp
set.cpp bugfix in enumerating buttons and busses (#4657) 2025-04-23 15:06:31 +02:00
udp.cpp
um_manager.cpp
usermod.cpp
util.cpp added ranges, removed unused code 2025-03-12 19:58:32 +01:00
wled.cpp Merge pull request #4609 from willmmiles/usermod-cfg-live 2025-04-06 09:28:45 +00:00
wled.h Merge pull request #4627 from blazoncek/overlay-fix 2025-04-20 11:05:35 +02:00
wled_eeprom.cpp
wled_ethernet.h
wled_main.cpp
wled_math.cpp
wled_serial.cpp
wled_server.cpp Rename 'doSerializeConfig' to 'configNeedsWrite' 2025-03-23 15:16:52 -04:00
ws.cpp
xml.cpp bugfix in enumerating buttons and busses (#4657) 2025-04-23 15:06:31 +02:00