WLED/wled00
Blaz Kristan 6ace46eece Merge branch 'master' into dev.
Few other modifications.

Conflicts:
	package.json
	platformio.ini
	wled00/FX.h
	wled00/FX_fcn.cpp
	wled00/bus_wrapper.h
	wled00/cfg.cpp
	wled00/data/index.css
	wled00/data/index.htm
	wled00/data/settings_leds.htm
	wled00/html_other.h
	wled00/html_settings.h
	wled00/html_ui.h
	wled00/json.cpp
	wled00/set.cpp
	wled00/wled.cpp
	wled00/wled.h
	wled00/wled_eeprom.cpp
	wled00/wled_server.cpp
	wled00/xml.cpp
2021-03-29 23:12:19 +02:00
..
__vm 1. Fix an Issue withtin the DMX Compiler Flags if you dont use it in wled00.ino 2020-03-22 11:38:29 +01:00
.vs/wled00/v15 Add Visual Studio Project Structure 2019-07-23 17:59:55 +02:00
data Merge branch 'master' into dev. 2021-03-29 23:12:19 +02:00
src/dependencies Framerate bug workaround 2021-03-23 03:10:24 +01:00
alexa.cpp 0.12.0 Beta 4 2021-03-29 02:28:34 +02:00
blynk.cpp Add fields for customization Blynk host (#1543) 2020-12-22 00:44:16 +01:00
bus_manager.h Merge branch 'master' into dev. 2021-03-29 23:12:19 +02:00
bus_wrapper.h Reverting HSPI use on ESP32. 2021-03-29 09:00:41 +02:00
button.cpp 1st attempt at 'blazoncek' 0.12 2021-02-24 20:23:32 +01:00
cfg.cpp Merge branch 'master' into dev. 2021-03-29 23:12:19 +02:00
colors.cpp 0.12.0 Beta 4 2021-03-29 02:28:34 +02:00
const.h Reducing JSON buffer size requirements. 2021-03-24 23:55:39 +01:00
dmx.cpp Added options for Auto Node discovery 2021-03-13 22:04:37 +01:00
e131.cpp Fix Warnings (#1744) 2021-02-27 00:20:31 +01:00
fcn_declare.h CRLF madness. :( 2021-03-25 20:00:08 +01:00
file.cpp New font. UI fixes. 2021-03-28 17:15:26 +02:00
FX_fcn.cpp Merge branch 'master' into dev. 2021-03-29 23:12:19 +02:00
FX.cpp Merge pull request #1804 from blazoncek/chunchun-fix 2021-03-19 00:05:21 +01:00
FX.h Merge branch 'master' into dev. 2021-03-29 23:12:19 +02:00
html_other.h Merge branch 'master' into dev. 2021-03-29 23:12:19 +02:00
html_settings.h Merge branch 'master' into dev. 2021-03-29 23:12:19 +02:00
html_ui.h Merge branch 'master' into dev. 2021-03-29 23:12:19 +02:00
hue.cpp Merge branch 'dev' of https://github.com/aircoookie/WLED into dev 2021-03-14 11:41:55 +01:00
ir_codes.h adds support for 9-key remote and intensity/speed repeat actions 2020-06-04 08:24:55 -04:00
ir.cpp Merge branch 'master' into dev. 2021-03-29 23:12:19 +02:00
json.cpp Merge branch 'master' into dev. 2021-03-29 23:12:19 +02:00
led.cpp 0.12.0 Beta 4 2021-03-29 02:28:34 +02:00
lx_parser.cpp Fix warnings misc fixes 2021-02-27 01:16:06 +01:00
mqtt.cpp Fix a few warnings 2021-01-16 21:40:04 +01:00
my_config_sample.h Streamline platformio.ini 2020-11-18 00:54:41 +01:00
NodeStruct.h Fix node type 2021-03-09 17:21:19 +01:00
ntp.cpp Fixed slow NTP respone for calculating sunrise. 2021-03-09 13:24:20 +01:00
overlay.cpp Code clean-up. 2021-03-04 11:17:17 +01:00
palettes.h Add Aurora Borealis effect (#1589) 2021-01-04 11:11:36 +01:00
pin_manager.cpp First light from busmanager! (still not usable though) 2021-01-16 00:50:43 +01:00
pin_manager.h First light from busmanager! (still not usable though) 2021-01-16 00:50:43 +01:00
playlist.cpp Cleanup 2021-03-13 22:46:08 +01:00
presets.cpp Reducing JSON buffer size requirements. 2021-03-24 23:55:39 +01:00
set.cpp Merge branch 'master' into dev. 2021-03-29 23:12:19 +02:00
tv_colors.h TV Simulator Effect (#1548) 2020-12-22 13:15:57 +01:00
udp.cpp Removed unnecessary vars. 2021-03-19 16:23:16 +01:00
um_manager.cpp Fix Warnings (#1744) 2021-02-27 00:20:31 +01:00
usermod_v2_empty.h Added v2 usermods API 2020-05-28 02:20:02 +02:00
usermod.cpp Lots of new effects! 2020-06-06 00:57:34 +02:00
usermods_list.cpp Animated Staircase Usermod (#1763) 2021-02-25 09:52:48 +01:00
wled00.ino Fixed RBG and BGR getPixelColor (#825) 2020-04-07 00:04:09 +02:00
wled00.vcxproj Fix DMX compilation 2020-04-10 12:30:08 +02:00
wled00.vcxproj.filters Fix DMX compilation 2020-04-10 12:30:08 +02:00
wled00.vcxproj.user Modify Structure to fix path issues 2019-07-23 18:51:26 +02:00
wled_eeprom.cpp Merge branch 'master' into dev. 2021-03-29 23:12:19 +02:00
wled_serial.cpp Remove toggleOnOff() and use setBrightness(). 2021-03-19 08:24:45 +01:00
wled_server.cpp New font. UI fixes. 2021-03-28 17:15:26 +02:00
wled.cpp Merge branch 'master' into dev. 2021-03-29 23:12:19 +02:00
wled.h Merge branch 'master' into dev. 2021-03-29 23:12:19 +02:00
ws.cpp Merge branch 'master' into dev. 2021-03-29 23:12:19 +02:00
xml.cpp Merge branch 'master' into dev. 2021-03-29 23:12:19 +02:00