WLED/wled00
Blaz Kristan 674481f0d1 Multiple fixes
- several compile warning fixes
- multipin LED compile config
- release info (update page, JSON "info")
- WiFi scan fix if no networks found
- UI glitch when no presets are found fix

With multipin LED config it is now possible to assign GPIO to PWM RGB outputs.
Achieved by having length of DATA_PINS be divisble by lengt of PIXEL_COUNTS.
2024-04-23 19:05:49 +02:00
..
data Multiple fixes 2024-04-23 19:05:49 +02:00
src Use web server ContentType symbols 2024-03-16 12:12:48 -04:00
FX.cpp Version bump B3 2024-04-13 18:25:25 +02:00
FX.h added improvements to color scaling and blurring 2024-04-15 21:20:45 +02:00
FX_2Dfcn.cpp Multiple fixes 2024-04-23 19:05:49 +02:00
FX_fcn.cpp Multiple fixes 2024-04-23 19:05:49 +02:00
NodeStruct.h Add ability to toggle devices from nodes view. 2023-07-13 22:21:15 +02:00
alexa.cpp Changes for allowing Alexa to change light color to White when auto-calculating from RGB (#3211) 2023-05-31 20:12:17 +02:00
bus_manager.cpp fix for #3884 2024-04-06 15:40:32 +02:00
bus_manager.h Multi-update 2024-03-24 17:37:11 +01:00
bus_wrapper.h Prefer I2S1 over RMT on ESP32 2024-03-30 11:02:28 +01:00
button.cpp Merge pull request #3798 from DedeHai/ESP32_S3_TouchFix 2024-04-07 22:24:32 +02:00
cfg.cpp Merge pull request #3798 from DedeHai/ESP32_S3_TouchFix 2024-04-07 22:24:32 +02:00
colors.cpp bugfix & code formatting, removed color_scale 2024-04-16 10:43:06 +02:00
const.h PICO & WROVER runtime support 2024-04-04 23:09:59 +02:00
dmx.cpp Multiupdate 2024-02-09 22:15:29 +01:00
e131.cpp DDP: Support sources that don't push 2024-03-18 19:49:26 -04:00
fcn_declare.h bugfix & code formatting, removed color_scale 2024-04-16 10:43:06 +02:00
file.cpp PSRAM fix & CCT IC 2024-03-28 16:03:06 +01:00
hue.cpp whitespace cleanup 2023-01-06 09:24:29 +01:00
improv.cpp Version bump B3 2024-04-13 18:25:25 +02:00
ir.cpp A few more PROGMEM optimisations 2024-03-01 14:36:07 +01:00
ir_codes.h whitespace cleanup 2023-01-06 09:24:29 +01:00
json.cpp Multiple fixes 2024-04-23 19:05:49 +02:00
led.cpp MQTT cleanup & reduction 2024-03-16 15:26:52 +01:00
lx_parser.cpp fixing a few implicit promotions to double 2023-09-09 20:48:17 +02:00
mqtt.cpp MQTT cleanup & reduction 2024-03-16 15:26:52 +01: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 Merge branch '0_15' into multiwifi 2024-02-01 16:49:55 +01:00
ntp.cpp Fix for #3827 2024-03-18 20:01:32 +01:00
overlay.cpp fix clock overlay display 2024-01-25 12:14:44 +01:00
palettes.h Update palettes.h 2023-05-02 21:52:39 +01:00
pin_manager.cpp removed detachinterrupt from pin manager, added it to set.cpp instead 2024-04-07 13:49:17 +02:00
pin_manager.h Merge branch '0_15' into main 2024-04-01 11:02:02 -04:00
playlist.cpp fileDoc removal (optimisation) 2024-03-26 17:18:52 +01:00
presets.cpp PSRAM fix & CCT IC 2024-03-28 16:03:06 +01:00
remote.cpp Fix for #3827 2024-03-18 20:01:32 +01:00
set.cpp Merge pull request #3798 from DedeHai/ESP32_S3_TouchFix 2024-04-07 22:24:32 +02:00
udp.cpp Reduce string RAM usage for ESP8266 debug builds 2024-02-17 11:33:42 +01:00
um_manager.cpp Merge branch 'main' into 0_15 2024-02-06 14:47:20 +01:00
usermod.cpp whitespace cleanup 2023-01-06 09:24:29 +01:00
usermod_v2_empty.h whitespace cleanup 2023-01-06 09:24:29 +01:00
usermods_list.cpp Merge branch '0_15' into main 2024-04-01 11:02:02 -04:00
util.cpp fileDoc removal (optimisation) 2024-03-26 17:18:52 +01:00
wled.cpp Extend JSON API info object 2024-04-05 19:26:09 +02:00
wled.h Multiple fixes 2024-04-23 19:05:49 +02:00
wled00.ino Fix DMX compilation 2020-04-10 12:30:08 +02:00
wled_eeprom.cpp Sqeeze every byte 2024-02-25 17:08:01 +01:00
wled_ethernet.h Add ESP32-ETHERNET-KIT-VE type 2022-03-20 22:12:18 +01:00
wled_math.cpp fixing a few implicit promotions to double 2023-09-09 20:48:17 +02:00
wled_serial.cpp JSON buffer lock error messages 2024-02-17 11:30:29 +01:00
wled_server.cpp wled_server: Remove local content type variables 2024-03-19 23:46:55 -04:00
ws.cpp fileDoc removal (optimisation) 2024-03-26 17:18:52 +01:00
xml.cpp Multiple fixes 2024-04-23 19:05:49 +02:00