coderabbitai[bot] 
							
						 
					 
					
						
						
							
						
						2703f04a0d 
					 
					
						
						
							
							📝  Add docstrings to main  
						
						 
						
						... 
						
						
						
						Docstrings generation was requested by @AlexeyMal.
* https://github.com/wled/WLED/pull/5000#issuecomment-3418606053 
The following files were modified:
* `wled00/json.cpp` 
						
						
					 
					
						2025-10-18 15:54:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Benjam Welker 
							
						 
					 
					
						
						
							
						
						ca5debef32 
					 
					
						
						
							
							Fix blank area issue with Twinkle ( #5005 )  
						
						 
						
						... 
						
						
						
						* Fix blank area issue with Twinkle 
						
						
					 
					
						2025-10-17 07:31:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						3bc728e068 
					 
					
						
						
							
							fix low brightness gradient "jumpyness"  
						
						 
						
						... 
						
						
						
						during testing at low brightness I noticed that gradients can be "jumping" in colors quite wildly, turning a smooth gradient into a flickering mess. This is due to the color hue preservation being inaccurate and a bit too aggressive. This can be seen for example using a gradient palette and "Running" FX.
Removing the hue preservation completely fixes it but leaves color artefacts for example visible in PS Fire at very low brightness: the bright part of the flames gets a pink hue. This change is a compromise to fix both problems to a "good enough" state 
						
						
					 
					
						2025-10-12 15:18:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						7f1f986f13 
					 
					
						
						
							
							safety check for bootloop action tracker: bring it back on track if out of bounds  
						
						 
						
						
						
						
					 
					
						2025-10-09 22:08:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						91fdb5822b 
					 
					
						
						
							
							Merge pull request  #4985  from wled-compile/patch-1  
						
						 
						
						... 
						
						
						
						Correct broken esp32dev_8M enviroment 
						
						
					 
					
						2025-10-07 07:42:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						e4cabf8de6 
					 
					
						
						
							
							Merge pull request  #4987  from wled/copilot/fix-e93598cf-9ce2-4b3d-82dd-393eaf538463  
						
						 
						
						... 
						
						
						
						Fix copilot-instructions.md to require mandatory hardware build validation 
						
						
					 
					
						2025-10-05 16:23:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								copilot-swe-agent[bot] 
							
						 
					 
					
						
						
							
						
						f034601512 
					 
					
						
						
							
							Reference Hardware Compilation section for common environments list  
						
						 
						
						... 
						
						
						
						Co-authored-by: netmindz <442066+netmindz@users.noreply.github.com > 
						
						
					 
					
						2025-10-05 15:12:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								copilot-swe-agent[bot] 
							
						 
					 
					
						
						
							
						
						151a974607 
					 
					
						
						
							
							Fix copilot-instructions.md to require mandatory build validation  
						
						 
						
						... 
						
						
						
						Co-authored-by: netmindz <442066+netmindz@users.noreply.github.com > 
						
						
					 
					
						2025-10-05 15:04:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								copilot-swe-agent[bot] 
							
						 
					 
					
						
						
							
						
						9f583f16f8 
					 
					
						
						
							
							Initial plan  
						
						 
						
						
						
						
					 
					
						2025-10-05 14:54:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								wled-compile 
							
						 
					 
					
						
						
							
						
						4c4436f48c 
					 
					
						
						
							
							Update platformio.ini  
						
						 
						
						... 
						
						
						
						esp32dev_8M: add flash_mode 
						
						
					 
					
						2025-10-05 16:32:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						3562fa264e 
					 
					
						
						
							
							Bugfix for gif player WRT inactive segment and bugfix in copy FX  
						
						 
						
						... 
						
						
						
						- if a segment is destroyed or turned inactive, disable the gif player: only one gif player instance can run at a time, if a inactive or destroyed segment uses it, the effect is broken for other segments.
- copy FX ironically copied the source segment on each call, should use reference not a copy! 
						
						
					 
					
						2025-10-02 20:40:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						359d46c3e1 
					 
					
						
						
							
							Bugfix for gif playback and segment destruction, bugfix in copy FX  
						
						 
						
						... 
						
						
						
						- if a segment is destroyed or turned inactive, disable the gif player: only one gif player instance can run at a time, if a inactive or destroyed segment uses it, the effect is broken for other segments.
- copy FX ironically copied the source segment on each call, should use reference not a copy! 
						
						
					 
					
						2025-10-02 20:06:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						2b73a349dd 
					 
					
						
						
							
							Bugfix for FX: Tri Fade  
						
						 
						
						... 
						
						
						
						Bugfix for FX: Tri Fade 
						
						
					 
					
						2025-09-28 19:52:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						d86ae7db40 
					 
					
						
						
							
							Merge pull request  #4968  from MathijsG/patch-1  
						
						 
						
						... 
						
						
						
						Fix typo changable > changeable 
						
						
					 
					
						2025-09-28 17:08:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mathijs Groothuis 
							
						 
					 
					
						
						
							
						
						f096320e63 
					 
					
						
						
							
							Fix typo changable > changeable  
						
						 
						
						... 
						
						
						
						Fix typo that I discovered while tinkering in Wled. 
						
						
					 
					
						2025-09-28 16:55:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						e23751bd1d 
					 
					
						
						
							
							Bugfix in custom palette color picker,  fixes   #4963  
						
						 
						
						
						
						
					 
					
						2025-09-27 13:23:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								danewhero 
							
						 
					 
					
						
						
							
						
						d5002cce25 
					 
					
						
						
							
							Update user_fx usermod README.md ( #4754 )  
						
						 
						
						... 
						
						
						
						* turned into a fully fletched tutorial 
						
						
					 
					
						2025-09-25 16:26:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						daa833f33d 
					 
					
						
						
							
							Adding Shimmer FX ( #4923 )  
						
						 
						
						... 
						
						
						
						Sends a shimmer across the strip at defined (or random) intervals
Optional brightness modulators: sine or perlin noise
Can be used as an overlay to other effects. 
						
						
					 
					
						2025-09-24 20:49:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						7fe831c5e3 
					 
					
						
						
							
							Remove outdated references to esp32.AR_build_flags and esp32.AR_lib_deps  
						
						 
						
						
						
						
					 
					
						2025-09-23 21:53:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						66069245a1 
					 
					
						
						
							
							Remove default LED_TYPES=65 for hub75 envs as not possible without setting the pins as can not be used without also setting the "pins" used - which is really the dimensions, as PinManager validates these in first-boot senario  
						
						 
						
						
						
						
					 
					
						2025-09-23 21:48:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						8b3975752c 
					 
					
						
						
							
							speed optimisations, fix for restoreColorLossy, code cleanup ( #4895 )  
						
						 
						
						... 
						
						
						
						- speed optimization in color_add, PS fast_color_add and blur functions
- applying more bit and shift manipulation tricks to squeeze out just a bit more speed on color manipulation functions.
- Optimization on blur is based on work by @blazoncek
- Renamed PS fast_color_add() to fast_color_scaleAdd() 
						
						
					 
					
						2025-09-23 20:15:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						c6b4c77387 
					 
					
						
						
							
							Merge pull request  #4953  from LordMike/lordmike/wled-tools-backup-ir  
						
						 
						
						... 
						
						
						
						Extend `wled-tools.sh` backup with optional `ir.json`, refactor fetch logic, add timeouts 
						
						
					 
					
						2025-09-22 20:56:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						9152d9d2ed 
					 
					
						
						
							
							Accept change by coderabbit, move only 2xx files  
						
						 
						
						
						
						
					 
					
						2025-09-22 21:16:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						5a4a50415e 
					 
					
						
						
							
							Merge branch 'wled:main' into lordmike/wled-tools-backup-ir  
						
						 
						
						
						
						
					 
					
						2025-09-22 20:52:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						640d0ee133 
					 
					
						
						
							
							Updates  
						
						 
						
						
						
						
					 
					
						2025-09-22 20:52:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						529edfc39b 
					 
					
						
						
							
							"unrestricted" number of custom palettes ( #4932 )  
						
						 
						
						... 
						
						
						
						- allow more than 10 custom palettes
- move palettes into CPP file
- Fix for minimizing cpal.htm (saves 2k of flash)
- shortened names in cpal, saves about 400 bytes of Flash after packing
- removed async from common.js loading to prevent errors on page loads if the file is not cached
- restricted nubmer of user palettes on ESP8266 to 10
- unrestricted number of user palettes on all other platforms (total max palettes: 256)
- added a warning when adding more than 10 palettes to let the user decide to risk it
- Bugfixes in palette enumeration, fixed AR palette adding
- AR palettes are now also added if there are more than 10 custom palettes
Co-authored-by: Blaž Kristan <blaz@kristan-sp.si > 
						
						
					 
					
						2025-09-22 20:09:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						4b1b0fe045 
					 
					
						
						
							
							Adding center bin selection to 2D GEQ ( #4764 )  
						
						 
						
						... 
						
						
						
						* adding center bin selection to 2D GEQ: this makes it possible to use subsets of the GEQ on distributed strips
setting custom3 to 0 gives the "old" behaviour, this is the default. existing presets will have the custom3 slider at the center, changing presets that do not use the full width so this is a breaking change for those but I assume theser are rare. 
						
						
					 
					
						2025-09-22 20:01:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						4bfc9a9514 
					 
					
						
						
							
							Add backing up of ir.json to wled-tools  
						
						 
						
						
						
						
					 
					
						2025-09-22 19:01:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						4d39dd0a5e 
					 
					
						
						
							
							Fix LED buffer size calculation ( #4928 )  
						
						 
						
						... 
						
						
						
						* Attempt at better bus memory calculation and estimation
* Remov double buffer count for ESP8266 (thanks @dedehai)
* improve UI calculation
* adding mendatory LED buffers to UI memory calculation
* adding buffer for transitions to memory calculation, change "error" to "warning"
* bugfixes in settings_leds.htm
* fix getDataSize() forESP8266, ESP8266 does not use double buffering.
* update led settings: fix parsing by @blazoncek
* new warnings for LED buffer use, deny adding a bus if it exceeds limits
* adds recommendations for users (reboot, disable transitions)
Co-authored-by: Blaž Kristan <blaz@kristan-sp.si > 
						
						
					 
					
						2025-09-21 22:48:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Soeren 
							
						 
					 
					
						
						
							
						
						15ba01a1c6 
					 
					
						
						
							
							Fix  Discord webhook message to show the detailed embed  
						
						 
						
						... 
						
						
						
						To get the detailed embed in the message there has to be a space between the link and the following dot 
						
						
					 
					
						2025-09-21 22:02:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						2593b11aba 
					 
					
						
						
							
							Merge pull request  #4950  from netmindz/HUB75-AC-Fixes  
						
						 
						
						... 
						
						
						
						Hub75  fixes 
						
						
					 
					
						2025-09-21 20:55:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						e7652e389f 
					 
					
						
						
							
							Merge pull request  #4949  from wled/copilot/fix-4948  
						
						 
						
						... 
						
						
						
						Fix HUB75 panel dimensions not loading in LED Preferences page 
						
						
					 
					
						2025-09-20 20:00:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								copilot-swe-agent[bot] 
							
						 
					 
					
						
						
							
						
						bd4a7e748d 
					 
					
						
						
							
							Fix compilation error: Use Bus::isHub75 instead of BusManager::isHub75  
						
						 
						
						... 
						
						
						
						Co-authored-by: netmindz <442066+netmindz@users.noreply.github.com > 
						
						
					 
					
						2025-09-20 18:49:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						77f3426867 
					 
					
						
						
							
							Default to 64x64 single panel, hacky it is done by pins but until we refactor bus config to be more flexible, this is what we have to work around  
						
						 
						
						
						
						
					 
					
						2025-09-20 18:39:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								copilot-swe-agent[bot] 
							
						 
					 
					
						
						
							
						
						45615c07ee 
					 
					
						
						
							
							Fix HUB75 panel dimensions not loading in LED Preferences page  
						
						 
						
						... 
						
						
						
						Co-authored-by: netmindz <442066+netmindz@users.noreply.github.com > 
						
						
					 
					
						2025-09-20 17:33:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						ee5a70a63e 
					 
					
						
						
							
							Update: getNumberOfPins to load all pins from config for hub75  
						
						 
						
						
						
						
					 
					
						2025-09-20 18:03:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						deac50409c 
					 
					
						
						
							
							Rollback to ESP32-HUB75-MatrixPanel-DMA.git#3.0.11  
						
						 
						
						
						
						
					 
					
						2025-09-20 16:49:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						c5119c8aa6 
					 
					
						
						
							
							Remove NO_CIE1931 to better sit with other Gamma correction changes in WLED  
						
						 
						
						
						
						
					 
					
						2025-09-20 16:41:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						6c718c3558 
					 
					
						
						
							
							Remove legacy code for double buffer  
						
						 
						
						
						
						
					 
					
						2025-09-20 15:30:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						75481d3251 
					 
					
						
						
							
							Disable VirtualMatrixPanel, CHAIN_BOTTOM_LEFT_UP incomplete  
						
						 
						
						
						
						
					 
					
						2025-09-20 15:20:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								copilot-swe-agent[bot] 
							
						 
					 
					
						
						
							
						
						7d6f47755c 
					 
					
						
						
							
							Fix HUB75 panel width not loading correctly in settings UI  
						
						 
						
						... 
						
						
						
						Co-authored-by: netmindz <442066+netmindz@users.noreply.github.com > 
						
						
					 
					
						2025-09-20 12:29:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								copilot-swe-agent[bot] 
							
						 
					 
					
						
						
							
						
						eb5d548ba7 
					 
					
						
						
							
							Initial plan  
						
						 
						
						
						
						
					 
					
						2025-09-20 12:10:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						3a7de8275f 
					 
					
						
						
							
							Merge pull request  #3777  from netmindz/HUB75-AC  
						
						 
						
						... 
						
						
						
						Add HUB75 support 
						
						
					 
					
						2025-09-20 13:05:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						33d79e048c 
					 
					
						
						
							
							Merge pull request  #4947  from wled/copilot/fix-4946  
						
						 
						
						... 
						
						
						
						Fix set_repo.py to detect tracked remote instead of hardcoding 'origin' 
						
						
					 
					
						2025-09-20 11:59:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								copilot-swe-agent[bot] 
							
						 
					 
					
						
						
							
						
						ed2b170e1b 
					 
					
						
						
							
							Fix set_repo.py to detect tracked remote instead of hardcoding origin  
						
						 
						
						... 
						
						
						
						Co-authored-by: netmindz <442066+netmindz@users.noreply.github.com > 
						
						
					 
					
						2025-09-20 10:56:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								copilot-swe-agent[bot] 
							
						 
					 
					
						
						
							
						
						c73636d96d 
					 
					
						
						
							
							Initial plan  
						
						 
						
						
						
						
					 
					
						2025-09-20 10:44:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						3410b785db 
					 
					
						
						
							
							Merge pull request  #4944  from wled/copilot/fix-4943  
						
						 
						
						... 
						
						
						
						Add GitHub repository information to build and API response 
						
						
					 
					
						2025-09-20 11:23:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Benjam Welker 
							
						 
					 
					
						
						
							
						
						762d4433d8 
					 
					
						
						
							
							Add reverse checkmark for Twinklecat ( #4728 )  
						
						 
						
						... 
						
						
						
						reverse slowly fades in random lights, and then instantly turns them off. 
						
						
					 
					
						2025-09-20 10:58:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								copilot-swe-agent[bot] 
							
						 
					 
					
						
						
							
						
						e69bf4eceb 
					 
					
						
						
							
							Fix compilation error by properly escaping quotes in WLED_REPO build flag  
						
						 
						
						... 
						
						
						
						Co-authored-by: netmindz <442066+netmindz@users.noreply.github.com > 
						
						
					 
					
						2025-09-19 22:50:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						741fd8d9d3 
					 
					
						
						
							
							Add build instruction for common environment  
						
						 
						
						... 
						
						
						
						Added instruction to run a build for the common environment before finishing changes. 
						
						
					 
					
						2025-09-19 23:43:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								copilot-swe-agent[bot] 
							
						 
					 
					
						
						
							
						
						684224c614 
					 
					
						
						
							
							Remove Python cache file and add __pycache__ to .gitignore  
						
						 
						
						... 
						
						
						
						Co-authored-by: netmindz <442066+netmindz@users.noreply.github.com > 
						
						
					 
					
						2025-09-19 10:47:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								copilot-swe-agent[bot] 
							
						 
					 
					
						
						
							
						
						9826197083 
					 
					
						
						
							
							Improve error handling for missing git CLI  
						
						 
						
						... 
						
						
						
						Co-authored-by: netmindz <442066+netmindz@users.noreply.github.com > 
						
						
					 
					
						2025-09-19 10:46:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								copilot-swe-agent[bot] 
							
						 
					 
					
						
						
							
						
						2ba84b12f8 
					 
					
						
						
							
							Add compile_commands.json to .gitignore and finalize repo integration  
						
						 
						
						... 
						
						
						
						Co-authored-by: netmindz <442066+netmindz@users.noreply.github.com > 
						
						
					 
					
						2025-09-19 10:33:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								copilot-swe-agent[bot] 
							
						 
					 
					
						
						
							
						
						efeb791807 
					 
					
						
						
							
							Implement GitHub repo extraction in build process  
						
						 
						
						... 
						
						
						
						Co-authored-by: netmindz <442066+netmindz@users.noreply.github.com > 
						
						
					 
					
						2025-09-19 10:30:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								copilot-swe-agent[bot] 
							
						 
					 
					
						
						
							
						
						43e3578d50 
					 
					
						
						
							
							Initial plan  
						
						 
						
						
						
						
					 
					
						2025-09-19 10:19:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						b375c718b0 
					 
					
						
						
							
							Merge pull request  #4771  from wled/fix-4643  
						
						 
						
						... 
						
						
						
						Fix for #4643  - Missing MQTT updates 
						
						
					 
					
						2025-09-17 12:20:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						b16fbafd83 
					 
					
						
						
							
							Merge pull request  #4890  from willmmiles/esp32-rmthi  
						
						 
						
						... 
						
						
						
						Import RmtHI driver 
						
						
					 
					
						2025-09-16 21:32:16 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						76cb2e9988 
					 
					
						
						
							
							Improvements to heap-memory and PSRAM handling ( #4791 )  
						
						 
						
						... 
						
						
						
						* Improved heap and PSRAM handling
- Segment `allocateData()` uses more elaborate DRAM checking to reduce fragmentation and allow for larger setups to run on low heap
- Segment data allocation fails if minimum contiguous block size runs low to keep the UI working
- Increased `MAX_SEGMENT_DATA` to account for better segment data handling
- Memory allocation functions try to keep enough DRAM for segment data
- Added constant `PSRAM_THRESHOLD` to improve PSARM usage
- Increase MIN_HEAP_SIZE to reduce risk of breaking UI due to low memory for JSON response
- ESP32 makes use of IRAM (no 8bit access) for pixeluffers, freeing up to 50kB of RAM
- Fix to properly get available heap on all platforms: added function `getFreeHeapSize()`
- Bugfix for effects that divide by SEGLEN: don't run FX in service() if segment is not active
-Syntax fix in AR: calloc() uses (numelements, size) as arguments
* Added new functions for allocation and heap checking
- added `allocate_buffer()` function that can be used to allocate large buffers: takes parameters to set preferred ram location, including 32bit accessible RAM on ESP32. Returns null if heap runs low or switches to PSRAM
- getFreeHeapSize() and getContiguousFreeHeap() helper functions for all platforms to correctly report free useable heap
- updated some constants
- updated segment data allocation to free the data if it is large
- replaced "psramsafe" variable with it's #ifdef: BOARD_HAS_PSRAM and made accomodating changes
- added some compile-time checks to handle invalid env. definitions
- updated all allocation functions and some of the logic behind them
- added use of fast RTC-Memory where available
- increased MIN_HEAP_SIZE for all systems (improved stability in tests)
- updated memory calculation in web-UI to account for required segment buffer
- added UI alerts if buffer allocation fails
- made getUsedSegmentData() non-private (used in buffer alloc function)
- changed MAX_SEGMENT_DATA
- added more detailed memory log to DEBUG output
- added debug output to buffer alloc function 
						
						
					 
					
						2025-09-16 19:46:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						9d706010f5 
					 
					
						
						
							
							Update WLED app links for Android and iOS  
						
						 
						
						
						
						
					 
					
						2025-09-14 19:05:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						97b20438fd 
					 
					
						
						
							
							Fix typo in 'Originally' in readme.md  
						
						 
						
						
						
						
					 
					
						2025-09-14 19:03:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						65913f990d 
					 
					
						
						
							
							Update project title and add creator attribution  
						
						 
						
						
						
						
					 
					
						2025-09-14 18:24:19 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						56d00357d3 
					 
					
						
						
							
							testing thanks.dev  
						
						 
						
						
						
						
					 
					
						2025-09-14 18:12:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						1864e550e6 
					 
					
						
						
							
							Update funding to include currently active maintainers  
						
						 
						
						
						
						
					 
					
						2025-09-14 15:32:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						a79ae25621 
					 
					
						
						
							
							null check in setBrightness  
						
						 
						
						... 
						
						
						
						Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-09-13 14:10:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						05c481c5bb 
					 
					
						
						
							
							Remove duplicate envs  
						
						 
						
						
						
						
					 
					
						2025-09-13 13:47:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						7ce0d69563 
					 
					
						
						
							
							Merge branch 'HUB75-AC' of github.com:netmindz/WLED into HUB75-AC  
						
						 
						
						
						
						
					 
					
						2025-09-13 13:41:19 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						011e72c3c1 
					 
					
						
						
							
							Revert nPins = Bus::getNumberOfPins change  
						
						 
						
						... 
						
						
						
						Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com > 
						
						
					 
					
						2025-09-13 13:41:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						e44bdf6193 
					 
					
						
						
							
							reset board back to correct definition  
						
						 
						
						
						
						
					 
					
						2025-09-13 13:38:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						29dcdf8e85 
					 
					
						
						
							
							Merge branch 'HUB75-AC' of github.com:netmindz/WLED into HUB75-AC  
						
						 
						
						
						
						
					 
					
						2025-09-13 13:35:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						e37d4cd8a8 
					 
					
						
						
							
							Remove platformio_override.ini leaving only sample envs  
						
						 
						
						
						
						
					 
					
						2025-09-13 13:34:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						46e60b4d0a 
					 
					
						
						
							
							Only read pinArray if initialized  
						
						 
						
						... 
						
						
						
						Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-09-13 11:08:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						75f6de9dc2 
					 
					
						
						
							
							bugfix in Colortwinkles  
						
						 
						
						... 
						
						
						
						thx @blazoncek 
						
						
					 
					
						2025-09-09 07:31:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						649d43b581 
					 
					
						
						
							
							Bugfix for FX: Tri Fade  
						
						 
						
						... 
						
						
						
						- incorrectly calculated counter and progress 
						
						
					 
					
						2025-09-08 11:37:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						16cfbf7500 
					 
					
						
						
							
							Merge pull request  #4913  from DedeHai/percentFX_UI_fix  
						
						 
						
						... 
						
						
						
						fix ancient UI bug that hides the speed slider in percent FX 
						
						
					 
					
						2025-09-07 20:34:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Soeren 
							
						 
					 
					
						
						
							
						
						aecac2c56c 
					 
					
						
						
							
							Add CORS proxy information to README  
						
						 
						
						
						
						
					 
					
						2025-09-07 13:15:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						385504e6db 
					 
					
						
						
							
							fix ancient UI bug that hides the speed slider in percent FX  
						
						 
						
						
						
						
					 
					
						2025-09-05 19:53:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						a0321170d0 
					 
					
						
						
							
							Merge pull request  #4859  from Liliputech/udp_name_sync_rework  
						
						 
						
						... 
						
						
						
						new usermod hooks "onUdpPacket" 
						
						
					 
					
						2025-09-04 22:29:21 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						d70018ae9f 
					 
					
						
						
							
							Merge pull request  #4910  from willmmiles/async-mqtt-client-dep  
						
						 
						
						... 
						
						
						
						Un-vendor AsyncMqttClient 
						
						
					 
					
						2025-09-04 07:33:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						9359f0b7fc 
					 
					
						
						
							
							Fix include style  
						
						 
						
						
						
						
					 
					
						2025-09-03 23:29:24 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						be74196a62 
					 
					
						
						
							
							Un-vendor AsyncMqttClient  
						
						 
						
						... 
						
						
						
						Switch to the upstream version.  This fixes a memory leak when
re-connection fails. 
						
						
					 
					
						2025-09-03 23:05:20 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						705f2035f4 
					 
					
						
						
							
							Change npm install to npm ci for dependencies  
						
						 
						
						... 
						
						
						
						Updated installation instructions for dependencies. 
						
						
					 
					
						2025-09-03 20:42:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						65efcb351e 
					 
					
						
						
							
							Merge pull request  #4908  from wled/copilot/fix-4788  
						
						 
						
						... 
						
						
						
						Fix 2D matrix generator preview not updating after population 
						
						
					 
					
						2025-09-03 20:07:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								copilot-swe-agent[bot] 
							
						 
					 
					
						
						
							
						
						72ad39d6a7 
					 
					
						
						
							
							Fix 2D matrix generator preview update issue  
						
						 
						
						... 
						
						
						
						Co-authored-by: DedeHai <6280424+DedeHai@users.noreply.github.com > 
						
						
					 
					
						2025-09-03 17:51:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								copilot-swe-agent[bot] 
							
						 
					 
					
						
						
							
						
						5950204d34 
					 
					
						
						
							
							Initial plan  
						
						 
						
						
						
						
					 
					
						2025-09-03 17:41:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						46df9410b3 
					 
					
						
						
							
							Merge pull request  #4900  from wled/copilot/fix-4881  
						
						 
						
						... 
						
						
						
						Fix changelog generation to exclude unresolved closed issues 
						
						
					 
					
						2025-09-03 07:16:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								copilot-swe-agent[bot] 
							
						 
					 
					
						
						
							
						
						b7e4cd0d9a 
					 
					
						
						
							
							Fix parameter naming for changelog generator configuration  
						
						 
						
						... 
						
						
						
						Co-authored-by: netmindz <442066+netmindz@users.noreply.github.com > 
						
						
					 
					
						2025-09-02 07:54:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								copilot-swe-agent[bot] 
							
						 
					 
					
						
						
							
						
						0becd61323 
					 
					
						
						
							
							Fix changelog generation to exclude unresolved closed issues  
						
						 
						
						... 
						
						
						
						Co-authored-by: netmindz <442066+netmindz@users.noreply.github.com > 
						
						
					 
					
						2025-09-02 07:52:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								copilot-swe-agent[bot] 
							
						 
					 
					
						
						
							
						
						3f2e92c4c5 
					 
					
						
						
							
							Initial plan  
						
						 
						
						
						
						
					 
					
						2025-09-02 07:45:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						666a59ff53 
					 
					
						
						
							
							Update platformio_override configuration for esp32  
						
						 
						
						
						
						
					 
					
						2025-09-02 08:06:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						ce7ca3f2d2 
					 
					
						
						
							
							Add pull_request trigger for usermods workflow  
						
						 
						
						
						
						
					 
					
						2025-09-02 07:35:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						87092ccb80 
					 
					
						
						
							
							Correct message formatting in PR merge workflow  
						
						 
						
						... 
						
						
						
						Fix formatting in Discord webhook message for PR merge. 
						
						
					 
					
						2025-09-02 07:11:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						2e834852d5 
					 
					
						
						
							
							RmtHI: Add missing includes  
						
						 
						
						... 
						
						
						
						While these were both fortunately included in Arduino.h, as
@coderabbitai suggests, it's best practice to be explicit for anything
one uses directly. 
						
						
					 
					
						2025-09-01 22:03:18 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						3e9e18dae2 
					 
					
						
						
							
							Undo RMTHi change to platformio.ini  
						
						 
						
						... 
						
						
						
						PlatformIO's Library Dependency Finder will take care of it based on
the #include. 
						
						
					 
					
						2025-09-01 22:00:24 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						831b68e60b 
					 
					
						
						
							
							usermods CI: Use correct base esp32 platform  
						
						 
						
						
						
						
					 
					
						2025-09-01 21:56:19 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						5e3803a5bb 
					 
					
						
						
							
							RmtHI: Fix incorrect method typedefs  
						
						 
						
						
						
						
					 
					
						2025-09-01 21:51:36 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						91d7e0c051 
					 
					
						
						
							
							RmtHI: Remove incorrect default selection block  
						
						 
						
						
						
						
					 
					
						2025-09-01 21:50:57 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						a037d99469 
					 
					
						
						
							
							added debug output on crash, removed whitespaces  
						
						 
						
						
						
						
					 
					
						2025-09-01 22:22:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						8cc5d64819 
					 
					
						
						
							
							Merge pull request  #4853  from willmmiles/bootloop-platform-simplification  
						
						 
						
						... 
						
						
						
						Bootloop detection platform factoring 
						
						
					 
					
						2025-09-01 22:17:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						4c948cca13 
					 
					
						
						
							
							Merge pull request  #4860  from tarontop/main  
						
						 
						
						... 
						
						
						
						support iotorero ethernet controller 
						
						
					 
					
						2025-09-01 10:03:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aiden 
							
						 
					 
					
						
						
							
						
						5cb8dc3978 
					 
					
						
						
							
							Delete the same define  
						
						 
						
						
						
						
					 
					
						2025-09-01 11:05:31 +08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						199bc45ae2 
					 
					
						
						
							
							Merge branch 'main' into HUB75-AC  
						
						 
						
						
						
						
					 
					
						2025-08-31 12:53:25 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						8fc87aa17d 
					 
					
						
						
							
							Merge pull request  #4844  from Arcitec/0_16-fix-sync  
						
						 
						
						... 
						
						
						
						Fix broken Sync button after 0.15 refactor 
						
						
					 
					
						2025-08-31 12:30:19 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						19a49e83d1 
					 
					
						
						
							
							Import RmtHI driver  
						
						 
						
						... 
						
						
						
						Pull the RMT High-priority Interrupt driver in to a vendored local
library, pending inclusion in upstream NeoPixelBus.
Driver is enabled only for XTensa chips; there's some unresolved
issue with nested interrupts on RISCV. 
						
						
					 
					
						2025-08-30 15:57:04 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arthur Suzuki 
							
						 
					 
					
						
						
							
						
						c8757d45c8 
					 
					
						
						
							
							fix more nitpicks comments  
						
						 
						
						
						
						
					 
					
						2025-08-30 04:12:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arthur Suzuki 
							
						 
					 
					
						
						
							
						
						62fad4dcdf 
					 
					
						
						
							
							applied coderabbit suggestions  
						
						 
						
						
						
						
					 
					
						2025-08-30 01:52:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Liliputech 
							
						 
					 
					
						
						
							
						
						da7f107273 
					 
					
						
						
							
							fix POV Display usermod ( #4427 )  
						
						 
						
						... 
						
						
						
						* POV Display usermod
this usermod adds a new effect called "POV Image".
To get it to work:
- read the README :)
- upload a bmp image to the ESP filesystem using "/edit" url.
- select "POV Image" effect.
- set the filename (ie: "/myimage.bmp") as segment name.
- rotate the segment at approximately 20 RPM.
- enjoy the show!
* improve file extension checks
* improve README, remove PNGdec reference, clean usermod
* restrain to esp32 platform + reduce memory footprint with malloc 
						
						
					 
					
						2025-08-29 20:42:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						d5d7fde30f 
					 
					
						
						
							
							use video scaling instead of NPB luminance & new ABL ( #4798 )  
						
						 
						
						... 
						
						
						
						* updated color scaling to preserve hue at low brightness resulting in much better colors
* replace NPBlg with NPB, moved brightness scaling to bus manager
* improved gamma table calculation: fixed mismatch in inverting gamma table calculation: inversion should now be as good as it gets
* code cleanup, fixed gamma being applied in unnecessary places
Improvements to ABL handling:
- removed strip level handling, ist now all done on bus level
- limiter now respects pixel mapping
- proper handling of white channel
- improved current estimation
- current is now always correctly reported to UI
- minimal FPS impact if the ABL is not limiting but slighly higher impact for global ABL limit due to double-scaling
- moved brightness scaling to BusDigital
- created new header file colors.h to be able to access color functions in bus-manager.
- updated colo_fade() with better video scaling to preserve hue's at low brightness
- added IRAM_ATTR to color_fade (negligible speed impact when compared to inline and benefits other functions)
- added IRAM_ATTR to color_blend as it is used a lot throughout the code, did not test speed impact but adding it to color_fade made it almost on-par with an inlined function
Additional changes:
- fixes for properly handling `scaledBri()` (by @blazoncek)
- also use bit-shift instead of division in blending for ESP8266
- improvements for faster "softlight" calculation in blending
- changed some variables to uint8_t to maybe let the compiler optimize better, uint8_t can be faster if read, store and set are all done in uint8_t, which is the case in the ones I changed
- various minor code formatting changes 
						
						
					 
					
						2025-08-29 17:12:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						6f914d79b1 
					 
					
						
						
							
							Increase boot loop timeout  
						
						 
						
						... 
						
						
						
						Any repeating crash that prevents a human from logging in and fixing
the config should be treated as a boot loop.  Increase the detection
timeout, so anything that's fast enough to preclude a user fix will
trigger the recovery behaviour. 
						
						
					 
					
						2025-08-28 21:17:12 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						dd13c2df47 
					 
					
						
						
							
							Reset crash counter after long interval  
						
						 
						
						... 
						
						
						
						Don't treat consecutive but infrequent crashes as bootloops.  The
bootloop recovery actions only make sense when there is no opportunity
for a user to reconfigure their system.
Suggested by @coderabbitai 
						
						
					 
					
						2025-08-28 21:10:39 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						8aeb9e1abe 
					 
					
						
						
							
							bugfix in PS pointer alignment  
						
						 
						
						... 
						
						
						
						- bug was leading to crashes when heap is low 
						
						
					 
					
						2025-08-28 18:57:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						cfad0b8a52 
					 
					
						
						
							
							bugfix to prevent "almost infinite" loops in palette blend ( #4841 )  
						
						 
						
						... 
						
						
						
						this fixes a very long loop when an overflow was happening in palette blending.
- reset prevPaletteBlends to prevent overflow
- add safety check in case overflow should still happen in another combination (or in future changes) 
						
						
					 
					
						2025-08-28 18:08:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arthur Suzuki 
							
						 
					 
					
						
						
							
						
						a60be251d2 
					 
					
						
						
							
							fix nitpicks from coderabbit  
						
						 
						
						
						
						
					 
					
						2025-08-28 10:56:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						f15c1fbca6 
					 
					
						
						
							
							Merge pull request  #4880  from wled/copilot/fix-4879  
						
						 
						
						... 
						
						
						
						Fix pr-merge.yaml to include PR title and link in Discord notifications 
						
						
					 
					
						2025-08-28 08:43:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								copilot-swe-agent[bot] 
							
						 
					 
					
						
						
							
						
						708baf1ed7 
					 
					
						
						
							
							Fix pr-merge.yaml to include PR title and link in Discord notifications  
						
						 
						
						... 
						
						
						
						Co-authored-by: netmindz <442066+netmindz@users.noreply.github.com > 
						
						
					 
					
						2025-08-28 06:51:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								copilot-swe-agent[bot] 
							
						 
					 
					
						
						
							
						
						4155a6bc23 
					 
					
						
						
							
							Initial plan  
						
						 
						
						
						
						
					 
					
						2025-08-28 06:45:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						c92f0a9d90 
					 
					
						
						
							
							Merge pull request  #4878  from willmmiles/fix-pwm  
						
						 
						
						... 
						
						
						
						Fix operation of length 1 strips, such as PWM LEDs 
						
						
					 
					
						2025-08-28 06:31:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						5fa901c37c 
					 
					
						
						
							
							Fix operation of length 1 strips, such as PWM LEDs  
						
						 
						
						... 
						
						
						
						This reverts commit e5ba97bbe2 . 
						
						
					 
					
						2025-08-27 22:28:24 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						46f3bc0ced 
					 
					
						
						
							
							Bootloop: Include soft wdt on ESP8266  
						
						 
						
						
						
						
					 
					
						2025-08-26 21:00:54 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arthur Suzuki 
							
						 
					 
					
						
						
							
						
						f8ce5980a1 
					 
					
						
						
							
							removed tabs and replace by space  
						
						 
						
						
						
						
					 
					
						2025-08-25 22:45:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arthur Suzuki 
							
						 
					 
					
						
						
							
						
						4b5c3a396d 
					 
					
						
						
							
							applied suggestions from review  
						
						 
						
						
						
						
					 
					
						2025-08-25 22:22:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arthur Suzuki 
							
						 
					 
					
						
						
							
						
						550b4d9dea 
					 
					
						
						
							
							fix comments for usermod hooks "onUdpPacket"  
						
						 
						
						
						
						
					 
					
						2025-08-24 15:54:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Liliputech 
							
						 
					 
					
						
						
							
						
						f3e3f585df 
					 
					
						
						
							
							usermod udp_name_sync : properly initialize packet if segment name is empty  
						
						 
						
						... 
						
						
						
						Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-08-24 13:52:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						2082b01a3c 
					 
					
						
						
							
							Apply suggestions from code review  
						
						 
						
						... 
						
						
						
						Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-08-21 08:53:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aiden 
							
						 
					 
					
						
						
							
						
						8baa6a4616 
					 
					
						
						
							
							support iotorero ethernet controller  
						
						 
						
						
						
						
					 
					
						2025-08-21 12:51:48 +08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						1fb9eb771e 
					 
					
						
						
							
							Merge pull request  #4856  from wled/copilot/fix-4855  
						
						 
						
						... 
						
						
						
						Fix GitHub workflow secret access from forked PRs 
						
						
					 
					
						2025-08-21 00:23:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						dee581f58d 
					 
					
						
						
							
							Merge pull request  #4858  from wled/copilot/fix-4857  
						
						 
						
						... 
						
						
						
						Add comprehensive GitHub Copilot instructions for WLED development workflow 
						
						
					 
					
						2025-08-21 00:18:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								copilot-swe-agent[bot] 
							
						 
					 
					
						
						
							
						
						7943b00017 
					 
					
						
						
							
							Add comprehensive GitHub Copilot instructions for WLED development  
						
						 
						
						... 
						
						
						
						Co-authored-by: netmindz <442066+netmindz@users.noreply.github.com > 
						
						
					 
					
						2025-08-20 23:07:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arthur Suzuki 
							
						 
					 
					
						
						
							
						
						4de6656bc4 
					 
					
						
						
							
							new usermod hooks "onUdpPacket"  
						
						 
						
						... 
						
						
						
						this new hooks will help you implement new and custom protocols in
usermods.
I've provided an example (see usermods/udp_name_sync).
The example will help you share the main segment name across different
WLED instances.
The segment name can be useful to sync with some effects like GIF
image or scrolling text.
If you define new packet format in your usermod, make sure it will
either not collide with already used version of wled udp packet :
- 0 is for udp sync
- 1 is for AudioReactive data
- 2 is for udp_name_sync :)
Also, the onUdpPacket will override "parseNotification" if it returns "true".
Have fun! 
						
						
					 
					
						2025-08-21 01:00:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								copilot-swe-agent[bot] 
							
						 
					 
					
						
						
							
						
						cd8ddb81e1 
					 
					
						
						
							
							Fix GitHub workflow secret access from forked PRs  
						
						 
						
						... 
						
						
						
						Co-authored-by: netmindz <442066+netmindz@users.noreply.github.com > 
						
						
					 
					
						2025-08-20 22:58:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								copilot-swe-agent[bot] 
							
						 
					 
					
						
						
							
						
						890860ebf6 
					 
					
						
						
							
							Initial plan  
						
						 
						
						
						
						
					 
					
						2025-08-20 22:55:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								copilot-swe-agent[bot] 
							
						 
					 
					
						
						
							
						
						624042d97e 
					 
					
						
						
							
							Initial plan  
						
						 
						
						
						
						
					 
					
						2025-08-20 22:54:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						85d4db83ed 
					 
					
						
						
							
							Isolate platform differences in bootloop check  
						
						 
						
						... 
						
						
						
						Separate the platform-specific code from the logic, so any future
changes can be made in fewer places. 
						
						
					 
					
						2025-08-20 11:32:32 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						5146926723 
					 
					
						
						
							
							Use direct references to RTC RAM on ESP8266  
						
						 
						
						... 
						
						
						
						ESP8266 RTC RAM requires 32-bit accesses, but there's no need to jump
through a bunch of functions for it.  Use references to simplify access
and harmonize the implementation with ESP32. 
						
						
					 
					
						2025-08-20 10:22:42 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						3b5c6ca284 
					 
					
						
						
							
							Fix bootloop if config is reset ( #4852 )  
						
						 
						
						... 
						
						
						
						* Fix bootloop if config missing/reset
Can't reset the config if there's nothing to reset!
* ESP8266: Commit ACTIONT_TRACKER
* Use consistent naming for backups and reset cfgs
Use 'rst.cfg.json' instead of 'cfg.json.rst.json' for configs that were
reset.
* Add a little more PSTR to bootloop handling 
						
						
					 
					
						2025-08-20 07:37:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						dcc1fbc96e 
					 
					
						
						
							
							Merge pull request  #4846  from Arcitec/improve-version-info  
						
						 
						
						... 
						
						
						
						Make version information consistent across update interfaces 
						
						
					 
					
						2025-08-19 09:20:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arcitec 
							
						 
					 
					
						
						
							
						
						7865985eeb 
					 
					
						
						
							
							Make version information consistent across update interfaces  
						
						 
						
						... 
						
						
						
						The duplication of logic and the formatting differences between the "OTA Updates" and "Security & Updates" pages made it very difficult to find the exact version details.
With this change, both update-pages now share the same consistent and detailed formatting, making it easy for users to identify which exact version and binary of WLED they've installed.
The version format has also been improved to make it much easier to understand. 
						
						
					 
					
						2025-08-17 22:45:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arcitec 
							
						 
					 
					
						
						
							
						
						4ac7eb7eb2 
					 
					
						
						
							
							Fix broken Sync button after 0.15 refactor  
						
						 
						
						... 
						
						
						
						In the past, the "notify direct" flag controlled all network syncing, propagating all color changes to other devices on the network. Pressing the UI Sync button only toggled this flag, so "notify direct" was set to false by default.
In version 0.15, a separate "master" sync flag was introduced, and the UI Sync button now only activates this master flag. However, the rest of the flag defaults weren't configured to sync anything at all. As a result, users pressing Sync saw *no* syncing at all, leading to multiple bug reports.
Defaults are now user-friendly: Enabling Sync on a WLED device syncs all of *its* color changes, whether made via the UI, API or remote button, providing a consistent experience which matches the intended behavior from past WLED versions.
Philips Hue sync is now also disabled by default, making the stock defaults focused on WLED devices. Users with other RGB ecosystems can manually enable the Hue or Alexa syncing in the settings. 
						
						
					 
					
						2025-08-17 18:12:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						7285efebca 
					 
					
						
						
							
							Merge pull request  #4836  from netmindz/V4-cleanup  
						
						 
						
						... 
						
						
						
						Remove old V3 IDF 
						
						
					 
					
						2025-08-16 14:29:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						af2d46c30d 
					 
					
						
						
							
							Set VERSION  
						
						 
						
						
						
						
					 
					
						2025-08-16 12:23:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						f4d89c4196 
					 
					
						
						
							
							add IDF V3 support for bootloop detection  
						
						 
						
						
						
						
					 
					
						2025-08-16 08:45:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						c9c442a933 
					 
					
						
						
							
							Bootloop detection & recovery ( #4793 )  
						
						 
						
						... 
						
						
						
						* added boot loop detection and config backup
* automatic OTA rollback if loading backup does not fix it
* added new file handling functions
* adding verification of json files, added config restore at bootup if broken
* added function to compare contents of two files for future use (currently not used) 
						
						
					 
					
						2025-08-15 20:43:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								TripleWhy 
							
						 
					 
					
						
						
							
						
						b8b59b2bb1 
					 
					
						
						
							
							Make rainbow effects more colorful ( #3681 )  
						
						 
						
						... 
						
						
						
						* Make color_wheel rotate in HSV sapce instead of linearly interpolating R->G->B
* Remove the rainbow wheel option, as that is the same as the rainbow palette
* Use hsv2rgb for color_wheel
This is the current result of the discussion in https://github.com/wled/WLED/pull/3681  
						
						
					 
					
						2025-08-15 20:19:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						c33e303323 
					 
					
						
						
							
							Fix eth build, update lib_deps for v4  
						
						 
						
						
						
						
					 
					
						2025-08-14 17:56:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						caf3c7a2f9 
					 
					
						
						
							
							Remove old V3 IDF  
						
						 
						
						
						
						
					 
					
						2025-08-14 17:50:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						c8d8ab020e 
					 
					
						
						
							
							ARDUINO_USB_CDC_ON_BOOT should not be in common esp32_idf_V4  
						
						 
						
						
						
						
					 
					
						2025-08-14 14:52:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						297d5ced75 
					 
					
						
						
							
							Use esp32_idf_V4.build_flags and esp32_idf_V4.lib_deps for all V4 builds  
						
						 
						
						
						
						
					 
					
						2025-08-14 14:52:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						3f90366aa8 
					 
					
						
						
							
							Merge pull request  #4796  from willmmiles/asynctcp-update  
						
						 
						
						... 
						
						
						
						Update AsyncTCP (and AsyncWebServer) 
						
						
					 
					
						2025-08-09 12:05:13 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						e3653baf74 
					 
					
						
						
							
							Segment fixes ( #4811 )  
						
						 
						
						... 
						
						
						
						* Pulling in proper segment memory handling&fixes from @blazoncek dev branch 
						
						
					 
					
						2025-08-07 21:11:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						f74d1459b9 
					 
					
						
						
							
							Downtune AsyncTCP stack size  
						
						 
						
						... 
						
						
						
						We downtuned the stack usage of AsyncTCP, and at some point in the
history of our fork, this got folded in to the default.  Re-apply the
stack size we've been using and recover that RAM. 
						
						
					 
					
						2025-08-04 14:21:11 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						93e011d403 
					 
					
						
						
							
							Merge pull request  #4769  from wled/fix-4671  
						
						 
						
						... 
						
						
						
						Add mDNS support for MQTT server 
						
						
					 
					
						2025-08-02 23:15:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						374d90629d 
					 
					
						
						
							
							Merge pull request  #4768  from wled/fix-4268  
						
						 
						
						... 
						
						
						
						Add mDNS resolution for network bus 
						
						
					 
					
						2025-08-02 23:12:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						bfe5cd52e7 
					 
					
						
						
							
							Merge pull request  #4748  from wled/aOTA  
						
						 
						
						... 
						
						
						
						Revert disable OTA logic & optional Arduino OTA 
						
						
					 
					
						2025-08-02 23:11:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						e374c7ae55 
					 
					
						
						
							
							Update to AsyncTCP 3.4.7  
						
						 
						
						... 
						
						
						
						Bugfix on 3.4.6 
						
						
					 
					
						2025-08-02 15:49:47 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						9e4675ef46 
					 
					
						
						
							
							Update AsyncWebServer and AsyncTCP  
						
						 
						
						... 
						
						
						
						This should fix (or at least improve) some of the crash cases under
excessive web server load. 
						
						
					 
					
						2025-07-30 22:17:44 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						b76ef231fc 
					 
					
						
						
							
							PS Bugfix: revert gamma correction for color, not brightness setting  
						
						 
						
						
						
						
					 
					
						2025-07-29 19:35:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						591dbe387c 
					 
					
						
						
							
							Merge pull request  #4780  from jasonsomers/main  
						
						 
						
						... 
						
						
						
						Update settings_wifi.htm 
						
						
					 
					
						2025-07-27 13:52:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						e5ba97bbe2 
					 
					
						
						
							
							Prevent crash during blend if led init fails,  https://github.com/wled/WLED/issues/4782  
						
						 
						
						
						
						
					 
					
						2025-07-27 13:15:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						b79e81f3be 
					 
					
						
						
							
							maxIssues for release notes  
						
						 
						
						
						
						
					 
					
						2025-07-27 11:43:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						ab5b6f9b7d 
					 
					
						
						
							
							fix change that got lost  
						
						 
						
						
						
						
					 
					
						2025-07-24 18:30:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						4fd1b393a8 
					 
					
						
						
							
							Bugfix in Aurora FX and fixed compiler warning in PS Impact  
						
						 
						
						
						
						
					 
					
						2025-07-24 18:27:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						e2f5becdd0 
					 
					
						
						
							
							Bugfixes in FX data allocation ( #4783 )  
						
						 
						
						... 
						
						
						
						- Bugfixes in FX data allocation: realloc was not handled properly.
- Added *intermediate* fix for waitForIt(), see https://github.com/wled/WLED/issues/4779 
- Bugfix in 1D->2D expansions: corner-expansion MUST be boundary checked as it blindly writes the max dimension
- removed some realloc(), improving fragmentation on large setups
- increased min heap constant
- ESP32 C3 has no PSRAM, it now uses default alloc functions
- also added missing UI info for "Error 7" 
						
						
					 
					
						2025-07-23 06:42:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						71301ddc57 
					 
					
						
						
							
							using segment buffer instead of local buffer for PS  ( #4776 )  
						
						 
						
						... 
						
						
						
						- using segment buffer instead of local buffer to save FX ram
- fix rendering if gamma correction is disabled
- some code cleanup
- Fix for low RAM: reduce number of particles dynamically
- updated add and scale color functions to not use references
- FPS is now more consistent and on average about 15% faster 
						
						
					 
					
						2025-07-22 22:26:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						c30c7e1da5 
					 
					
						
						
							
							Merge pull request  #4763  from wled/fix-parallel-i2s-selection  
						
						 
						
						... 
						
						
						
						Prevent parallel I2S use if different LED types are used. 
						
						
					 
					
						2025-07-22 11:14:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason Somers 
							
						 
					 
					
						
						
							
						
						806163f1ed 
					 
					
						
						
							
							Merge branch 'wled:main' into main  
						
						 
						
						
						
						
					 
					
						2025-07-17 22:13:01 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						ecc3eae247 
					 
					
						
						
							
							Revert status message change  
						
						 
						
						
						
						
					 
					
						2025-07-16 11:18:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						07e303bcc1 
					 
					
						
						
							
							Remove anything behind .local and ignore case  
						
						 
						
						
						
						
					 
					
						2025-07-15 13:37:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						24f2306129 
					 
					
						
						
							
							Strip .local from mDNS resolution  
						
						 
						
						
						
						
					 
					
						2025-07-15 10:33:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						79b3bc2573 
					 
					
						
						
							
							Add mDNS support for MQTT server  
						
						 
						
						... 
						
						
						
						- fixes wled#4671
- reduce some topic string parsing
- moves LWT into onConnect 
						
						
					 
					
						2025-07-12 19:04:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						5c74f0fa21 
					 
					
						
						
							
							Fix wled#4643  
						
						 
						
						
						
						
					 
					
						2025-07-12 18:49:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e7157e542a 
					 
					
						
						
							
							Add mDNS resolution for network bus  
						
						 
						
						
						
						
					 
					
						2025-07-12 18:44:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						a24420ae70 
					 
					
						
						
							
							Fix   #4268  
						
						 
						
						
						
						
					 
					
						2025-07-12 18:18:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						b7bfd6fc67 
					 
					
						
						
							
							Copy Segment FX ( #4124 )  
						
						 
						
						... 
						
						
						
						* Added FX to copy a segment in 1D or 2D
- copies the source segment
- brightness of segment is relative to source segment
- optionally shifts the color hue, saturation and brightness
- invert, transpose, mirror work
- if source or targets do not match in size, smallest size is copied
- unused pixels fade to black (allows overlapping segments)
- if invalid source ID is set, segment just fades to black
- added a rgb2hsv conversion function as the fastled variant is inaccurate and buggy
- 1D to 2D and vice versa are supported 
						
						
					 
					
						2025-07-12 07:40:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						8bcd4550f8 
					 
					
						
						
							
							Merge pull request  #4762  from willmmiles/parallel-i2s-bus-selection  
						
						 
						
						... 
						
						
						
						bus_wrapper: Use parallel I2S first when enabled 
						
						
					 
					
						2025-07-10 23:48:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						9569ec7ccf 
					 
					
						
						
							
							bus_wrapper: Update comments to reflect RMT usage  
						
						 
						
						
						
						
					 
					
						2025-07-09 16:28:22 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						61990189de 
					 
					
						
						
							
							bus_wrapper: Use parallel I2S first when enabled  
						
						 
						
						
						
						
					 
					
						2025-07-09 10:31:00 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						c0875b36bb 
					 
					
						
						
							
							Merge pull request  #4712  from willmmiles/2d-expansion-fadeout-fix  
						
						 
						
						... 
						
						
						
						Fix Segment::fade_out for 2d expansion 
						
						
					 
					
						2025-07-09 09:11:27 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						929a5a8d80 
					 
					
						
						
							
							Fix for wled#4759  
						
						 
						
						
						
						
					 
					
						2025-07-08 13:28:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						731f140b88 
					 
					
						
						
							
							Merge pull request  #4625  from LordMike/patch-1  
						
						 
						
						... 
						
						
						
						Create wled-tools 
						
						
					 
					
						2025-07-06 16:49:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						127c700a99 
					 
					
						
						
							
							Define starting heap with lastHeap  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						a67a2cbf5c 
					 
					
						
						
							
							Remove duplicate (de)allocateMultiplePins  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						f9a6a3d36f 
					 
					
						
						
							
							Return if pinallocation fails  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						9c38843747 
					 
					
						
						
							
							Fix color conversion bug for parallel I2S output  
						
						 
						
						... 
						
						
						
						- fixes wled#4719 
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								quake1508 
							
						 
					 
					
						
						
							
						
						3fc653bbff 
					 
					
						
						
							
							Typo correction ( #4756 )  
						
						 
						
						... 
						
						
						
						Compiling doesn't work because it doesn't find LD2410 in usermods.
The correct usermod is LD2410_v2 
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Dahmen 
							
						 
					 
					
						
						
							
						
						600603149e 
					 
					
						
						
							
							Fixed DNRGBW  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						2b42049998 
					 
					
						
						
							
							PICO-V3 detection  
						
						 
						
						... 
						
						
						
						- requires V4 environment 
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						5f70fe57e3 
					 
					
						
						
							
							Fix for  #4752  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						a2fc1a4d88 
					 
					
						
						
							
							Exclude pixels_dice_tray until we can limit what the CI builds, respecting the limited platforms - no bluetooth on S2  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						beee4e9293 
					 
					
						
						
							
							Fix deps for Si7021_MQTT_HA  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						17f7b158fa 
					 
					
						
						
							
							Exclude BME68X_v2  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						697ef4bdb7 
					 
					
						
						
							
							Update buzzer to default to 21 if GPIO 32 is not defined  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						ce323bed7a 
					 
					
						
						
							
							use extreme_partitions  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						db8b378ee0 
					 
					
						
						
							
							Fixing Si7021_MQTT_HA  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						85214f1f2b 
					 
					
						
						
							
							Exclude PWM_fan  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						63c3d5c89d 
					 
					
						
						
							
							Use existing board envs for usermod build  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						b43f85c305 
					 
					
						
						
							
							Update usermods/platformio_override.usermods.ini  
						
						 
						
						... 
						
						
						
						Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						f12840218e 
					 
					
						
						
							
							Add missing ${esp32_idf_V4.lib_deps} to usermods lib_deps  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						5f224fa5f9 
					 
					
						
						
							
							Fix build_flags and lib_deps for usermods#  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						263150aeb3 
					 
					
						
						
							
							fix envs  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						164f213094 
					 
					
						
						
							
							fix envs  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						06b4c05f73 
					 
					
						
						
							
							usermod_esp32s3  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						38975dbfd4 
					 
					
						
						
							
							force new line  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						a6ce136843 
					 
					
						
						
							
							fix custom_usermods setting  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						a678bd09e9 
					 
					
						
						
							
							Build for each chipset  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						8215fefc2d 
					 
					
						
						
							
							Build for each chipset  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						86137a669e 
					 
					
						
						
							
							Also run if the workflow changes  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						33650e3886 
					 
					
						
						
							
							Swap ordering to see if naming is then clearer  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						d090b11a47 
					 
					
						
						
							
							Verify each usermod on change  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						e44456fc0b 
					 
					
						
						
							
							build usermod_esp32  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						59f50a569a 
					 
					
						
						
							
							Fix typo in env name  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						9fda639e00 
					 
					
						
						
							
							Use JSON for usermods list  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						0ff2b5d081 
					 
					
						
						
							
							Use JSON for usermods list  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						134ce5d42d 
					 
					
						
						
							
							Use JSON for usermods list  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						0a9ed37244 
					 
					
						
						
							
							Build each usermod in isolation  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						6246e41b55 
					 
					
						
						
							
							Build each usermod in isolation  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						6b6d26b8f0 
					 
					
						
						
							
							enhancement & bugfixes in scrolling text ( #4742 )  
						
						 
						
						... 
						
						
						
						* enhancement & bugfixes in scrolling text
- function now evaluates full string: allows custom text plus multiple tokens in any order
- fixed evaluation order to prevent early exit(s)
- fixed day strings (argument must be weekday() ) 
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						62c87e206e 
					 
					
						
						
							
							Fix comment  
						
						 
						
						... 
						
						
						
						Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4905cdd2e3 
					 
					
						
						
							
							Optimise CCT buffer  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ce3f88428e 
					 
					
						
						
							
							Tackle CCT issue caused by segment blending  
						
						 
						
						... 
						
						
						
						- wled#4734 
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						74644aa4a7 
					 
					
						
						
							
							Fix   #4747  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						2ccb7312d0 
					 
					
						
						
							
							Compile fix  
						
						 
						
						
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						bd7735af3d 
					 
					
						
						
							
							Securing OTA update  
						
						 
						
						... 
						
						
						
						- prevent settings change if not using private IP address or same subnet
- prevent OTA from differnet subnet if PIN is not set
- ability to revert firmware 
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						0c2ab7ef45 
					 
					
						
						
							
							Remove nonfunctional usermod validation  
						
						 
						
						... 
						
						
						
						Non-platform-safe usermods are filtered out before validation runs;
so this check is no longer functional. 
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						fab724a703 
					 
					
						
						
							
							Fix disabled usermod presence validation  
						
						 
						
						... 
						
						
						
						PlatformIO doesn't clean out the libdir when usermods are disabled, so
they still appear in the LibBuilders() set.  Ensure that we validate
only usermods that were actually deps for the build. 
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ingDIY 
							
						 
					 
					
						
						
							
						
						ea86973548 
					 
					
						
						
							
							WLED_DISABLE_2D does not compile ( #4736 )  
						
						 
						
						... 
						
						
						
						the compilation fails with tons of errors if you try to compile using WLED_DISABLE_2D 
"message": "enclosing class of constexpr non-static member function 'bool Segment::is2D() const' is not a literal type",
"LineNumber": 766, 
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						9eb0c3c8e5 
					 
					
						
						
							
							Bugfix: convert cctBlend value back to "%" for UI ( #4737 )  
						
						 
						
						... 
						
						
						
						* Bugfix: convert cctBlend value back to "%" for UI 
						
						
					 
					
						2025-07-06 16:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						f20b4c9e81 
					 
					
						
						
							
							fix for  https://github.com/wled/WLED/issues/4488  ( #4692 )  
						
						 
						
						... 
						
						
						
						virtual strip index is added even if strip is 1D. this change fixes FX using virtual strips not working when WLED_DISABLE_2D is used. 
						
						
					 
					
						2025-07-06 16:22:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						6540deb462 
					 
					
						
						
							
							Bump urllib3 from 2.3.0 to 2.5.0  
						
						 
						
						... 
						
						
						
						Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.3.0 to 2.5.0.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.3.0...2.5.0 )
---
updated-dependencies:
- dependency-name: urllib3
  dependency-version: 2.5.0
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2025-07-06 16:22:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						c80c9bd8b9 
					 
					
						
						
							
							Update usermods/rgb-rotary-encoder/rgb-rotary-encoder.cpp  
						
						 
						
						... 
						
						
						
						Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-07-06 15:07:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						d7d1e929fe 
					 
					
						
						
							
							Fix color conversion bug for parallel I2S output  
						
						 
						
						... 
						
						
						
						- fixes wled#4719 
						
						
					 
					
						2025-07-05 22:32:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								quake1508 
							
						 
					 
					
						
						
							
						
						e2800d75f7 
					 
					
						
						
							
							Typo correction ( #4756 )  
						
						 
						
						... 
						
						
						
						Compiling doesn't work because it doesn't find LD2410 in usermods.
The correct usermod is LD2410_v2 
						
						
					 
					
						2025-07-03 20:00:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						2c1cf87e08 
					 
					
						
						
							
							Merge pull request  #4499  from Christanoid/main  
						
						 
						
						... 
						
						
						
						Fixed UDP Realtime streaming in DNRGBW Mode 
						
						
					 
					
						2025-07-03 00:30:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						e6716fe834 
					 
					
						
						
							
							PICO-V3 detection  
						
						 
						
						... 
						
						
						
						- requires V4 environment 
						
						
					 
					
						2025-07-01 10:22:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						fc0d64ec78 
					 
					
						
						
							
							Fix for  #4752  
						
						 
						
						
						
						
					 
					
						2025-07-01 10:17:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						7b0075d375 
					 
					
						
						
							
							Merge pull request  #4592  from netmindz/usermod-libs-matrix  
						
						 
						
						... 
						
						
						
						Usermod libs matrix 
						
						
					 
					
						2025-06-28 15:52:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						e227d01436 
					 
					
						
						
							
							Exclude pixels_dice_tray until we can limit what the CI builds, respecting the limited platforms - no bluetooth on S2  
						
						 
						
						
						
						
					 
					
						2025-06-28 15:37:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						db55fec879 
					 
					
						
						
							
							Merge branch 'usermod-libs-matrix' of github.com:netmindz/WLED into usermod-libs-matrix  
						
						 
						
						
						
						
					 
					
						2025-06-28 15:13:09 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						9099b13f69 
					 
					
						
						
							
							Fix deps for Si7021_MQTT_HA  
						
						 
						
						
						
						
					 
					
						2025-06-28 15:11:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						0ba05877d7 
					 
					
						
						
							
							Exclude BME68X_v2  
						
						 
						
						
						
						
					 
					
						2025-06-28 14:47:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						b1ed99dfe6 
					 
					
						
						
							
							Disable BME68X_v2  
						
						 
						
						
						
						
					 
					
						2025-06-28 14:47:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						a2e9e2b7d1 
					 
					
						
						
							
							Update buzzer to default to 21 if GPIO 32 is not defined  
						
						 
						
						
						
						
					 
					
						2025-06-28 14:45:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						5163fbf36b 
					 
					
						
						
							
							Merge branch 'main' into usermod-libs-matrix  
						
						 
						
						
						
						
					 
					
						2025-06-28 14:38:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						b187f9427d 
					 
					
						
						
							
							use extreme_partitions  
						
						 
						
						
						
						
					 
					
						2025-06-28 14:03:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						7cc5c87a52 
					 
					
						
						
							
							Fixing Si7021_MQTT_HA  
						
						 
						
						
						
						
					 
					
						2025-06-28 13:59:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						1c4141a2b1 
					 
					
						
						
							
							Exclude PWM_fan  
						
						 
						
						
						
						
					 
					
						2025-06-28 13:44:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						cc81cc27b0 
					 
					
						
						
							
							enhancement & bugfixes in scrolling text ( #4742 )  
						
						 
						
						... 
						
						
						
						* enhancement & bugfixes in scrolling text
- function now evaluates full string: allows custom text plus multiple tokens in any order
- fixed evaluation order to prevent early exit(s)
- fixed day strings (argument must be weekday() ) 
						
						
					 
					
						2025-06-28 09:42:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6a5dcb3a76 
					 
					
						
						
							
							More OTA UI tweaks  
						
						 
						
						
						
						
					 
					
						2025-06-26 15:46:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						796494e925 
					 
					
						
						
							
							Tweaks in OTA UI  
						
						 
						
						... 
						
						
						
						- added OTA section toggle
- added ignore upload
- fix for missing "NoXXX" ID
- rely on 404 for /dmxmap 
						
						
					 
					
						2025-06-26 11:41:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7973fd84f1 
					 
					
						
						
							
							Revert disable OTA & optional Arduino OTA  
						
						 
						
						... 
						
						
						
						- new compile flag WLED_ENABLE_AOTA
- modify WLED_CONNECTED macro
- bugfix in Network isConnected() when static IP is set 
						
						
					 
					
						2025-06-25 11:23:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						66869f8341 
					 
					
						
						
							
							Merge pull request  #4744  from wled/CCT-fix  
						
						 
						
						... 
						
						
						
						CCT fix
May require some additional optimisations in the future to reduce unnecessary memory allocations (i.e. mixed CCT and non CCT buses). 
						
						
					 
					
						2025-06-24 11:15:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						10d1098403 
					 
					
						
						
							
							Fix comment  
						
						 
						
						... 
						
						
						
						Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-06-24 11:08:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a041fd1266 
					 
					
						
						
							
							Fix   #4747  
						
						 
						
						
						
						
					 
					
						2025-06-24 11:00:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e2fd1559d2 
					 
					
						
						
							
							Optimise CCT buffer  
						
						 
						
						
						
						
					 
					
						2025-06-20 20:53:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9dbd5f89b6 
					 
					
						
						
							
							Tackle CCT issue caused by segment blending  
						
						 
						
						... 
						
						
						
						- wled#4734 
						
						
					 
					
						2025-06-20 20:53:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						0f00c95aba 
					 
					
						
						
							
							Merge pull request  #4700  from wled/secure-ota  
						
						 
						
						... 
						
						
						
						Securing OTA update 
						
						
					 
					
						2025-06-20 20:05:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						bbfe90d2ca 
					 
					
						
						
							
							Merge pull request  #4738  from willmmiles/validate-usermods-after-removal  
						
						 
						
						... 
						
						
						
						Fix validation after removing a usermod 
						
						
					 
					
						2025-06-20 10:04:56 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ingDIY 
							
						 
					 
					
						
						
							
						
						3f03cb4d2b 
					 
					
						
						
							
							WLED_DISABLE_2D does not compile ( #4736 )  
						
						 
						
						... 
						
						
						
						the compilation fails with tons of errors if you try to compile using WLED_DISABLE_2D 
"message": "enclosing class of constexpr non-static member function 'bool Segment::is2D() const' is not a literal type",
"LineNumber": 766, 
						
						
					 
					
						2025-06-20 15:42:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						05557ca790 
					 
					
						
						
							
							Bugfix: convert cctBlend value back to "%" for UI ( #4737 )  
						
						 
						
						... 
						
						
						
						* Bugfix: convert cctBlend value back to "%" for UI 
						
						
					 
					
						2025-06-20 10:55:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						a53baa9b42 
					 
					
						
						
							
							fix for  https://github.com/wled/WLED/issues/4488  ( #4692 )  
						
						 
						
						... 
						
						
						
						virtual strip index is added even if strip is 1D. this change fixes FX using virtual strips not working when WLED_DISABLE_2D is used. 
						
						
					 
					
						2025-06-19 16:56:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						7eafc01ab9 
					 
					
						
						
							
							Merge pull request  #4740  from wled/dependabot/pip/urllib3-2.5.0  
						
						 
						
						... 
						
						
						
						Bump urllib3 from 2.3.0 to 2.5.0 
						
						
					 
					
						2025-06-19 08:19:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						57cc1ce5d0 
					 
					
						
						
							
							Bump urllib3 from 2.3.0 to 2.5.0  
						
						 
						
						... 
						
						
						
						Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.3.0 to 2.5.0.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.3.0...2.5.0 )
---
updated-dependencies:
- dependency-name: urllib3
  dependency-version: 2.5.0
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2025-06-19 05:04:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						368351bbdd 
					 
					
						
						
							
							Remove nonfunctional usermod validation  
						
						 
						
						... 
						
						
						
						Non-platform-safe usermods are filtered out before validation runs;
so this check is no longer functional. 
						
						
					 
					
						2025-06-18 12:10:00 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						f9bfcce65d 
					 
					
						
						
							
							Fix disabled usermod presence validation  
						
						 
						
						... 
						
						
						
						PlatformIO doesn't clean out the libdir when usermods are disabled, so
they still appear in the LibBuilders() set.  Ensure that we validate
only usermods that were actually deps for the build. 
						
						
					 
					
						2025-06-18 12:08:57 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						e97723dcc7 
					 
					
						
						
							
							Use existing board envs for usermod build  
						
						 
						
						
						
						
					 
					
						2025-06-17 08:26:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						3dc45b80ba 
					 
					
						
						
							
							Fix b pin for Default pins  
						
						 
						
						
						
						
					 
					
						2025-06-16 22:27:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						020eca8292 
					 
					
						
						
							
							Add esp32dev_hub75_forum_pinout  
						
						 
						
						
						
						
					 
					
						2025-06-16 22:10:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						fb469d7b24 
					 
					
						
						
							
							esp32S3_PSRAM_HUB75  
						
						 
						
						
						
						
					 
					
						2025-06-16 21:29:19 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						0f5d297bfb 
					 
					
						
						
							
							esp32S3_PSRAM_HUB75  
						
						 
						
						
						
						
					 
					
						2025-06-16 21:07:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						a56bd3cb91 
					 
					
						
						
							
							Add missing flash_mode  
						
						 
						
						
						
						
					 
					
						2025-06-16 20:55:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						ddd5d4152b 
					 
					
						
						
							
							Fix WLED_RELEASE_NAME for hub75 builds  
						
						 
						
						
						
						
					 
					
						2025-06-16 20:43:23 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						edf6cb146d 
					 
					
						
						
							
							Merge branch 'HUB75-AC' of github.com:netmindz/WLED into HUB75-AC  
						
						 
						
						
						
						
					 
					
						2025-06-16 20:08:23 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						4707a50fbb 
					 
					
						
						
							
							Temporary - build hub75 images for PR testing  
						
						 
						
						
						
						
					 
					
						2025-06-16 20:05:25 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						91bd6c3f35 
					 
					
						
						
							
							Fix defintion for hub75 envs  
						
						 
						
						
						
						
					 
					
						2025-06-16 20:04:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						009950e28f 
					 
					
						
						
							
							Update Hug75 to reflect changes in 0.16  
						
						 
						
						
						
						
					 
					
						2025-06-16 20:04:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						8ee12620f0 
					 
					
						
						
							
							Merge branch 'main' into HUB75-AC  
						
						 
						
						
						
						
					 
					
						2025-06-16 20:03:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						65edc50563 
					 
					
						
						
							
							Update wled.h  
						
						 
						
						
						
						
					 
					
						2025-06-16 17:37:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						a6f5080a4f 
					 
					
						
						
							
							Update usermods/platformio_override.usermods.ini  
						
						 
						
						... 
						
						
						
						Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-06-15 09:26:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						d2d5c423b7 
					 
					
						
						
							
							Merge pull request  #4690  from Arcitec/ar-agc-control  
						
						 
						
						... 
						
						
						
						AR: add compile-time flag for "Automatic Gain Control" option 
						
						
					 
					
						2025-06-14 21:17:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						42bf8fb40d 
					 
					
						
						
							
							Update pr-merge.yaml  
						
						 
						
						
						
						
					 
					
						2025-06-14 20:02:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						b0dd9690e7 
					 
					
						
						
							
							Add missing ${esp32_idf_V4.lib_deps} to usermods lib_deps  
						
						 
						
						
						
						
					 
					
						2025-06-14 20:56:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						65a79d411d 
					 
					
						
						
							
							Fix build_flags and lib_deps for usermods#  
						
						 
						
						
						
						
					 
					
						2025-06-14 20:52:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						3a413a59ba 
					 
					
						
						
							
							Merge pull request  #4713  from willmmiles/parallel-i2s-ui-missing  
						
						 
						
						... 
						
						
						
						Update crude parallel I2S detection 
						
						
					 
					
						2025-06-14 15:25:18 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						16a88775c3 
					 
					
						
						
							
							Revert changes to blur()  
						
						 
						
						... 
						
						
						
						No need to rely on a sufficiently smart compiler. 
						
						
					 
					
						2025-06-14 15:21:12 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						728b1e8ad4 
					 
					
						
						
							
							Merge pull request  #4723  from DedeHai/Flow_Stripe_FX_fix  
						
						 
						
						... 
						
						
						
						Fixed "Flow Stripe" FX and added palette support 
						
						
					 
					
						2025-06-14 20:20:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						7835550f1a 
					 
					
						
						
							
							Merge branch 'main' into usermod-libs-matrix  
						
						 
						
						
						
						
					 
					
						2025-06-14 20:17:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						a50b4f5e3c 
					 
					
						
						
							
							Merge pull request  #4731  from wled/dependabot/npm_and_yarn/brace-expansion-1.1.12  
						
						 
						
						... 
						
						
						
						Bump brace-expansion from 1.1.11 to 1.1.12 
						
						
					 
					
						2025-06-14 20:11:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						80c40f6afd 
					 
					
						
						
							
							Update pr-merge.yaml  
						
						 
						
						... 
						
						
						
						try and fix permissions issue of missing secret on PRs 
						
						
					 
					
						2025-06-14 19:10:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						f442d58b70 
					 
					
						
						
							
							Update pr-merge.yaml  
						
						 
						
						
						
						
					 
					
						2025-06-14 19:06:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						201d04910a 
					 
					
						
						
							
							Update pr-merge.yaml  
						
						 
						
						
						
						
					 
					
						2025-06-14 19:04:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						65f2ced6c2 
					 
					
						
						
							
							Bump brace-expansion from 1.1.11 to 1.1.12  
						
						 
						
						... 
						
						
						
						Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion ) from 1.1.11 to 1.1.12.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases )
- [Commits](https://github.com/juliangruber/brace-expansion/compare/1.1.11...v1.1.12 )
---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.12
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2025-06-14 13:46:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						2a0e78c656 
					 
					
						
						
							
							Merge pull request  #4721  from wled/dependabot/pip/requests-2.32.4  
						
						 
						
						... 
						
						
						
						Bump requests from 2.32.3 to 2.32.4 
						
						
					 
					
						2025-06-14 14:45:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						05f0630b9c 
					 
					
						
						
							
							add inverse gamma 32 function and fix colors in pride ( #4722 )  
						
						 
						
						... 
						
						
						
						* add inverse gamma 32 function and fix for colors in pride 
						
						
					 
					
						2025-06-11 08:30:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						ea231cbea8 
					 
					
						
						
							
							Fixed "Flow Stripe" FX and added palette support  
						
						 
						
						
						
						
					 
					
						2025-06-10 19:29:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						24e71cc6d5 
					 
					
						
						
							
							Bump requests from 2.32.3 to 2.32.4  
						
						 
						
						... 
						
						
						
						Bumps [requests](https://github.com/psf/requests ) from 2.32.3 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4 )
---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.32.4
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2025-06-10 10:21:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						94f226aadf 
					 
					
						
						
							
							Fix additional mapping expansion locations  
						
						 
						
						
						
						
					 
					
						2025-06-09 12:15:36 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						00d1fcc5fb 
					 
					
						
						
							
							bugfixes: grouping and missing libArchive ( #4718 )  
						
						 
						
						
						
						
					 
					
						2025-06-09 17:41:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						caeda96fbd 
					 
					
						
						
							
							PS bugfix: do not increase saturation of palette colors ( #4715 )  
						
						 
						
						... 
						
						
						
						this fix prevents palette colors being saturated more if high (but not full) saturation value is set for a particle 
						
						
					 
					
						2025-06-08 13:03:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						9805ae59d5 
					 
					
						
						
							
							PS Fire: added sparks for better looks ( #4714 )  
						
						 
						
						... 
						
						
						
						also added some smear-blurring if "smooth" (motion blur) is not used 
						
						
					 
					
						2025-06-08 13:02:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						00eb4068b0 
					 
					
						
						
							
							add pre-applied gamma to c3g & fastled palettes to match original look ( #4711 )  
						
						 
						
						
						
						
					 
					
						2025-06-08 13:01:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mryndzionek 
							
						 
					 
					
						
						
							
						
						fc7d4dfcb0 
					 
					
						
						
							
							Added new "effect usermod"  
						
						 
						
						... 
						
						
						
						- Added new effect - Diffusion Fire
- UM is intended as a base / tutorial (work in progress) 
						
						
					 
					
						2025-06-08 10:52:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						ab28b6d58f 
					 
					
						
						
							
							Update crude parallel I2S detection  
						
						 
						
						... 
						
						
						
						My ESP32s are now reporting a maximum of 32 buses. 
						
						
					 
					
						2025-06-07 12:03:48 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						4abaf13598 
					 
					
						
						
							
							Fix Segment::fade_out for 2d expansion  
						
						 
						
						... 
						
						
						
						Since we're using get/setPixelColorRaw, we need the true length, not
the virtual length. 
						
						
					 
					
						2025-06-07 11:08:11 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						8b65d873b3 
					 
					
						
						
							
							fix particle brightness distribution with new gamma correction ( #4710 )  
						
						 
						
						... 
						
						
						
						Particle System depends on linear brightness distribution, gamma corrected values are non-linear.
- added invers gamma table
- reversing gamma after brightness distribution makes it linear once again 
						
						
					 
					
						2025-06-07 13:15:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						a87b562bc2 
					 
					
						
						
							
							update to distortionwave FX ( #4693 )  
						
						 
						
						... 
						
						
						
						- fixed "jumpyness" by improving offset calculation resolution
- added palette support
- added two rendering modes for use with palette: one uses hue-mapping, one uses brightness mapping
- added alternate animation mode (from initial source)
- extended scaling: zoom checkmark (depends on matrix size) 
						
						
					 
					
						2025-06-06 17:05:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						23a51e0982 
					 
					
						
						
							
							Merge pull request  #4658  from wled/layers  
						
						 
						
						... 
						
						
						
						Segment layers and better effect transitions (blending) 
						
						
					 
					
						2025-06-01 12:28:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						4a3af814bf 
					 
					
						
						
							
							Merge pull request  #4669  from willmmiles/4597-usermods-not-building  
						
						 
						
						... 
						
						
						
						Correct issues with usermods not being linked.
- Explicitly set libArchive: false in usermod library.json files
- Fix up symlink path generation on Windows
- Add validation script to report usermod linkage in resulting binary 
						
						
					 
					
						2025-05-26 22:41:45 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						db22936153 
					 
					
						
						
							
							Merge pull request  #4698  from zuckschwerdt/fix-initmqtttwice  
						
						 
						
						... 
						
						
						
						Fix running initMqtt twice on bootup 
						
						
					 
					
						2025-05-26 20:42:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						a147f4120c 
					 
					
						
						
							
							Compile fix  
						
						 
						
						
						
						
					 
					
						2025-05-26 18:19:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						dcd3e07273 
					 
					
						
						
							
							Securing OTA update  
						
						 
						
						... 
						
						
						
						- prevent settings change if not using private IP address or same subnet
- prevent OTA from differnet subnet if PIN is not set
- ability to revert firmware 
						
						
					 
					
						2025-05-26 18:00:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						f26733cd8c 
					 
					
						
						
							
							Merge pull request  #4697  from zuckschwerdt/fix-mqttlwtonce  
						
						 
						
						... 
						
						
						
						Change to set LWT only once 
						
						
					 
					
						2025-05-26 12:00:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						f3623158d7 
					 
					
						
						
							
							Usermod script cleanup  
						
						 
						
						... 
						
						
						
						Fix whitespace and remove unused imports 
						
						
					 
					
						2025-05-25 08:33:27 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						e80a7c6b75 
					 
					
						
						
							
							usermod_v2_HttpPullLightControl: Add usermod object  
						
						 
						
						... 
						
						
						
						The module instance was missing. 
						
						
					 
					
						2025-05-24 23:15:36 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						309c8d67f3 
					 
					
						
						
							
							Generalize module link validation  
						
						 
						
						... 
						
						
						
						Perform validation for external modules, too. 
						
						
					 
					
						2025-05-24 23:14:22 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						75c95d88e2 
					 
					
						
						
							
							usermods/*/setup_deps.py: Check lib_deps for deps  
						
						 
						
						... 
						
						
						
						Check the safest possible location for final information on what
components are actually being linked in.  This demonstrates a safe
approach that works even for out-of-tree modules. 
						
						
					 
					
						2025-05-24 22:18:22 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						0a7d3a9d9b 
					 
					
						
						
							
							load_usermods: Simplify load code  
						
						 
						
						... 
						
						
						
						Remove all the unnecessary bits. 
						
						
					 
					
						2025-05-24 22:16:01 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						aa28769e71 
					 
					
						
						
							
							Merge pull request  #4652  from wled/disable-ota  
						
						 
						
						... 
						
						
						
						Only disable Arduino OTA when using -D WLED_DISABLE_OTA 
						
						
					 
					
						2025-05-24 21:27:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						75cd411073 
					 
					
						
						
							
							Improve all-usermod handling  
						
						 
						
						... 
						
						
						
						Use a magic custom_usermods string instead of a magic environment
name; and disable the validation script as it triggers on the non-
platform-compatible mods. 
						
						
					 
					
						2025-05-24 14:13:08 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						792a7aa081 
					 
					
						
						
							
							load_usermods: Resolve folder paths  
						
						 
						
						... 
						
						
						
						Ensure all paths used in usermod symlinks are fully resolved, including
any case correctness issues on Windows.  Apparently PlatformIO does
not handle symlink files correctly on Windows if there are case
differences between cwd and the resolved path. 
						
						
					 
					
						2025-05-22 09:13:54 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						7ea510e75b 
					 
					
						
						
							
							validate_usermods: Improve message  
						
						 
						
						
						
						
					 
					
						2025-05-22 08:44:05 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						242df4b049 
					 
					
						
						
							
							validate_usermods: Fix old ESP32 platform  
						
						 
						
						... 
						
						
						
						The modern linker used with new platforms (ESP8266, ESP32 >v4) always
produces paths in the map file with slash; however the old linker for
the old ESP32 platform instead produces paths with backslash when
building on Windows.  Match both types as a path separator when
scanning linked symbols. 
						
						
					 
					
						2025-05-22 08:43:52 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						358e38e056 
					 
					
						
						
							
							validate_usermods: Ensure map file is created  
						
						 
						
						... 
						
						
						
						Not all of our platforms create one by default; ensure it's produced. 
						
						
					 
					
						2025-05-22 08:41:59 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian W. Zuckschwerdt 
							
						 
					 
					
						
						
							
						
						c693f63244 
					 
					
						
						
							
							Fix running initMqtt twice on bootup  
						
						 
						
						
						
						
					 
					
						2025-05-22 14:14:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian W. Zuckschwerdt 
							
						 
					 
					
						
						
							
						
						817157bbc1 
					 
					
						
						
							
							Change to set LWT only once  
						
						 
						
						
						
						
					 
					
						2025-05-22 11:19:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						ac61eb4b1b 
					 
					
						
						
							
							validate_usermods: Fix inverted check  
						
						 
						
						... 
						
						
						
						Difference direction was inverted.  It's tough to test when it always
works correctly on your local machine!
H/t @coderabbitai 
						
						
					 
					
						2025-05-19 17:41:11 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						24ab2952ee 
					 
					
						
						
							
							Add unambiguous usermod list to info  
						
						 
						
						... 
						
						
						
						Neither the info panel nor the settings dialog can be trusted to
accurately report the usermod list:
- Not all usermods necessarily add to the info panel
- Not all usermods necessarily add to the config page
- #4609  is required for the config page to be correct
Add a short list to the info object that lists the loaded usermod IDs.
This is not displayed via the UI, but can be queried with curl or web
debug tools.
To be removed when usermod loading is working well. 
						
						
					 
					
						2025-05-19 17:30:40 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						999637f8ad 
					 
					
						
						
							
							Validate usermods at link time  
						
						 
						
						... 
						
						
						
						Add additional validation of the linker .map output to confirm that the
correct usermods were added. 
						
						
					 
					
						2025-05-19 17:30:22 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						25223c446f 
					 
					
						
						
							
							fixed bouncing bug ( #4694 )  
						
						 
						
						
						
						
					 
					
						2025-05-19 20:48:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						66ad27ad3a 
					 
					
						
						
							
							add support for up to 10 ESPNow remotes ( #4654 )  
						
						 
						
						... 
						
						
						
						* add support for up to 10 ESPNow remotes
* removed debug line
* changed todo comment
* fixed some issues, shortened html/java code
- reverting name to `linked_remote`
- ESPNow remote list is now hidden if unchecked
- shortened java script function names and variables to save flash
- removed now obsolete settings in xml.cpp
- correct checking of valid hex string for remote list in java script
* fixed indentation, using emplace_back instead of push_back, using JsonVariant, replaced buttons with +/-
* shortened java code
* updated java code, fixed bug
- element is now properly removed
- `+` button is hidden if list is full
- user needs to remove a remote, then reload the page to add it (workaround for edge case that needs more code to handle otherwise)
* add limit
* clearer usage description 
						
						
					 
					
						2025-05-19 20:34:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						d9ad4ec743 
					 
					
						
						
							
							improved & refactored Android FX ( #4522 )  
						
						 
						
						... 
						
						
						
						- returns FRAMETIME -> no more flickering in transitions and overlay
- no more double-painting of pixels 
						
						
					 
					
						2025-05-19 19:50:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arcitec 
							
						 
					 
					
						
						
							
						
						d381108dc0 
					 
					
						
						
							
							AR: add compile-time flag for "Automatic Gain Control" option  
						
						 
						
						... 
						
						
						
						Automatic Gain Control is a very important aspect of the audioreactive plugin,
and is vitally important when the external music volume constantly changes.
It makes sense to allow users to choose their preferred AGC behavior at
compile-time, since they can already set the Gain and Squelch via flags.
Adds `SR_AGC` as a flag, which defaults to 0 (off). 
						
						
					 
					
						2025-05-14 00:40:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						cbe7d0678b 
					 
					
						
						
							
							Merge pull request  #4683  from srg74/main  
						
						 
						
						... 
						
						
						
						Fixing markdownlint errors 
						
						
					 
					
						2025-05-11 17:13:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								srg74 
							
						 
					 
					
						
						
							
						
						42d9a41cf5 
					 
					
						
						
							
							Fixed markdownlint errors  #2  
						
						 
						
						
						
						
					 
					
						2025-05-11 12:49:32 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								srg74 
							
						 
					 
					
						
						
							
						
						b5a710dbe4 
					 
					
						
						
							
							Fixed markdownlint errors  
						
						 
						
						
						
						
					 
					
						2025-05-11 12:19:03 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						40653b0d6f 
					 
					
						
						
							
							Merge pull request  #4682  from DedeHai/PS_galaxy  
						
						 
						
						... 
						
						
						
						Add new effect: PS Galaxy 
						
						
					 
					
						2025-05-10 15:05:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						608aff1e17 
					 
					
						
						
							
							slight speed improvement, fixed indentation  
						
						 
						
						
						
						
					 
					
						2025-05-10 09:11:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						5fe766399b 
					 
					
						
						
							
							comment  
						
						 
						
						
						
						
					 
					
						2025-05-09 19:06:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						891115ecee 
					 
					
						
						
							
							bugfix  
						
						 
						
						
						
						
					 
					
						2025-05-09 19:06:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						0fe722e478 
					 
					
						
						
							
							add new effect: PS Galaxy  
						
						 
						
						... 
						
						
						
						- parameters tuned to make it look good on most settings 
						
						
					 
					
						2025-05-09 18:53:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						ee3864175d 
					 
					
						
						
							
							load_usermods: Make missing libArchive an error  
						
						 
						
						... 
						
						
						
						Rather than try and fail to add this property, abort if it's missing
from any requested usermod. 
						
						
					 
					
						2025-05-06 22:39:10 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						849d5e6667 
					 
					
						
						
							
							Add libArchive to other usermods  
						
						 
						
						... 
						
						
						
						Not all of them were removed by the reverted commit; re-do the
rest of them. 
						
						
					 
					
						2025-05-06 22:38:33 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						a8dd2435ec 
					 
					
						
						
							
							Revert "Usermods: Remove libArchive"  
						
						 
						
						... 
						
						
						
						This reverts commit 0d44e7ec27 . 
						
						
					 
					
						2025-05-06 22:12:01 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						d9b086cbe9 
					 
					
						
						
							
							Bugfixes in PS, improvements to PS Fireworks 1D ( #4673 )  
						
						 
						
						... 
						
						
						
						- fixed inconsitencies in size rendering
- fixed palette being wrapped in color by position and color by age modes
- Fixed bug in memory layout: for some unknown reason, if flags come before particles, last flag is sometimes overwritten, changing memory laout seems to fix that
- New color modes in PS Fireworks 1D:
 - custom3 slider < 16: lower saturation (check1: single color or multi-color explosions)
 - custom3 slider <= 23: full saturation (check1: single color or multi-color explosions)
 - custom3 slider > 23: color by speed (check 1 has not effect here)
 - custom slider = max: color by age or color by position (depends on check1) 
						
						
					 
					
						2025-05-01 13:39:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						6464c620c7 
					 
					
						
						
							
							load_usermods: Enforce CPPPATH type  
						
						 
						
						... 
						
						
						
						Ensure that entries put in CPPPATH are always strings so SCons can
correctlly deduplicate. 
						
						
					 
					
						2025-04-30 21:56:56 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						7998650e60 
					 
					
						
						
							
							Fix up usermod libArchive settings  
						
						 
						
						... 
						
						
						
						The ConfigureProjectLibBuilder process will flush and reload the library
settings from the on-disk manifests if any new library is installed at
that stage.  This has the side effect of reverting the libArchive setting
applied to usermods which was performed prior to that call.
Apply the setting afterwards, instead.
Fixes  #4597  
						
						
					 
					
						2025-04-30 21:18:05 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						d10714d1c1 
					 
					
						
						
							
							Merge pull request  #4623  from willmmiles/more-usermod-fixes  
						
						 
						
						... 
						
						
						
						More usermod fixes 
						
						
					 
					
						2025-04-30 18:55:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						f721efca1e 
					 
					
						
						
							
							fixed wrong gravity setting, added option for no trail ( #4665 )  
						
						 
						
						
						
						
					 
					
						2025-04-28 21:12:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						125a21da75 
					 
					
						
						
							
							Comment  
						
						 
						
						
						
						
					 
					
						2025-04-26 20:15:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						c934776f45 
					 
					
						
						
							
							Address issues reported  
						
						 
						
						
						
						
					 
					
						2025-04-26 20:08:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						f1c88bc38d 
					 
					
						
						
							
							fix envs  
						
						 
						
						
						
						
					 
					
						2025-04-26 15:54:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						92db9e0e00 
					 
					
						
						
							
							fix envs  
						
						 
						
						
						
						
					 
					
						2025-04-26 15:21:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						19ba257722 
					 
					
						
						
							
							usermod_esp32s3  
						
						 
						
						
						
						
					 
					
						2025-04-26 15:07:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						6c4d049c1a 
					 
					
						
						
							
							force new line  
						
						 
						
						
						
						
					 
					
						2025-04-26 15:06:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						fbb7ef7cfc 
					 
					
						
						
							
							fix custom_usermods setting  
						
						 
						
						
						
						
					 
					
						2025-04-26 14:52:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						b77881f634 
					 
					
						
						
							
							Build for each chipset  
						
						 
						
						
						
						
					 
					
						2025-04-26 14:46:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						7852ff558e 
					 
					
						
						
							
							Build for each chipset  
						
						 
						
						
						
						
					 
					
						2025-04-26 14:44:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						adb9b773b0 
					 
					
						
						
							
							Merge branch 'main' into usermod-libs-matrix  
						
						 
						
						
						
						
					 
					
						2025-04-26 14:28:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						410025f30f 
					 
					
						
						
							
							Merge pull request  #4661  from wled/dependabot/pip/h11-0.16.0  
						
						 
						
						... 
						
						
						
						Bump h11 from 0.14.0 to 0.16.0 
						
						
					 
					
						2025-04-25 07:20:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						f1d52a8ec1 
					 
					
						
						
							
							Bump h11 from 0.14.0 to 0.16.0  
						
						 
						
						... 
						
						
						
						Bumps [h11](https://github.com/python-hyper/h11 ) from 0.14.0 to 0.16.0.
- [Commits](https://github.com/python-hyper/h11/compare/v0.14.0...v0.16.0 )
---
updated-dependencies:
- dependency-name: h11
  dependency-version: 0.16.0
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2025-04-24 16:33:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						7f2b6a3f10 
					 
					
						
						
							
							More compilation fixes.  
						
						 
						
						
						
						
					 
					
						2025-04-23 18:53:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						0f321bfb38 
					 
					
						
						
							
							Compilation fixes  
						
						 
						
						
						
						
					 
					
						2025-04-23 18:38:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								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  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						ee9ac947a1 
					 
					
						
						
							
							Segment layering & effect blending improvements  
						
						 
						
						... 
						
						
						
						- Photoshop-style segment/layer blending
- return of strip ABL
- remove global LED buffer in favour of segment-local buffer
- new effect blending modes/transitions
- custom palettes moved out of WS2812FX class
- increased limits (matrix size, LED RAM)
- added "rainbow"-mode colorwheel
- replaced palettes with gamma unmodified ones
- move gamma adjustment to last step before sending to LEDs
- Segment & WS2812FX class reorganisation (mutable members, reordered members, protected members) 
						
						
					 
					
						2025-04-22 22:37:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						8baf0fdef7 
					 
					
						
						
							
							Add UI logic to hide ArduinoOTA checkbox and remove configuration items  
						
						 
						
						
						
						
					 
					
						2025-04-20 11:44:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						353868414a 
					 
					
						
						
							
							Removed PS memory manager and some minor improvements ( #4651 )  
						
						 
						
						... 
						
						
						
						* Removed memory manager from PS
- reverted all changes related to memory manager
- moved local buffer into effect data memory
- some RAM issues may occur on larger setups: tested on S3 it works fine up to 32x32 but runs into memory issues at 64x32
* fixed ifdef, improved readability, add optimize "o2" flags to improve speed
- added struct for x and y coordinates, thx to @blazoncek
* cleanup and minor improvements
- removed local buffer for ESP8266 in 1D system to save on RAM
- increased particle brightness in PS Impact
- minor tweak in collision binning (might improve speed)
- removed comments and some other unused stuff
- fixed a few compiler wranings
* fixed init sequence bug 
						
						
					 
					
						2025-04-20 11:38:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						c661d8f5b7 
					 
					
						
						
							
							Merge pull request  #4627  from blazoncek/overlay-fix  
						
						 
						
						... 
						
						
						
						Allow clock overlay to use LED beyond 255 
						
						
					 
					
						2025-04-20 11:05:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						ca7d7d9369 
					 
					
						
						
							
							Only disable Arduino OTA when using -D WLED_DISABLE_OTA  
						
						 
						
						... 
						
						
						
						- since Update object is accessible even with ArduinoOTA disabled it should possible to use HTTP OTA regardless
- this saves about 12kB while still allowing OTA updates
- HTTP OTA updates can be blocked using PIN or OTA lock 
						
						
					 
					
						2025-04-20 11:01:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						02f14baad4 
					 
					
						
						
							
							Updates to particle system ( #4630 )  
						
						 
						
						... 
						
						
						
						* added Sonic Boom AR FX, some tweaks to Sonic Stream
* added white color option to Sonic Stream
* improvements to collisions (speed look-ahead)
* code prettified
* added "playful" mode to PS Chase plus some minor speed optimizations
* Adding new FX: PS Springy with many config options 
						
						
					 
					
						2025-04-15 19:07:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						88aa8e8178 
					 
					
						
						
							
							Add note on avahi-utils  
						
						 
						
						
						
						
					 
					
						2025-04-11 16:15:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						e979c58c98 
					 
					
						
						
							
							Merge pull request  #4609  from willmmiles/usermod-cfg-live  
						
						 
						
						... 
						
						
						
						Use live cfg json instead of file for usermod settings page 
						
						
					 
					
						2025-04-06 09:28:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						81b74227fa 
					 
					
						
						
							
							Set executable  
						
						 
						
						
						
						
					 
					
						2025-04-06 01:20:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						9e96bd6705 
					 
					
						
						
							
							Add help examples, header  
						
						 
						
						
						
						
					 
					
						2025-04-06 01:17:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						5203c3927f 
					 
					
						
						
							
							Update tools/wled-tools  
						
						 
						
						... 
						
						
						
						Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-04-06 01:11:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						bc099baeb1 
					 
					
						
						
							
							Guard against hostnames/avahi responses with spaces  
						
						 
						
						
						
						
					 
					
						2025-04-06 01:10:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						646ec30ae5 
					 
					
						
						
							
							Implement error checking for curl; add checks for required param args  
						
						 
						
						
						
						
					 
					
						2025-04-06 01:07:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						dc5eaf3ae9 
					 
					
						
						
							
							Rename file  
						
						 
						
						
						
						
					 
					
						2025-04-03 21:46:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						b941654a68 
					 
					
						
						
							
							Allow clock overlay to use LED beyond 255  
						
						 
						
						
						
						
					 
					
						2025-03-29 23:39:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						6f5482782b 
					 
					
						
						
							
							Update wled-tools.sh  
						
						 
						
						
						
						
					 
					
						2025-03-29 21:38:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						8a6e3a9898 
					 
					
						
						
							
							Update wled-tools.sh  
						
						 
						
						
						
						
					 
					
						2025-03-29 18:20:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						354a0aef52 
					 
					
						
						
							
							Merge remote-tracking branch 'upstream/main' into more-usermod-fixes  
						
						 
						
						
						
						
					 
					
						2025-03-29 11:12:31 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						b0b3196e52 
					 
					
						
						
							
							Merge pull request  #4620  from gsieben/USERMOD-BME68X-Update-to-Version-1.0.2  
						
						 
						
						... 
						
						
						
						Update USERMOD BME68X to version 1.0.2 
						
						
					 
					
						2025-03-29 11:09:17 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						0139c34ec2 
					 
					
						
						
							
							Rename script in help text  
						
						 
						
						
						
						
					 
					
						2025-03-29 14:10:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						ff3680813c 
					 
					
						
						
							
							Create wled-tools.sh  
						
						 
						
						... 
						
						
						
						Per discussion, add a discover-fueled tool to update/backup wled devices in the local network. 
						
						
					 
					
						2025-03-29 14:08:23 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						7db52d794b 
					 
					
						
						
							
							Fix incorrect json value in all usermods  
						
						 
						
						... 
						
						
						
						Must've been a bad search-and-replace on my part somewhere.. 
						
						
					 
					
						2025-03-28 21:35:37 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						fbbb369fa4 
					 
					
						
						
							
							Update usermods/usermod_v2_rotary_encoder_ui_ALT/library.json  
						
						 
						
						... 
						
						
						
						Fix typo in json
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-03-28 21:21:26 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						f719ee5b18 
					 
					
						
						
							
							Update usermods/usermod_v2_four_line_display_ALT/library.json  
						
						 
						
						... 
						
						
						
						Fix incorrect json
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-03-28 21:18:27 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						c3ab562258 
					 
					
						
						
							
							Update usermods/usermod_v2_brightness_follow_sun/library.json  
						
						 
						
						... 
						
						
						
						Fix incorrect module name in library.json
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> 
						
						
					 
					
						2025-03-28 21:17:59 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						62d3e155bd 
					 
					
						
						
							
							usermod/SN_Photoresistor: Fix invalid initializer  
						
						 
						
						
						
						
					 
					
						2025-03-28 20:15:36 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						fab80f4e4e 
					 
					
						
						
							
							Fix up usermod dep checking scripts  
						
						 
						
						
						
						
					 
					
						2025-03-28 20:15:36 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						1cd3a97c51 
					 
					
						
						
							
							usermods: Fix 7sd_reloaded cross module binding  
						
						 
						
						... 
						
						
						
						Fix up the cross module binding for
usermods/seven_segment_display_reloaded.  This requires splitting off
headers for BH1750_v2 and SN_Photoresistor. 
						
						
					 
					
						2025-03-28 20:15:36 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						ff99c7de70 
					 
					
						
						
							
							Convert usermods/usermod_v2_brightness_follow_sun  
						
						 
						
						
						
						
					 
					
						2025-03-28 20:15:36 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						e2c919d270 
					 
					
						
						
							
							Fixup usermods_v2_four_line_display_ALT  
						
						 
						
						... 
						
						
						
						Get this usermod to build, and restore the interconnect with its
partner usermod_v2_rotary_encoder_ui_ALT. 
						
						
					 
					
						2025-03-28 20:15:36 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						035d4aed26 
					 
					
						
						
							
							usermods\MAX17048_v2: Fix readme  
						
						 
						
						
						
						
					 
					
						2025-03-28 20:15:36 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						d03604b14a 
					 
					
						
						
							
							usermods/MAX17048_v2: Fix precision variable type  
						
						 
						
						... 
						
						
						
						The String constructors are ambiguous with uint8_ts. 
						
						
					 
					
						2025-03-28 20:15:36 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						468ef50f75 
					 
					
						
						
							
							usermods/rgb-rotary-encoder: Enable usermod  
						
						 
						
						
						
						
					 
					
						2025-03-28 20:15:36 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						16525c2f3f 
					 
					
						
						
							
							usermod/BME68X_v2: Fix macro collision  
						
						 
						
						... 
						
						
						
						Rename a macro that unfortunately collides with the ESP32 platform.
This allows re-enabling this usermod. 
						
						
					 
					
						2025-03-28 20:15:36 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						af1a966986 
					 
					
						
						
							
							usermod/word-clock-matrix: Fix build  
						
						 
						
						... 
						
						
						
						I've just assigned an arbitrary ID number.  The ID system should
get removed entirely; we don't want to have to change a base
system header to add each module. 
						
						
					 
					
						2025-03-28 20:15:36 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						1492f1ce89 
					 
					
						
						
							
							usermod_v2_HttpPullLightControl: Fix build  
						
						 
						
						
						
						
					 
					
						2025-03-28 20:15:36 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabriel Sieben 
							
						 
					 
					
						
						
							
						
						7e87891701 
					 
					
						
						
							
							Update USERMOD BME68X to version 1.0.2  
						
						 
						
						
						
						
					 
					
						2025-03-28 16:27:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						e76e9a3e1f 
					 
					
						
						
							
							Merge pull request  #4594  from DedeHai/perlin_noise  
						
						 
						
						... 
						
						
						
						Adding perlin noise replacement for fastled functions 
						
						
					 
					
						2025-03-26 07:40:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason Somers 
							
						 
					 
					
						
						
							
						
						bfe6fa1e5d 
					 
					
						
						
							
							Merge pull request  #1  from jasonsomers/jasonsomers-patch-1  
						
						 
						
						... 
						
						
						
						Update settings_wifi.htm 
						
						
					 
					
						2025-03-25 13:54:38 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason Somers 
							
						 
					 
					
						
						
							
						
						cf391034da 
					 
					
						
						
							
							Update settings_wifi.htm  
						
						 
						
						... 
						
						
						
						Several of our controllers support the Ethernet module, so we figured it best to leave it as simply "RGB2Go" in the menu, as opposed to "RBG2Go" Tetra. 
						
						
					 
					
						2025-03-25 13:54:06 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						36cb1cad36 
					 
					
						
						
							
							settings_um: Use live config  
						
						 
						
						... 
						
						
						
						Use json/cfg for the usermod settings page.  Should fix issues
with outdated content when a new firmware is loaded. 
						
						
					 
					
						2025-03-23 15:20:16 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						22e2b6f3c5 
					 
					
						
						
							
							Have json/cfg return live config  
						
						 
						
						... 
						
						
						
						Rather than reading the file off disk, have the json/cfg endpoint
return the live config from system state data.  This can improve
UI behaviour as it can never be out of date or include values that
do not apply to the current firmware install. 
						
						
					 
					
						2025-03-23 15:18:08 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						9c8f8c645e 
					 
					
						
						
							
							Rename 'doSerializeConfig' to 'configNeedsWrite'  
						
						 
						
						... 
						
						
						
						Clarify the name and usage of this flag, as the function name has
changed out from underneath it. 
						
						
					 
					
						2025-03-23 15:16:52 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						e21a09cec9 
					 
					
						
						
							
							Separate FS write from serializeConfig  
						
						 
						
						... 
						
						
						
						Break the actual JSON assembly apart from the file writing code.  This
permits calling it in other contexts, allowing us to pull the live
config data even if the filesystem is out of date. 
						
						
					 
					
						2025-03-23 15:15:52 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						a0d1a8cbc4 
					 
					
						
						
							
							Use enum class for json endpoint subtypes  
						
						 
						
						... 
						
						
						
						Part of the ongoing quest to migrate macro definitions to typed
language constructs.  This actually yields a small improvement in
code size, likely from the byte->int conversion. 
						
						
					 
					
						2025-03-23 15:08:12 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						86393e0b1d 
					 
					
						
						
							
							Merge pull request  #4608  from marcone/patch-2  
						
						 
						
						... 
						
						
						
						Fix typo 
						
						
					 
					
						2025-03-23 19:29:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								marcone 
							
						 
					 
					
						
						
							
						
						f328713710 
					 
					
						
						
							
							Fix typo  
						
						 
						
						
						
						
					 
					
						2025-03-23 11:11:34 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						ed6efe4c9e 
					 
					
						
						
							
							Merge pull request  #4551  from Brandon502/PinwheelRework  
						
						 
						
						... 
						
						
						
						Pinwheel Rework 
						
						
					 
					
						2025-03-23 09:29:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						befff2f034 
					 
					
						
						
							
							Merge pull request  #4605  from marcone/patch-1  
						
						 
						
						... 
						
						
						
						Fix typo in build.yml 
						
						
					 
					
						2025-03-22 17:55:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								marcone 
							
						 
					 
					
						
						
							
						
						630315180d 
					 
					
						
						
							
							Fix typo in build.yml  
						
						 
						
						
						
						
					 
					
						2025-03-22 10:28:38 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						a70bfa0c89 
					 
					
						
						
							
							Merge pull request  #4596  from Dschogo/patch-1  
						
						 
						
						... 
						
						
						
						Fix wipe effect smoothness 
						
						
					 
					
						2025-03-16 10:58:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						d2b7e474d6 
					 
					
						
						
							
							add legacy defines for compatibility, reverted test changes in rotozoomer  
						
						 
						
						
						
						
					 
					
						2025-03-14 06:48:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						494b72c287 
					 
					
						
						
							
							Merge remote-tracking branch 'upstream/main' into perlin_noise  
						
						 
						
						
						
						
					 
					
						2025-03-12 20:15:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						229e7b940f 
					 
					
						
						
							
							added ranges, removed unused code  
						
						 
						
						
						
						
					 
					
						2025-03-12 19:58:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						95dcb03f6d 
					 
					
						
						
							
							updated scaling  
						
						 
						
						
						
						
					 
					
						2025-03-12 06:56:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						a6d9a8220c 
					 
					
						
						
							
							Merge pull request  #4480  from willmmiles/usermod-libs  
						
						 
						
						... 
						
						
						
						Convert usermods to static libraries 
						
						
					 
					
						2025-03-11 22:37:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						0ba80ce61e 
					 
					
						
						
							
							Merge branch 'main' into usermod-libs  
						
						 
						
						
						
						
					 
					
						2025-03-11 22:31:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						7c23872e03 
					 
					
						
						
							
							Add dmxInput.isConnected()  
						
						 
						
						
						
						
					 
					
						2025-03-11 22:31:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						507938be35 
					 
					
						
						
							
							Update pr-merge.yaml - shell bash  
						
						 
						
						
						
						
					 
					
						2025-03-11 22:28:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						8bee304e4d 
					 
					
						
						
							
							Merge pull request  #4577  from DevJogger/main  
						
						 
						
						... 
						
						
						
						Add apple-touch-icon Link Tag 
						
						
					 
					
						2025-03-11 22:19:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						be239993f4 
					 
					
						
						
							
							Update pr-merge.yaml  
						
						 
						
						
						
						
					 
					
						2025-03-11 22:15:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						f396dac1cc 
					 
					
						
						
							
							Merge pull request  #4266  from w00000dy/cdata  
						
						 
						
						... 
						
						
						
						Migrate from inliner to web-resource-inliner 
						
						
					 
					
						2025-03-11 22:14:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						ebba1f78ab 
					 
					
						
						
							
							update secrets syntax for pr-merge action  
						
						 
						
						
						
						
					 
					
						2025-03-11 22:05:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						c8c3fc2bcc 
					 
					
						
						
							
							Merge pull request  #4591  from srg74/patch-4  
						
						 
						
						... 
						
						
						
						Update README.md 
						
						
					 
					
						2025-03-11 20:59:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								srg74 
							
						 
					 
					
						
						
							
						
						14c6c05e00 
					 
					
						
						
							
							Update README.md  
						
						 
						
						... 
						
						
						
						Added record to change log according to latest update from @blazoncek 
						
						
					 
					
						2025-03-11 16:24:55 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						3fbdd9635f 
					 
					
						
						
							
							Merge pull request  #4568  from blazoncek/multifix  
						
						 
						
						... 
						
						
						
						Multifix 
						
						
					 
					
						2025-03-11 08:34:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						d7be9c9a66 
					 
					
						
						
							
							Address issues reported  
						
						 
						
						
						
						
					 
					
						2025-03-10 07:12:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						928c9fbacd 
					 
					
						
						
							
							Bugfix for  #4590  
						
						 
						
						
						
						
					 
					
						2025-03-09 15:06:20 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						2b666ab9f7 
					 
					
						
						
							
							Merge branch 'master' into multifix  
						
						 
						
						
						
						
					 
					
						2025-03-08 12:59:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						4ecc531998 
					 
					
						
						
							
							updated scaling, improved hashing, updated rotozoomer to not use a buffer  
						
						 
						
						
						
						
					 
					
						2025-03-08 12:48:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						b908384ba2 
					 
					
						
						
							
							Merge pull request  #4307  from blazoncek/compile-pin  
						
						 
						
						... 
						
						
						
						Compile time lock PIN definition 
						
						
					 
					
						2025-03-08 12:44:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						b27a4a94e4 
					 
					
						
						
							
							Merge pull request  #4529  from blazoncek/unlimited-bus  
						
						 
						
						... 
						
						
						
						"Unlimited" buses 
						
						
					 
					
						2025-03-08 12:43:25 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						5e8073022b 
					 
					
						
						
							
							3D works but needs finetuning to match old looks  
						
						 
						
						
						
						
					 
					
						2025-03-07 06:39:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						9553425374 
					 
					
						
						
							
							some speed improvements using better hash, scaling is still off...  
						
						 
						
						... 
						
						
						
						needs a proper scaling analysis of all steps in all resolutions to minimize errors. 
						
						
					 
					
						2025-03-04 07:55:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						2012317bc9 
					 
					
						
						
							
							initial version, basically working but repetitive patterns, work in progress  
						
						 
						
						
						
						
					 
					
						2025-03-03 06:57:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						18a118bb7a 
					 
					
						
						
							
							Update platformio version  
						
						 
						
						... 
						
						
						
						There is a necessary LDF fix in 6.1.17. 
						
						
					 
					
						2025-03-01 20:53:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						e00789f838 
					 
					
						
						
							
							Merge remote-tracking branch 'upstream/main' into usermod-libs  
						
						 
						
						
						
						
					 
					
						2025-03-01 20:32:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						20563e6306 
					 
					
						
						
							
							usermod/Temperature: Update doc  
						
						 
						
						
						
						
					 
					
						2025-03-01 20:29:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						580c2d8213 
					 
					
						
						
							
							usermods/MY9291: Enable for ESP8266  
						
						 
						
						
						
						
					 
					
						2025-03-01 20:29:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								DevJogger 
							
						 
					 
					
						
						
							
						
						c9b8789ea9 
					 
					
						
						
							
							Reduce apple-touch-icon image size  
						
						 
						
						
						
						
					 
					
						2025-02-28 18:47:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						4271588ecd 
					 
					
						
						
							
							unique_ptr fix  
						
						 
						
						
						
						
					 
					
						2025-02-25 16:06:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						a5277ff4a0 
					 
					
						
						
							
							Merge fix  
						
						 
						
						
						
						
					 
					
						2025-02-25 16:01:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						a66f5d660d 
					 
					
						
						
							
							Merge branch 'main' into unlimited-bus  
						
						 
						
						
						
						
					 
					
						2025-02-25 13:54:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brandon502 
							
						 
					 
					
						
						
							
						
						80061e8d76 
					 
					
						
						
							
							Pinwheel: Use sin/cos16_t  
						
						 
						
						
						
						
					 
					
						2025-02-24 21:51:49 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								DevJogger 
							
						 
					 
					
						
						
							
						
						d07a057f04 
					 
					
						
						
							
							Add an apple touch icon for better recognition on the home screen of Apple devices  
						
						 
						
						
						
						
					 
					
						2025-02-25 01:13:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						fa2949af7d 
					 
					
						
						
							
							use npm ci  
						
						 
						
						
						
						
					 
					
						2025-02-22 17:39:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						a4680b7216 
					 
					
						
						
							
							Update nightly.yml  
						
						 
						
						
						
						
					 
					
						2025-02-22 17:27:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						523eb910a6 
					 
					
						
						
							
							Update nightly.yml  
						
						 
						
						
						
						
					 
					
						2025-02-22 16:43:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						2f21de79f7 
					 
					
						
						
							
							Create test.yaml  
						
						 
						
						
						
						
					 
					
						2025-02-22 16:41:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						092d402ff8 
					 
					
						
						
							
							Update nightly.yml  
						
						 
						
						
						
						
					 
					
						2025-02-22 16:38:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						12e8d6c4c6 
					 
					
						
						
							
							Update nightly.yml  
						
						 
						
						
						
						
					 
					
						2025-02-22 15:20:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						8c1486d577 
					 
					
						
						
							
							Update nightly.yml  
						
						 
						
						
						
						
					 
					
						2025-02-22 15:13:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						57e9199baa 
					 
					
						
						
							
							Enable dispatch with PAT  
						
						 
						
						
						
						
					 
					
						2025-02-22 15:02:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						f4aac0bd8d 
					 
					
						
						
							
							use onlyLastTag rather than hard coded lastTag  
						
						 
						
						
						
						
					 
					
						2025-02-22 14:49:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						664150811a 
					 
					
						
						
							
							Generate changelog  
						
						 
						
						
						
						
					 
					
						2025-02-22 12:00:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						3cb4ae16ab 
					 
					
						
						
							
							Create pr-merge.yaml  
						
						 
						
						
						
						
					 
					
						2025-02-22 10:21:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						73fc9ea54d 
					 
					
						
						
							
							Merge pull request  #4543  from DedeHai/soap-FX-optimization  
						
						 
						
						... 
						
						
						
						Soap FX optimization 
						
						
					 
					
						2025-02-22 08:43:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						dd80919ed6 
					 
					
						
						
							
							Merge pull request  #4429  from blazoncek/use-bssid  
						
						 
						
						... 
						
						
						
						Add ability to enter desired BSSID 
						
						
					 
					
						2025-02-19 13:46:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						d7103cd75c 
					 
					
						
						
							
							Merge pull request  #4262  from blazoncek/large-ledmap  
						
						 
						
						... 
						
						
						
						Large ledmap support 
						
						
					 
					
						2025-02-19 13:43:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						29beee367c 
					 
					
						
						
							
							Cherry-pick fix  
						
						 
						
						
						
						
					 
					
						2025-02-19 12:27:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						d22fe9227b 
					 
					
						
						
							
							Prevent push transition if effect stays the same  
						
						 
						
						
						
						
					 
					
						2025-02-19 11:56:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						6ea9535463 
					 
					
						
						
							
							Avoid shadowing global col[]  
						
						 
						
						
						
						
					 
					
						2025-02-19 11:54:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						bbd1b730b1 
					 
					
						
						
							
							Add simulation modes (bugfix)  
						
						 
						
						
						
						
					 
					
						2025-02-19 11:52:58 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						6e138e4f79 
					 
					
						
						
							
							Clarify use of index counter  
						
						 
						
						
						
						
					 
					
						2025-02-19 11:52:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						d6453bb53d 
					 
					
						
						
							
							Use constant CALL_MODE_INIT  
						
						 
						
						
						
						
					 
					
						2025-02-19 11:47:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						9bfd34e6b2 
					 
					
						
						
							
							Rework color_from_palette()  
						
						 
						
						... 
						
						
						
						- respect paletteBlend
- bugfix in ColorFromPaletteWLED() 
						
						
					 
					
						2025-02-19 11:47:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						7b13771cfe 
					 
					
						
						
							
							Bugfix in settings  
						
						 
						
						
						
						
					 
					
						2025-02-19 11:42:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						b70b222f80 
					 
					
						
						
							
							Replace magic with cosntant  
						
						 
						
						
						
						
					 
					
						2025-02-19 11:39:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						2ffc8dd228 
					 
					
						
						
							
							W Hex entry bugfix & optiisation  
						
						 
						
						
						
						
					 
					
						2025-02-19 11:36:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						08d12f9ee6 
					 
					
						
						
							
							Shifting bugfix & size tuning in fade_out  
						
						 
						
						
						
						
					 
					
						2025-02-19 11:35:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						7ce96c190f 
					 
					
						
						
							
							Manual advance playlist  
						
						 
						
						
						
						
					 
					
						2025-02-19 11:34:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						409b4b1963 
					 
					
						
						
							
							Clear spaced segment  
						
						 
						
						... 
						
						
						
						- also wait for strip before updating segment 
						
						
					 
					
						2025-02-19 11:32:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						05cd7d753e 
					 
					
						
						
							
							Bugfix for color_blend  
						
						 
						
						
						
						
					 
					
						2025-02-19 11:26:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						7be460e8b1 
					 
					
						
						
							
							Incorrect limit fix  
						
						 
						
						
						
						
					 
					
						2025-02-19 11:23:23 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						6dfbd07e86 
					 
					
						
						
							
							retrun value fix  
						
						 
						
						
						
						
					 
					
						2025-02-19 11:21:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						7b56e53c47 
					 
					
						
						
							
							Nested playlist  
						
						 
						
						
						
						
					 
					
						2025-02-19 11:19:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						a8cde3289a 
					 
					
						
						
							
							Minor speed & size tweaks  
						
						 
						
						... 
						
						
						
						- new function fadeToSecondaryBy() 
						
						
					 
					
						2025-02-19 11:13:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						f4e7202dd0 
					 
					
						
						
							
							UI info  
						
						 
						
						
						
						
					 
					
						2025-02-19 11:12:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						a2de3d33bf 
					 
					
						
						
							
							intermediate fix for transition speedup ( #4562 )  
						
						 
						
						... 
						
						
						
						- fixes FX speedup in fade transitions but its not a proper solution 
						
						
					 
					
						2025-02-17 19:32:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						46a3e3d353 
					 
					
						
						
							
							Adding Particle System with many new FX ( #4506 )  
						
						 
						
						... 
						
						
						
						* cleanup
* added collision handling back in
update from another commit that got lost
* reformat
* added latest version of functions
this somehow also got lost from an earlier commit
* Update platformio.ini
* updated particle box and firework effects
particle box now is more random in random mode (still a work in progress)
firework is now more configurable by sliders
* added preliminary functions and FX
* added particle attractor, added two new FX but still buggy
particle attractor animation does not work, somthing wrong with pointer allocation, it worked with static variables
* bugfixes, attracot now works
still unknown, why more than 256 particles are needed in memory allocation to not make it crash, but it works for now
* added angle emitter, added fireworks effect using it
* Added saturation to be set for each particle individually
at the expense of more ram usage, animations now have more options for color control (already used in fireworks now)
* bugfixes in impact animation
* added option to use fast color add, may improve performance a little
also fixed a bug in fire animation
* collision detection is now a function plus some improvements & fixes
* improved collision efficiency
improved efficiency for stackup (pushback), added code to correctly determine direction if particles meed (probably overkill but now its there)
* added fix for piling oscillations
untested, need to verify it works
* Improved collision handling (faster, less oscillations), changed variables to 32bit for faster calculation
32bit variables are faster on ESP32, so use them whenever a variable is used a lot, it saves one instruction per access.
* removed option for fastcolor add
it made very little difference in performance, but for ESP8266 it may matter so it is set permanently there. graphically the difference is also very small (sometimes a particle gets brighter or less saturated)
* Fixed some bugs in particle system, runs much smoother now
also tweaked some of the FX
* Bugfix in particle push, now piling is working again
particle pile-up did not work correctly, now fixed
* changed particle pile demo into waterfall plus some tweaks
* lots of bugfixes
* updated particle attractor animation parameters and added more user options to perlin noise
* removed TODOs
* added particle WrapUpdate function, added spray FX, some bugfixes
* fixed touch buttons for ESP32 S2 and S3
touch is implemented differently on S2 and S3, these changes make touch buttons work on S2 and S3
* some tuning for touch buttons on S2/S3
now better fits the default threshold value of 32
* updated rotating particle spray with more user options
* chaned rotating spray default parameters
* add todo
* Revert "some tuning for touch buttons on S2/S3"
This reverts commit d21ad8e7d1 .
* Revert "fixed touch buttons for ESP32 S2 and S3"
This reverts commit 0904155186 .
* removed comments, added comments
* cleanup
-removed wrap_update function, now integrated into move_update
-added more 'out of bounds' checking in fire functions, may speed it up a little
* cleanup session
-removed particle box 'rocking boat' (buggy) and replaced with random sloshing.
-removed comments
-changed some variables into 32bit for speed boost on ESP32
-added link to KB at the top of FX.cpp
* cleanup
removed / added comments
* added particle GEQ effect (untested)
* Particle GEQ fixes, it now actually works
* GEQ  FX parameter tuning
* added rotating GEQ, work in progress
-animation works but sliders are too sensitive. need to adjust the ranges
* FX update
- changed firework exhaust to low saturation
- updated rotating particle spray animation
* Cleanup & Bugfixes plus major improvements for ESP8266
-added particle reductions for ESP8266 for all FX
-Removed collisions from Particle Perlin Noise FX, slows things down and does not contribute to a better effect experience
-lots of optimizations for ESP8266, all FX now work (at least on 160MHz but still slow)
-Some bugfixes
-removed unused variables to make compiler happy
* Particle FX Rename, default parameter tuning, bugfix
-Now shorter names, 'PS' in front to filter the list
-Tuned default parameters to make them look better by default
-Bugfix in particle system (removed duplicate application of velocity)
-reduced PS fire RAM usage (less particles, less base flames, no noticeable difference)
-some variable renaming
* slight speed improvements in fire, like 1-2FPS
* Big update: lots of little fixes and big speed boost on fire animation
-fixed fire burning more on the left side
-fixed crash in particle attractor
-added many improvements for ESP8266
-improved particle rendering efficiency
-efficiency improvements in general
-changed the way fire is rendered, now more than 2x faster
-re-tuned fire to new rendering, also seperately tuned it for ESP8266
-changed all random8() to random16() as it runs faster on ESPs
-some reformating
-some renaming of effect stuff
-fine tuning on falling particle effect
-improvements to collision handling (faster and better)
-added a (temporary) function for speed tests, will be removed again
* bugfix
* updated PS Fireworks with many changes and fine-tuning of parameters
-removed spiral explosions
-added more versatility to circular explosions
-removed user selectable amount of rockets
-tuned explosion size of circular explosions to match random explosions (more or less, may need improvement)
-changed order of sliders in volcano animation
* put particle system in a class. work in progress.
another huge update to the particle system.
went through the whole code, rewrote many of the functions. many improvements over the previous code. fixed many bugs (and even an ancient one in rendering function). spent many hours optimizing the code for speed and usability.
still a work in progress, debugging is ongoing. more updates to come.
* many (many!) bugfixes, added fire FX back in (and improved it a lot) added local renderbuffer for huge speed boost
-lots of bugfixes in Particle system
-added local rendering buffer (renders to buffer in heap)
-added fast and accurate color-add function
-bugfixes in render function
-added improved 'sticky' particles in collision (unfinished business)
-added ballpit animation back
-lots of tweaks to fire FX and fire rendering functions, looks even better now (still unfinished)
-added palette render option to fire
still many debug print outputs around, needs cleanup at one point
* More Bugfixes, more converted FX
* more bugfixes, some animation tuning, added volcano back in
- fixed animation transitions with proper pointer setting in each FX call
- added color by age setting to particle system
- maybe fixed collision having a tendency to go to the left
- fixed bugs in fireworks FX
- added fire spread width as a slider
- changed max number of particles and sprays based on some ram calculations
- some other random fixes
* updated fire, added some functions to PS, ported attractor FX
- added turbulance to fire (after hours of fine-tuning) it now looks even more awesome
- added attractor animation back in and improved it with more functionality
- fixed the attractor function in the PS
- renamed FX: 'candy' is now called 'vortex'
- added new force function to apply a force immediately (and handle the timing in the FX)
- added update function to PS for size update to handle dynamic segment size change
- made waterfall width dynamic on segment width
- removed some debug stuff
- added #defines for maximum number of particles/sprays
- updated fire parameter to make it look better on ESP8266
- some little bugfixes
* another huge update, many improvements, fine-tune collision, fire and some other FX
-removed classic fire render as palette now looks much better
-tweaked fire parameters to more awesome
-added (optional) turbulence to fire using perlin-noise
-ported spray FX to use PS-class
-now definitely fixed asymmetrical collision issue: do not use bitshifts on negative numbers!
-changed piling behaviour of particles, full rework. looks way more natural now and works much better
-changed bouncing behavour: they now bounce at full diameter, making them stay fully in frame when laying on the floor
-replaced all relevant bitshifts with divisions for higher accuracy throughout the PS
-added new modes to particle box FX
-changed a lot of FX parameters (finetuning)
-changed all config strings to proper settings (matrix only)
-fixed newly introduced bugs
-added speedup/slowdown to vortex FX (aka candy, aka rotating sprays)
-some renaming
-fixed bugs… lots of bugs
-merged rendering functions, removed obsolete stuff
* Fixed Speed limit
limiting speed was incorrect, leading to overflows. fixed this.
also fixed bugs in GEQ, removed some debug stuff, added FPS limit to fire (just en experiment)
* work in progress, added motion blur and line attracto (non working)
* work in progress, added test function to increase particle size, also added wobbling test
* added more tests, non compiling at the moment
* in the middle of fixing FX to use new PS functions
* debugging going on
* bugfix in wrap function and firwork FX
* added local render blurring, boosting FPS, work in progress
- changed fast-add function to use pointers
- added fast-scaling function
- added simple (but fast) 2D blurring function
test shows that local blurring of full frame is almost double the speed (40FPS now is 80FPS).
lots of comments still there
* Bugfixes, improvements and added wall roughness setting
- fixed bug in PS fuzzy noise which made it asymmetric for some reason, seems to work better now
- added particle size option to attractor but had to remove speed setting (now fixed emit speed)
- some parameter tuning of FX
- improvements to code size in render function
- added smear option to blurring (not tested much, may be buggy without smear)
- speed improvement to caldForce_dv, added zero checking.
* removed zero inits
- removed zero initialisations in FX, segment.data is set to zero by alloc function
* added individual size particle rendering plus some fixes
- advanced particles can now be rendered to individual sizes. It is computationally intensive but it works well for up to 15 very large particles and more smaller ones
- added collision handling for individual sizes (walls and collisions)
- fixed bugs in particlebox
- fixed fire not transitioning properly (flickering) when frame skip is active
- removed 'wraparound' function as it can easily be done by casting to an unsigned and then modulo
- fixed ballpit particles wandering left and right very fast if wrapX is set
* Fixed some nasty memory bugs, fixed some FX parameters
- fixed memory alignment bug in PS pointer assignment by making sure only multiples of 4 are allowed for particles and sources
- added saturation back to particle struct, as it was aligned to 10 bytes anyway.
- fixed a bug where a null pointer could be accessed
- fixed rendering out of frame particles if buffer allocation failed
- improvements on ESP8266
* Replaced Ghost Rider FX with PS version
- new FX is kept close to original animation but added more user settings
* added walls to ghostride, fixed some bugs
* added 'perpetual' flag to particles
* Fixed another memory / pointer bug, but there is still one left...
-also some minor fixes
* Found and fixed crashes, it was wrongly assigned pointers
* Added advanced particle size control and new Blob FX
- advanced size control allows for growing, shrinking, wobbling
- render function updated to support asymmetric rendering
- various code improvements and bugfixes
- some FX parameter tuning
- bugfix: removed sli() sei() calls in render function that caused random flickering on S3/C3 (may add that back in but only for ESP8266 to reduce fragmentation)
- removed some debug / test stuff
* code cleanup, removed some unused stuff
* bugfix, sprayEmit() would not return and get stuck
- forgot default return value...
* remove esp_random() as it is not supported on ESP8266
* small bugfix for ESP32, cleanup / reformatting
* added WLED_DISABLE_PARTICLESYSTEM option, fixed volcano movement
use '-D WLED_DISABLE_PARTICLESYSTEM' to disable compiling
* a line got lost in the last commit
* - added WLED_DISABLE_PARTICLESYSTEM option & cleanup & bugfixes
- cleanup / reformatting
- fixed volcano movement
- small bugfix for ESP32 (random() does not work, using random16() )
* Added PS source option to emit more than one particle, addes AR to Blobs and Spray
* added center GEQ back in, changed AR behaviour of spray a little
center GEQ is a mix between the PS equalizer and vortex, tuned for AR. some more tuning may be needed, it can probably be extended and improved a little.
* Bugfix and minor improvements
- fixed bug in center GEQ
- added '2D washing machine' mode for particle box
- improved color-change rate in ghostrider
- added AR to attractor (experimental, may remove again)
* hacked in a 1D port of the 2D PS, untested code
* fixed first bugs in 1D system, added test FX
* fixed bug in wrapping (also was wrong for 2D system)
* fixed collisions, added bouncing ball replacement (work in progress)
* replaced more FX, some tweaks to 1D PS
- changed virtual particle size from 64 to 32, making them able to move faster
- added 'rolling balls' option to bouncing balls (i.e. no gravity plus some tweaks)
- added dancing shadows with PS (work in progress)
- temporarily removed native FX: bouncing balls, rolling balls, popcorn, dancing shadows
-and of course some bugfixes
* updated dancing shadows to more closely mimic original
* added drip FX, added #ifdefs, removed some common functions
#ifdefs to individually disable 1D and 2D system.
* fixed compile issue, removed replaced FX (again)
* added Fireworks1D replacement (unfinished)
also fixed a bug in `applyForce()` using uninitialized variable.
* added sparkler and hourglass (both work in progress) tried fixing 1D collisions
* many improvements in 1D collisions (fine tuned), hour glass FX is almost done
spent A LOT of time in fine-tuning collisions for best stacking without collipsing, ringing, oscillations or particle flips. still not perfect but probably as good as it can be with the limited time-resolution
* many bugfixes in PS and FX
* minor FX adjustments
* Improved 1D collisions, added 2 new 1D FX (work in progress)
* bugfixes
* added 'color by position' as a PS setting
 -made settings struct for 1D and 2D version to be different
 -added setting 'color by position' as that is used by multiple FX now
* added large size rendering to 1D PS, work in progress
* bugfix (forgot to free memory)
also: made random size a permanent option in 1D fireworks as it looks kind of cool
* Added PS based Chase, fixed some bugs
* minor update
* two new FX: Starburst and 1D GEQ
* Added more advanced (and proper) size handling in collisions, work in progress
 - copied and adapted some stuff from 2D system (out of bounds size rendering, dynamic collision detection distance, dynamic wall bounce distance)
* fixed some parameters in 1D FX
* added #ifndef to disable FX replaced by PS
- define DISABLE_1D_PS_REPLACEMENTS or DISABLE_2D_PS_REPLACEMENTS
* bugfixes
* default parameter change
* explicit cast to fix compile error
* Bugfixes
* added color-waves to PS chase, some parameter tuning plus bugfixes
* FX update and bugfixes
- fixed wall collisions on larger particle sizes
- update to bouncing balls:
 - added size setting
 - added proper updating on parameter change
 - bugfixes
added support for 'colorwaves' and 'pride' to PS Chase to save on code size. currently broken...
* minor update to rolling balls, fixed stuff in Chase, pride option still not working
* update on 'pride' now working again but needs finetuning
* SEGMENT -> SEGENV on data, aux0, aux1, step
also removed debug outputs
* added pride and colorwaves to 1D replacement list
* removed unused variables
* added variable to set number of particles if not all are required (saves ram) also fixed a nasty render bug
* added preliminary 1D fire function, unfinished
* added fractal FX test, fixed bugs in emit function
* tweaked 1D fire a little, still work in progress
* minor tuning on 1D fire to avoid 'oscillation' at start
* improved 1D particle fire, much more natural now.
* updated 2D fire, fixed init bug
- source init was wrong making fire init weirdly
- changed parameters on 2D fire making it look better and improving flame height for larger setups
* fixed 'nervours' fire
* slight improvements and some cleanup
* removed douplicate code for fire emit (tradeoff for some speed), removed unfinished fractal FX
- with the duplicate code removed, the fire particle emits are a bit slower but it saves on code. it is not really noticeable, its slower by about 1FPS
* Re-license from MIT to EUPL
* Started cleanup, speed improvement to rendering, renamed class
- removed 'smar' parameter in blur functions as smear is always used
- improved particle rendering (passing by reference, passing wrap parameters for faster access)
- renamed class to ParticleSystem2D
- removed some whitespaces
- some reformating, removed some comments
- minor tweaks
- removed non-working line-attractor function
* Optimization and bugfixes
- added out of bounds checking function
- fixed rendering at boundaries
- various small changes and cleanup
- bugfixes with comparing ints of different signeness
- fixed bounce radius
* Cleanup, bugfixes, speed improvements, refactoring
- lots of code refactoring / reformating
- fixed bug in fire particle update and improved speed a bit
- refactoring of pixel rendering
- removed 2D buffers, replaced with 1D buffer for faster access
- bugfix in blur2D
- many small improvements to 2D system
* Refactoring and cleanup of 1D PS, removed debug printouts
- code reformating for consistency and readability
- replaced "'?" operator with min / max (produces the same code, more readable)
- minor changes for speed (random16 used, can later be replaced with hardware random function)
- renamed PS Equalizer to PS 2D GEQ
* Cleanup and some refactoring of particle FX
- moved 2D / length check to PS initi
- code reformating
- removed some comments
* missed a spot
* minor tweaks to fast_color_add()
* Work in progress: update to fireworks, needs more testing & finetuning
also bugs fixed and some minor cleanup
* Work in Progress: added particle memory manager for transitions
- uses only one, persistant buffer to render all present particle systems
- Buffer for particles is shared for one segment (may allow interacitng systems in the future)
- updated some of the FX to handle the new transfer, 1D FX still not done
- updated parameters for particle impact FX
* work in progress: lots of changes & fixes, transitions now work correctly in 2D
- still fragile code with lots of cleanup to do
* added transitions for big-size rendering
- transitions now work with FX that use global large size rendering. this is done by handling the buffer correctly. to avoid creating a second buffer, it is transferred back and forth to the segment. this is a bit slow but a compromise solution.
- multiple segment handling is still untested
* speed improvement to  fast_color_add, added preliminary buffer transfer function
* merge fixes
* bugfix in setCurrentPalette, corrected order of 2D memory allocation, increased max particles/sources
- fixed timing for vortex
* fixed particle buffer handover, added 2D blur option, increased particle limits, various fixes
- fixed bug in memory watchdog, now works and also works when freezing segments
- fixed PS Box to work again with particle handover
- added smear blurring to waterfall
- added smear blurring to vortex, fixed color distribution, removed random color distribution option
- replaced all random() calls with hw_random()
- transitions now work but only if FX transitions are enabled and not when chaning segment size
* implemented correct 1D<->2D buffer handover+bugfixes
work in progress
* added smear to fuzzy noise, some cleanup
* added blurring option to PS 2D fireworks, work in progress in finding that nasty bug that crashes all
* BUGFIX: finally found and squased the memory bug, no more random crashes
also: removed debug outputs and minor cleanup
* minor cleanup and fixed a bug
1D system had a lot of crashes, some out of bounds memory issue. fixed it but I have no idea which change did that, maybe the order in 1D initialization
* BUGFIX: out of bounds checking was wrong, leading to crashes
* better handling of used particles in transitions
for FX that do not use all particles, transitions were constantly shifting the pointer, resulting in newly generated particles and weird particle flickering, this is not fixed by keeping the pointer constant once the number of used particles is reached.
* improved particle transition for low-count FX, updated 1D FX
now most 1D FX work again, still needs some fine-tuning
* Rework on Fireworks 1D, some minor fixes
- fireworks 1D now matches as closely as possible to the old FX
still not identical but as good as it gets.
* bugfix in PS Chase, increased brightness of 1D fireworks
* replaced sin16/cos16 with new versions
* bugfixes
* fixed hourglass init, rearranged PS FX init
* speed optimization
- moved out of bounds calculation to proper spot
- removed repeated allocation attempts if initial buffer alloc fails
* Added Sonic Stream FX, some cleanup, bugfix in emitter
* changed TTL to brightness calculation, added collision binning
- brightness is now doubled as some FX were really dim due to low TTL
- added binning in x-direction giving a huge speed advantage on larger matrix sizes
* collision binning bugfix, made particles less sticky, update to waterfall
- updated waterfall intensity and blurring
* WIP: fixed 1D system for over 1000 pixels, added collision binning for 1D
- making x coordinate 32bit allows for larger strips but uses a lot of ram due to struct memory alignment (12bytes instead of 8 bytes), this needs some more work to properly fix.
- adding collision binning significantly speeds things up, about a factor of 2 on most FX using collision
- there are still some bugs in FX or 1D memory handling (or both) on large setups
* moved particle flags to seperate array to save on RAM, refactoring
- moving the flags optimizes ram alignment, saving memory for each particle
- changed lots of parameters to `const`
- moved fire intensity to a variable instead of passing it to every render() call
- changed passing pointers to passing reference where possible
- saves a total of 340 bytes of flash
* removed todos after some checks, minor improvements
* inverted y axis in 2D render, 1D collision improvements, cleanup and fixes
- inverting the y-axis in the buffer instead of in buffer transfer fixes the FX flipping when transitiononing 1D<->2D
- improved particle binning for collisions
- added hard-pushing also when not using gravity so piles close to an edge dont collapse
- some improvments to "balance" FX
- renaming and cleanup
* FX fixes and minor tweaks
* increased min rockets
* fixed #ifdefs
* another fix
* revert unnecessary changes to base code
* merge fix
* minor tweak
* tweaked sparkler FX, some cleanup
* Fix in volcano FX, changed blurring of volcano and waterfall
* added ifdefs
* minor tweaks, increased 1D minsurfacehardness
* improved sparkler FX, made overlay possible (1D not yet), cleanup
* cleanup, now using new hsv2rgb/rgb2hsv, add overlay rendering to 1D
- new hsv2rgb is a tiny bit faster
- removed redundant code (using transferBuffer instead)
- tweked parameters in vortex, removed unneeded slider defaults
* fix for non or partially overlapping segments
- can not use overlay rendering if no segment clears the buffer, it will all add up to white eventually
- now additive transfer i.e. overlay mode is only activated if the segment is fully overlapping an underlying segment
* change got lost...
* increased sparkler intensity, some cleanup
* replaced #ifdefs, removed 1D replacements that have 2D version, removed notes
* cleanup, improvements to PS bouncing ball, replaced multicomet
- bouncing balls is now named pinball and has settings/parameters updated to be a replacement for multicomet
* cleanup, improvements, bugfixes
- large size rendering now works without framebuffer
- background adding is now done on buffer (if avilable) instead of segment
- fixed overflow bug in 2D large particle rendering (it worked only for powers of 2 size)
* potential bugfix, compiler warning fix
* removed colorwaves and pride option from chase (not worthy replacements)
* updated #defines, removed PS from 1M and 2M builds
* Adding Particle System and PS FX
Adding all 187 commits from particle system dev branch
* reverted some accidental changes
* reverted some accidental changes
* merge fixes
* changed replacement: multicomet instead of comet (lighthouse)
* changed replacement: multicomet instead of comet (lighthouse)
* disable 2D PS for ESP8266, some cleanup, improved pinball FX parameters, bugfixes
* Improved collision binning for large particles, improved pinball FX
* improved speed handling in pinball FX - rolling
* disable 2D PS for ESP8266, some cleanup, improved pinball FX parameters, bugfixes
* improved hourglass: millis instead of frame timing, better stacking. and cleanup.
* revert whitespaces
* simplified 1D collisions, improved binning for larger particles
- ran a lot of experiments with collisions in 1D, the new much simpler approach seems to be a good compromise with regards to stacking and normal collisions.
* Improved collision binning for large particles, improved pinball FX
* improved speed handling in pinball FX - rolling
* improved hourglass: millis instead of frame timing, better stacking. and cleanup.
* revert whitespaces
* prohibit use of 1D and 2D system simultaneously on ESP8266
* prohibit use of 1D and 2D system simultaneously on ESP8266
* update to handle blending styles
* fixed bugs, improved new transition handling
* updated 1D system to work with new transitions, replaced NULL with nullptr
* merge fixes
* added single pixel particle rendering for 2D system, adjusted FX to work with it
* improved collisions in 1D and 2D, some bugfixes in radius calculation, minor tweaks
- collisions are now also velocity based in 1D, there was a bug that prevented that from working well (wrong collision distance calculation)
- improvement and bugfix in 2D collision distance calculation
- added distance based pushing in 2D (instead of only using the dotproduct)
the combination of improved distance calculation and proper pushing make collisions a lot better in all tested FX
* minor fix
* fixed overlay detection, checking for partial overlay
if a PS FX is partially overlapping, it will render in overlay mode
* better blur range in PS Firworks
* minor code consolidation
* updated 1D collisions (yet again), improved 2D collision speed
- slight improvement to 2D collision code efficiency
- added faster "division" to C3/ESP8266 by using a right shift trick (biasing towards 0 also for negative numbers by applying proper rounding)
* minor tweak in PS balance 
						
						
					 
					
						2025-02-17 18:32:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						756e27fb52 
					 
					
						
						
							
							Disable notify - pending permissons fix  
						
						 
						
						
						
						
					 
					
						2025-02-16 14:02:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						1d6e5a2464 
					 
					
						
						
							
							notify on nightly  
						
						 
						
						
						
						
					 
					
						2025-02-16 13:17:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						dc77428df4 
					 
					
						
						
							
							Notify on daily  
						
						 
						
						
						
						
					 
					
						2025-02-16 13:17:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						b293356cec 
					 
					
						
						
							
							Revert "Disable changelog while fixing release update"  
						
						 
						
						... 
						
						
						
						This reverts commit 1fd703aff9 . 
						
						
					 
					
						2025-02-16 10:53:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						1dc7647bb9 
					 
					
						
						
							
							Merge branch 'main' into usermod-libs  
						
						 
						
						
						
						
					 
					
						2025-02-16 10:40:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						c3f6537a4d 
					 
					
						
						
							
							Merge pull request  #4558  from DedeHai/wifi_hardware_timing_fix  
						
						 
						
						... 
						
						
						
						Bugfix for incorrect wifi-hardware timing 
						
						
					 
					
						2025-02-16 10:33:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						70a3dc938a 
					 
					
						
						
							
							Merge pull request  #4560  from maxi4329/update-links  
						
						 
						
						... 
						
						
						
						update links to point to the new repo 
						
						
					 
					
						2025-02-16 10:29:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						1fd703aff9 
					 
					
						
						
							
							Disable changelog while fixing release update  
						
						 
						
						
						
						
					 
					
						2025-02-16 10:21:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								maxi4329 
							
						 
					 
					
						
						
							
						
						aa3fb7d165 
					 
					
						
						
							
							update links to point to the new repo  
						
						 
						
						
						
						
					 
					
						2025-02-15 20:07:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						2b9ff3148c 
					 
					
						
						
							
							Merge pull request  #4556  from spiro-c/npm-check  
						
						 
						
						... 
						
						
						
						Fix for: Build should stop if npm fails #4513  
						
						
					 
					
						2025-02-15 15:09:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								maxi4329 
							
						 
					 
					
						
						
							
						
						7f24269511 
					 
					
						
						
							
							Fix for  #4153  ( #4253 )  
						
						 
						
						... 
						
						
						
						* fix for #4153 
* only load touch/mouse events for touch/mouse devices
* undid formating changes
* undid more formating changes
* undid all formating changes
* use pointerover and pointerout eventlisteners 
						
						
					 
					
						2025-02-15 15:14:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						b34d65fce0 
					 
					
						
						
							
							fix for incorrect hardware timing  
						
						 
						
						
						
						
					 
					
						2025-02-15 10:34:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								SpiroC 
							
						 
					 
					
						
						
							
						
						778cecb512 
					 
					
						
						
							
							Check if Node.js is installed and present in PATH  
						
						 
						
						
						
						
					 
					
						2025-02-15 14:43:08 +11:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brandon502 
							
						 
					 
					
						
						
							
						
						e7e0eb0f32 
					 
					
						
						
							
							Pinwheel Rework  
						
						 
						
						... 
						
						
						
						Optimized pinwheel algorithm. Math and memory optimizations by @DedeHai 
						
						
					 
					
						2025-02-13 19:01:10 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						a0c55c6406 
					 
					
						
						
							
							Merge pull request  #4484  from blazoncek/parallel-I2S  
						
						 
						
						... 
						
						
						
						WWA strip support & parallel I2S for S2/S3 (bumping outputs from 5/4 to 12) 
						
						
					 
					
						2025-02-13 19:10:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						aba736cb96 
					 
					
						
						
							
							moved modulo  
						
						 
						
						
						
						
					 
					
						2025-02-10 20:26:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						bdec873fed 
					 
					
						
						
							
							removed slider default  
						
						 
						
						
						
						
					 
					
						2025-02-10 08:42:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						2cc73660bf 
					 
					
						
						
							
							bugfix (XY needs the modulo for zF/zD), updated amplitude for better range  
						
						 
						
						
						
						
					 
					
						2025-02-10 08:30:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						f3de45c6ad 
					 
					
						
						
							
							Remove reference to custom allocators  
						
						 
						
						
						
						
					 
					
						2025-02-09 21:43:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						386e2c6306 
					 
					
						
						
							
							Merge pull request  #4528  from blazoncek/ir-bugfix  
						
						 
						
						... 
						
						
						
						Fix for "Send notifications on button press or IR" does not work when using "JSON remote" #4519  
						
						
					 
					
						2025-02-09 20:36:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						2473065b98 
					 
					
						
						
							
							Soap gap bugfix & aditional size tuning  
						
						 
						
						
						
						
					 
					
						2025-02-09 19:08:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						ed91c54654 
					 
					
						
						
							
							Uninitialised _data bugfix  
						
						 
						
						
						
						
					 
					
						2025-02-09 18:24:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						4d53e0adde 
					 
					
						
						
							
							Fixes first pixel not being set in Stream FX ( #4542 )  
						
						 
						
						... 
						
						
						
						* Fixes first pixel not being set
* added fix to Stream 2 as well 
						
						
					 
					
						2025-02-08 16:45:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								yangminglong 
							
						 
					 
					
						
						
							
						
						35f87365c9 
					 
					
						
						
							
							Brightness follow sun ( #4485 )  
						
						 
						
						... 
						
						
						
						* add usermod : Brightness Follow Sun 
						
						
					 
					
						2025-02-08 10:11:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						8e7d6d5dad 
					 
					
						
						
							
							cleanup and added Density slider  
						
						 
						
						... 
						
						
						
						- moved local variables into function
- made coordinates an array
- amplitude can now be changed by user (default setting is a slight increase to original which cannot be avoided without complicated logic or default slider setting) 
						
						
					 
					
						2025-02-08 10:06:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								scourge411 
							
						 
					 
					
						
						
							
						
						95a10c692c 
					 
					
						
						
							
							constexpr is invalid on is2D() ( #4540 )  
						
						 
						
						... 
						
						
						
						* constexpr is invalid on is2D() (it does work on _V4 builds though) 
						
						
					 
					
						2025-02-08 08:44:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						3a31d5d49e 
					 
					
						
						
							
							Merge branch 'usermod-libs' into usermod-libs-matrix  
						
						 
						
						
						
						
					 
					
						2025-02-07 20:53:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						77d7082ffc 
					 
					
						
						
							
							Bugfix  
						
						 
						
						... 
						
						
						
						- correct string length in strlcpy() 
						
						
					 
					
						2025-02-07 16:56:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						c43d09c8b1 
					 
					
						
						
							
							Move _data and allocation to derived class  
						
						 
						
						... 
						
						
						
						- as suggested by @TripleWhy
- minimum length guard
Conflicts:
	wled00/bus_manager.cpp
	wled00/bus_manager.h 
						
						
					 
					
						2025-02-07 16:18:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						d92e60ee5f 
					 
					
						
						
							
							adding XY() lambda function back in  
						
						 
						
						... 
						
						
						
						- slight increase in code size, speed is the same but better readability. 
						
						
					 
					
						2025-02-07 15:23:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						b9ceacb43d 
					 
					
						
						
							
							more optimizations and better readability  
						
						 
						
						
						
						
					 
					
						2025-02-07 11:14:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						2fe809f15a 
					 
					
						
						
							
							consolidated double loops into function  
						
						 
						
						... 
						
						
						
						- saves ~500 bytes of flash
- slight speed improvement 
						
						
					 
					
						2025-02-07 09:46:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						078a054dbd 
					 
					
						
						
							
							usermods/pixels_dice_tray: Fix BLE dependency  
						
						 
						
						
						
						
					 
					
						2025-02-07 04:12:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						c57be77039 
					 
					
						
						
							
							Fix sensor usermod globals  
						
						 
						
						... 
						
						
						
						These can be static locals instead; allows these usermods to build and
link together. 
						
						
					 
					
						2025-02-06 22:26:45 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						e6910f732f 
					 
					
						
						
							
							Disable EleksTube_IPS usermod  
						
						 
						
						... 
						
						
						
						For some reason, building it seems to consume 300kb of SRAM??
Probably there's still something wrong with the configuration. 
						
						
					 
					
						2025-02-06 22:25:39 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						d0b599781d 
					 
					
						
						
							
							Fix up BME280_v2 usermod  
						
						 
						
						... 
						
						
						
						Minor compile correctness tweak 
						
						
					 
					
						2025-02-06 22:24:53 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						2431f2058b 
					 
					
						
						
							
							load_usermods: Split on any whitespace  
						
						 
						
						... 
						
						
						
						This allows the common newline syntax in platformio 
						
						
					 
					
						2025-02-06 22:23:12 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						8c717537c4 
					 
					
						
						
							
							Lambda XY()  
						
						 
						
						
						
						
					 
					
						2025-02-06 15:12:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						e088f4654a 
					 
					
						
						
							
							removed unnecessary changes  
						
						 
						
						
						
						
					 
					
						2025-02-06 11:32:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						b363b6151c 
					 
					
						
						
							
							revert using color_fade() as it is slower  
						
						 
						
						... 
						
						
						
						- ran a few more tests, it is 30% faster like it was originally so reverting. The conversion to 32bit color appears to be wasteful in resources. 
						
						
					 
					
						2025-02-06 11:32:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						3baa4f8223 
					 
					
						
						
							
							improved speed and fixed issue  
						
						 
						
						... 
						
						
						
						- fixed issue: blending was also done when color was on a key-index-color which is now skipped
- speed improvement: conversion is skipped if color is key-color 
						
						
					 
					
						2025-02-06 11:32:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						373f4cfefd 
					 
					
						
						
							
							removed unnecessary lambda function  
						
						 
						
						... 
						
						
						
						performance is the same, the function just makes it a bit confusing. 
						
						
					 
					
						2025-02-06 06:44:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						64a02b705a 
					 
					
						
						
							
							Blending style bugfix (wrong limit)  
						
						 
						
						... 
						
						
						
						SoundSim bugfix (missing options) 
						
						
					 
					
						2025-02-04 18:42:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						f72b5d04e8 
					 
					
						
						
							
							usermod/pixels_dice_try: Add missing dep  
						
						 
						
						... 
						
						
						
						The "arduino-pixels-dice" library needs the ESP32 BLE subsystem, but
doesn't explicitly depend on it. 
						
						
					 
					
						2025-02-03 19:35:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						1688546519 
					 
					
						
						
							
							Fix RTC usermod  
						
						 
						
						
						
						
					 
					
						2025-02-03 18:48:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						2eff6b7a3a 
					 
					
						
						
							
							usermod/sensors_to_mqtt: Add explicit dep  
						
						 
						
						... 
						
						
						
						This mod includes a header from the Adafruit Unified Sensor library
inherited by its target sensor libraries.  This isn't reliably
picked up by PlatformIO's dependency finder.  Add an explicit dep to
ensure build stability. 
						
						
					 
					
						2025-02-03 17:57:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						58962f8470 
					 
					
						
						
							
							npm update  
						
						 
						
						
						
						
					 
					
						2025-02-01 22:56:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						dfd7ff5b39 
					 
					
						
						
							
							Merge branch 'cdata' of  https://github.com/w00000dy/WLED  into cdata  
						
						 
						
						
						
						
					 
					
						2025-02-01 22:54:20 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						d56ded8c18 
					 
					
						
						
							
							npm update  
						
						 
						
						
						
						
					 
					
						2025-02-01 22:52:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						af3ebbb3c2 
					 
					
						
						
							
							Merge branch 'main' into cdata  
						
						 
						
						
						
						
					 
					
						2025-02-01 22:51:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						1db3359b84 
					 
					
						
						
							
							Replace unsigned with size_t  
						
						 
						
						
						
						
					 
					
						2025-02-01 12:07:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						7a40ef74c6 
					 
					
						
						
							
							Fix up PWM_fan  
						
						 
						
						... 
						
						
						
						Use a custom setup script to check for the dependencies and pass along
the required compile flags to the module; also split the object
definitions for the target modules from their source so as to allow
#including them. 
						
						
					 
					
						2025-01-31 23:59:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						b64cd36468 
					 
					
						
						
							
							fixes trail flickering randomly. thx @blazoncek for discovering  
						
						 
						
						
						
						
					 
					
						2025-01-31 14:14:23 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						b3f9983f44 
					 
					
						
						
							
							First half of usermod readme updates  
						
						 
						
						... 
						
						
						
						Describe the new usermod enable process, and update sample
platformio_override.ini stubs. 
						
						
					 
					
						2025-01-31 03:57:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						070b08a9e6 
					 
					
						
						
							
							Rename usermod EXAMPLE_v2 to EXAMPLE  
						
						 
						
						... 
						
						
						
						It'd be better to not propagate the 'v2' suffix any further.  This is
the standard flavor of usermods now. 
						
						
					 
					
						2025-01-31 03:54:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						851e9ece03 
					 
					
						
						
							
							Remove deprecated mqtt_switch_v2 usermod  
						
						 
						
						... 
						
						
						
						...it's been 3 years, and it's easier than cleaning up the readme. 
						
						
					 
					
						2025-01-31 03:52:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						51db63dff7 
					 
					
						
						
							
							load_usermods: Also search for mod_v2  
						
						 
						
						
						
						
					 
					
						2025-01-31 03:39:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						a5b972d87e 
					 
					
						
						
							
							Merge remote-tracking branch 'upstream/main' into usermod-libs  
						
						 
						
						
						
						
					 
					
						2025-01-31 02:51:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						4bc3408410 
					 
					
						
						
							
							load_usermods: Don't cross usermod includes  
						
						 
						
						... 
						
						
						
						Only include paths for the base system deps, not those of other
usermods. 
						
						
					 
					
						2025-01-31 01:35:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						5d392d89ce 
					 
					
						
						
							
							load_usermods: Improve include path assembly  
						
						 
						
						... 
						
						
						
						Don't blast the path of any mentioned library - parse only the tree of
the actual build deps. 
						
						
					 
					
						2025-01-31 01:33:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						86f97614b0 
					 
					
						
						
							
							platformio.ini: Fix esp32dev_V4 usermods  
						
						 
						
						
						
						
					 
					
						2025-01-31 01:32:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						5b7bab6752 
					 
					
						
						
							
							Compile fixes  
						
						 
						
						
						
						
					 
					
						2025-01-30 20:46:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						70042db2de 
					 
					
						
						
							
							Allow "unlimited" virtual buses  
						
						 
						
						... 
						
						
						
						- added config upload options
- number of buses it limited to 36 (0-9+A-Z identifiers)
- WRNING web server may not support that many variables 
						
						
					 
					
						2025-01-30 19:41:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						bf69d37cbe 
					 
					
						
						
							
							Revert getBus() changes  
						
						 
						
						
						
						
					 
					
						2025-01-30 19:35:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						ee7ec20f29 
					 
					
						
						
							
							Convert BusManager class to namespace  
						
						 
						
						... 
						
						
						
						- use unique_ptr/make_unique for busses 
						
						
					 
					
						2025-01-30 19:31:09 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						1e1ba9afa3 
					 
					
						
						
							
							Fix for  aircoookie/WLED#4519  
						
						 
						
						... 
						
						
						
						- added JSON handling for irApplyToAllSelected 
						
						
					 
					
						2025-01-30 19:19:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						32a75c1ff5 
					 
					
						
						
							
							Merge pull request  #4165  from willmmiles/esp8266-pwm-phase  
						
						 
						
						... 
						
						
						
						Support PWM phase shifts on ESP8266 
						
						
					 
					
						2025-01-27 19:05:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						f51783f039 
					 
					
						
						
							
							Updates after pulling in latest main  
						
						 
						
						
						
						
					 
					
						2025-01-26 18:21:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						c203ef8bcd 
					 
					
						
						
							
							Merge branch 'main' into HUB75-AC  
						
						 
						
						
						
						
					 
					
						2025-01-26 17:15:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						61b99471a1 
					 
					
						
						
							
							Merge pull request  #4516  from willmmiles/aws-queue-0_16  
						
						 
						
						... 
						
						
						
						Update AsyncWebServer and enable response queue 
						
						
					 
					
						2025-01-26 16:15:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						e27fa882fa 
					 
					
						
						
							
							Move CONFIG_ASYNC_TCP_USE_WDT=0 to new esp32_all_variants  
						
						 
						
						
						
						
					 
					
						2025-01-26 16:12:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						7c05914e5a 
					 
					
						
						
							
							Merge branch 'main' into aws-queue-0_16  
						
						 
						
						
						
						
					 
					
						2025-01-26 16:07:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						daa438b349 
					 
					
						
						
							
							Merge pull request  #3835  from Aircoookie/gif  
						
						 
						
						... 
						
						
						
						Image effect (GIF support) 
						
						
					 
					
						2025-01-26 15:46:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						35624ab998 
					 
					
						
						
							
							Merge branch 'main' into gif-fix  
						
						 
						
						
						
						
					 
					
						2025-01-26 15:19:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						e6b145412b 
					 
					
						
						
							
							Merge branch 'main' into HUB75-AC  
						
						 
						
						
						
						
					 
					
						2025-01-26 14:08:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						2d6ad41ed4 
					 
					
						
						
							
							Merge pull request  #4430  from inverse/fix-devcontainers-config  
						
						 
						
						... 
						
						
						
						Use proper devcontainers schema for vscode customisations 
						
						
					 
					
						2025-01-25 08:20:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						8544bdd881 
					 
					
						
						
							
							Merge pull request  #4518  from zuckschwerdt/gh-add-gz-nightly  
						
						 
						
						... 
						
						
						
						Nightly release - Add bin.gz artifacts 
						
						
					 
					
						2025-01-25 07:48:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian W. Zuckschwerdt 
							
						 
					 
					
						
						
							
						
						a778ff01f6 
					 
					
						
						
							
							Nightly release - Add bin.gz artifacts  
						
						 
						
						
						
						
					 
					
						2025-01-24 23:17:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						e7c0ce794b 
					 
					
						
						
							
							Merge conflict fix  
						
						 
						
						... 
						
						
						
						- updated blending style constants 
						
						
					 
					
						2025-01-24 10:10:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						4c50119ac2 
					 
					
						
						
							
							Merge remote-tracking branch 'upstream/main' into esp8266-pwm-phase  
						
						 
						
						
						
						
					 
					
						2025-01-23 19:39:01 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						2181618357 
					 
					
						
						
							
							stress_test: Add replicated index as a target  
						
						 
						
						... 
						
						
						
						No locking contention, but a much larger target 
						
						
					 
					
						2025-01-23 19:10:43 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						bec7e54f7f 
					 
					
						
						
							
							Defer web requests if JSON lock contended  
						
						 
						
						... 
						
						
						
						Use the web server's queuing mechanism to call us back later. 
						
						
					 
					
						2025-01-23 19:10:43 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						dc317220b3 
					 
					
						
						
							
							Debug: Dump web server queue state  
						
						 
						
						... 
						
						
						
						This can be helpful for debugging web handler related issues. 
						
						
					 
					
						2025-01-23 19:10:43 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						981750a48a 
					 
					
						
						
							
							Enable webserver queue and limits  
						
						 
						
						... 
						
						
						
						Enable the new concurrent request and queue size limit features
of AsyncWebServer.  This should improve the handling of burst
traffic or many clients, and significantly reduce the likelihood
of OOM crashes due to HTTP requests. 
						
						
					 
					
						2025-01-23 19:10:43 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						1df717084b 
					 
					
						
						
							
							Update to AsyncWebServer v2.4.0  
						
						 
						
						... 
						
						
						
						Includes update to use matching newer AsyncTCP on ESP32 
						
						
					 
					
						2025-01-23 19:10:28 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						f2caf14d6a 
					 
					
						
						
							
							Fix missing hideDMXInput and hideNoDMXInput functions  
						
						 
						
						
						
						
					 
					
						2025-01-22 20:33:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						199529a031 
					 
					
						
						
							
							Also run if the workflow changes  
						
						 
						
						
						
						
					 
					
						2025-01-22 10:16:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						99108f9eff 
					 
					
						
						
							
							Swap ordering to see if naming is then clearer  
						
						 
						
						
						
						
					 
					
						2025-01-22 10:15:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						74672e2130 
					 
					
						
						
							
							Verify each usermod on change  
						
						 
						
						
						
						
					 
					
						2025-01-22 10:13:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						7d48bba926 
					 
					
						
						
							
							build usermod_esp32  
						
						 
						
						
						
						
					 
					
						2025-01-22 10:09:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						5f19608e41 
					 
					
						
						
							
							Merge branch 'usermod-libs' into usermod-libs-matrix  
						
						 
						
						
						
						
					 
					
						2025-01-22 10:05:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						8d4c9119b4 
					 
					
						
						
							
							Fix typo in env name  
						
						 
						
						
						
						
					 
					
						2025-01-22 09:55:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						b1b2eead26 
					 
					
						
						
							
							Use JSON for usermods list  
						
						 
						
						
						
						
					 
					
						2025-01-22 09:53:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						b3af04d3ca 
					 
					
						
						
							
							Use JSON for usermods list  
						
						 
						
						
						
						
					 
					
						2025-01-22 09:49:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						04c7eace09 
					 
					
						
						
							
							Use JSON for usermods list  
						
						 
						
						
						
						
					 
					
						2025-01-22 09:49:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						0e7d5dd013 
					 
					
						
						
							
							Build each usermod in isolation  
						
						 
						
						
						
						
					 
					
						2025-01-22 09:38:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						27d3420ad7 
					 
					
						
						
							
							Build each usermod in isolation  
						
						 
						
						
						
						
					 
					
						2025-01-22 09:31:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						c9672b35ce 
					 
					
						
						
							
							Merge pull request  #4511  from mlichvar/main  
						
						 
						
						... 
						
						
						
						fix reproduction in game of life 
						
						
					 
					
						2025-01-21 19:56:51 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Miroslav Lichvar 
							
						 
					 
					
						
						
							
						
						39512da74e 
					 
					
						
						
							
							fix reproduction in game of life  
						
						 
						
						... 
						
						
						
						A typo caused broken counting of the most common color in neighbouring
cells and blocked reproduction in some directions. 
						
						
					 
					
						2025-01-21 20:01:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						0d44e7ec27 
					 
					
						
						
							
							Usermods: Remove libArchive  
						
						 
						
						... 
						
						
						
						This is now managed centrally. 
						
						
					 
					
						2025-01-21 00:12:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						24082d169b 
					 
					
						
						
							
							Merge branch 'main' into parallel-I2S  
						
						 
						
						
						
						
					 
					
						2025-01-20 22:19:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						3debaf0f41 
					 
					
						
						
							
							Merge branch 'main' into use-bssid  
						
						 
						
						
						
						
					 
					
						2025-01-20 17:46:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						2448266d7c 
					 
					
						
						
							
							Merge pull request  #4158  from Aircoookie/blending-styles  
						
						 
						
						... 
						
						
						
						Effect blending styles (recreated PR from #3877 ) 
						
						
					 
					
						2025-01-20 11:30:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						3a426e258b 
					 
					
						
						
							
							Merge branch 'main' into blending-styles  
						
						 
						
						
						
						
					 
					
						2025-01-20 11:19:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						b062d1ee3e 
					 
					
						
						
							
							Merge branch 'main' into large-ledmap  
						
						 
						
						
						
						
					 
					
						2025-01-20 09:03:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						ebc171d405 
					 
					
						
						
							
							Const update  
						
						 
						
						... 
						
						
						
						- removed erroneous DEBUGFX 
						
						
					 
					
						2025-01-20 08:59:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								5chubrakete 
							
						 
					 
					
						
						
							
						
						4951be6999 
					 
					
						
						
							
							Added some date and time formatting options to scrolling text effect. ( #4195 )  
						
						 
						
						... 
						
						
						
						Updated to nonbreaking change and auto uppercasing according to review. 
						
						
					 
					
						2025-01-20 06:24:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ryan Ross 
							
						 
					 
					
						
						
							
						
						01a71132d5 
					 
					
						
						
							
							connect the seven segment reloaded usermod to BH1750 usermod ( #4503 )  
						
						 
						
						
						
						
					 
					
						2025-01-20 06:12:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						a421a90e0a 
					 
					
						
						
							
							replacement for fastled sqrt16() ( #4426 )  
						
						 
						
						... 
						
						
						
						* added bitwise operation based sqrt16
- replacement for fastled, it is about 10% slower for numbers smaller 128 but faster for larger numbers. speed difference is irrelevant to WLED but it saves some flash.
* updated to 32bit, improved for typical WLED use
- making it 32bits allows for larger numbers
- added another initial condition check for medium sized numbers
- increased the "small number" optimization to larger numbers: the function is currently only used to calculate sqrt(x^2+y^2) which even for small segments is larger than the initially used 64, so optimizing for 1024 makes more sense, although the value is arbitrarily chosen 
						
						
					 
					
						2025-01-20 05:51:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						1d558e8391 
					 
					
						
						
							
							platformio.ini: Add extra flags for usermod test  
						
						 
						
						... 
						
						
						
						Define a couple pins, leave a note where the usermod list comes from. 
						
						
					 
					
						2025-01-19 22:25:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						30a697e708 
					 
					
						
						
							
							usermods/PWM_fan: Disable pending cross-mod check  
						
						 
						
						... 
						
						
						
						A better solution for cross-module communication is required! 
						
						
					 
					
						2025-01-19 22:19:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						0233daeda2 
					 
					
						
						
							
							usermods/sensors_to_mqtt: Fix char type  
						
						 
						
						
						
						
					 
					
						2025-01-19 22:19:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						48372bcd91 
					 
					
						
						
							
							platformio: Fix audioreactive usermod for ESP8266  
						
						 
						
						
						
						
					 
					
						2025-01-19 22:19:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						44a1a1ebde 
					 
					
						
						
							
							usermods: Fix MQTT checks  
						
						 
						
						... 
						
						
						
						- Check after including wled.h
- Use WLED_DISABLE_MQTT instead of WLED_ENABLE_MQTT 
						
						
					 
					
						2025-01-19 22:19:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						2b07be1d09 
					 
					
						
						
							
							usermod mpu6050: Fix incorrect int type  
						
						 
						
						
						
						
					 
					
						2025-01-19 22:09:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						a98685d89e 
					 
					
						
						
							
							Remove numBusses, RMT idle bugfix  
						
						 
						
						... 
						
						
						
						- experiment with std::unique_ptr 
						
						
					 
					
						2025-01-19 21:37:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						1c4ba20646 
					 
					
						
						
							
							Merge branch 'bus-improvements' into parallel-I2S  
						
						 
						
						
						
						
					 
					
						2025-01-19 12:41:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						d3954b94d3 
					 
					
						
						
							
							Update NPB to 2.8.3  
						
						 
						
						... 
						
						
						
						Remove logs form Git tracking 
						
						
					 
					
						2025-01-19 12:19:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						7daea18907 
					 
					
						
						
							
							Merge fixes & updates  
						
						 
						
						... 
						
						
						
						- Segment::setName()
- S2 limits
- bus debug macros
- remove cctBlending from strip 
						
						
					 
					
						2025-01-19 11:37:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						0c84235a95 
					 
					
						
						
							
							Bus rework  
						
						 
						
						... 
						
						
						
						- Implement vector in bus manager
- Memory calculation according to explanation from @Makuna
- Prefer 8 RMT before 8 I2S on ESP32 (fixes  #4380 )
- speed improvements in ABL
- verbose debugging
- get bus size from NPB (prototype)
- Parallel I2S output bugfix
- automatic selection of appropriate I2S bus (`X1xxxxxxMethod`)
- removed I2S0 on ESP32 (used by AudioReactive)
- renumbered internal bus numbers (iType)
- added buffer size reporting 
						
						
					 
					
						2025-01-19 10:17:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						aab29cb0ab 
					 
					
						
						
							
							consolidated colorwaves and pride into one base function  
						
						 
						
						... 
						
						
						
						the two FX are almost identical in code with just a few lines difference. 
						
						
					 
					
						2025-01-19 09:04:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						566c5057f9 
					 
					
						
						
							
							optimizations as per reviewer recommendations  
						
						 
						
						... 
						
						
						
						* removed unneeded initializations in blur() and blur2D()
* remove check for _t in progress()
* code readability: if (_t) --> if(isInTransition())
* add `isInTransition()` checks to currentBri() and currentMode()
* added missing `_transitionprogress = 0xFFFFU` in stopTransition() 
						
						
					 
					
						2025-01-19 07:35:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						cd52d7bcf6 
					 
					
						
						
							
							align some function declariations with their implementation  
						
						 
						
						... 
						
						
						
						This is purely a "clean code" thing, no impact on function -  it helps to avoid confusion when reading the code.
C++ allows declaration and implementation to use different variable names. 
						
						
					 
					
						2025-01-19 07:35:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						ed3ec66d33 
					 
					
						
						
							
							fix compile error  
						
						 
						
						... 
						
						
						
						"const" was missing in the function implementation 
						
						
					 
					
						2025-01-19 07:35:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						01c463c8e8 
					 
					
						
						
							
							More tuning  
						
						 
						
						... 
						
						
						
						- replaced POD new/delete with malloc/free
- some more SEGLEN <= 1
- some gnu::pure
- more const attributes
- some static attributes 
						
						
					 
					
						2025-01-19 07:35:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						872465df40 
					 
					
						
						
							
							typo in comments  
						
						 
						
						
						
						
					 
					
						2025-01-19 07:35:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						b6f74287d0 
					 
					
						
						
							
							implement recommendations from reviewers  
						
						 
						
						... 
						
						
						
						* simplified transition bugfix
* removed cast same type
* isIp parameter changed to pass-by-reference, to avoid copy constructor 
						
						
					 
					
						2025-01-19 07:35:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						013684b5ca 
					 
					
						
						
							
							making some parameters const, plus minor improvements  
						
						 
						
						... 
						
						
						
						* changed some parameters to "pointer to const", so compiler can better optimize code size and performance -  because data behind a const pointer will never be modified by the called function.
* made setPixelColor `const`
* fixed a few potentially uninitialized local vars (the may have random values if not initialized)
* avoid shadowing "state" in handleSerial()
* plus a few very minor improvements 
						
						
					 
					
						2025-01-19 07:35:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						90c2955a71 
					 
					
						
						
							
							avoid using keywords for variables: module, final  
						
						 
						
						... 
						
						
						
						these are reserved names and future compilers may reject them. 
						
						
					 
					
						2025-01-19 07:35:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						7be868db12 
					 
					
						
						
							
							bugfix: indexOf() returns -1 if string not found  
						
						 
						
						... 
						
						
						
						... so we must use `int` instead of `unsigned` 
						
						
					 
					
						2025-01-19 07:35:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						703f84e5e1 
					 
					
						
						
							
							code robustness improvements plus minor speedup  
						
						 
						
						... 
						
						
						
						* make  XY() and _setPixelColorXY_raw() const (minor speedup)
* segment is a struct not a class: friend class Segment --> friend struct Segment
* fix missing braces around two macros
* use non-throwing "new" where possible
* improve robustness of transition code 
						
						
					 
					
						2025-01-19 07:35:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Malachi Soord 
							
						 
					 
					
						
						
							
						
						c92dbb10ac 
					 
					
						
						
							
							Use proper devcontainers schema for vscode customisations  
						
						 
						
						
						
						
					 
					
						2025-01-18 01:03:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Dahmen 
							
						 
					 
					
						
						
							
						
						8ee2c44550 
					 
					
						
						
							
							Fixed DNRGBW  
						
						 
						
						
						
						
					 
					
						2025-01-18 00:24:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						48f5099646 
					 
					
						
						
							
							Merge pull request  #4495  from netmindz/DMX-Input-AC  
						
						 
						
						... 
						
						
						
						Add Wired DMX Input support 
						
						
					 
					
						2025-01-17 19:31:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kilrah 
							
						 
					 
					
						
						
							
						
						b9aeb19834 
					 
					
						
						
							
							RF433 json usermod ( #4234 )  
						
						 
						
						... 
						
						
						
						* RF433 remote usermod
---------
Co-authored-by: Kilrah <kilrah@kilrah.xyz > 
						
						
					 
					
						2025-01-17 08:01:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						193926c795 
					 
					
						
						
							
							usermods: Remove #pragma once from cpps  
						
						 
						
						
						
						
					 
					
						2025-01-17 00:50:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						a4c3491f0c 
					 
					
						
						
							
							Merge pull request  #4428  from blazoncek/waterfall-fix  
						
						 
						
						... 
						
						
						
						FX: Waterfall, Matripix & Dissolve fix 
						
						
					 
					
						2025-01-16 15:52:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						ad65856b3d 
					 
					
						
						
							
							Merge pull request  #4018  from Brandon502/main  
						
						 
						
						... 
						
						
						
						Added Cube Mapping Tool 
						
						
					 
					
						2025-01-16 13:03:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						b2aac9f991 
					 
					
						
						
							
							Merge pull request  #4386  from DedeHai/ESPNow_glitchfix  
						
						 
						
						... 
						
						
						
						Fix for ESPNow remote causing output glitches 
						
						
					 
					
						2025-01-16 13:01:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						a582786655 
					 
					
						
						
							
							Port over remaining WLEDMM part of DMX Input and adapt for AC  
						
						 
						
						
						
						
					 
					
						2025-01-16 12:48:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						953e994c88 
					 
					
						
						
							
							Add DMX Input support to builds  
						
						 
						
						
						
						
					 
					
						2025-01-16 12:24:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						9a6e91d3e5 
					 
					
						
						
							
							DMX Input - reinstate loggers for connection state change  
						
						 
						
						
						
						
					 
					
						2025-01-16 12:22:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						fc4e7a2dee 
					 
					
						
						
							
							Swap DMX port to 1, persist user choice of port, validate port vs UART count  
						
						 
						
						
						
						
					 
					
						2025-01-16 12:22:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						a56014bb66 
					 
					
						
						
							
							Hide DMX port as just confusing to users  
						
						 
						
						
						
						
					 
					
						2025-01-16 12:20:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						ebfc438bd4 
					 
					
						
						
							
							Tweak DMX settings UI  
						
						 
						
						
						
						
					 
					
						2025-01-16 12:20:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						3996f02dea 
					 
					
						
						
							
							Revert "Rename WLED_ENABLE_DMX to WLED_ENABLE_DMX_OUTPUT"  
						
						 
						
						... 
						
						
						
						This reverts commit 7f9cc67518 . 
						
						
					 
					
						2025-01-16 12:19:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arne 
							
						 
					 
					
						
						
							
						
						d637524bfc 
					 
					
						
						
							
							chore: remove outdated comments  
						
						 
						
						
						
						
					 
					
						2025-01-16 12:16:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arne 
							
						 
					 
					
						
						
							
						
						8570922dcc 
					 
					
						
						
							
							chore: adapt code style  
						
						 
						
						
						
						
					 
					
						2025-01-16 12:16:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arne 
							
						 
					 
					
						
						
							
						
						6598265f9b 
					 
					
						
						
							
							make compile after rebase  
						
						 
						
						
						
						
					 
					
						2025-01-16 12:15:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arne 
							
						 
					 
					
						
						
							
						
						8f398dfd08 
					 
					
						
						
							
							Move dmx_input into its own task on core 0.  
						
						 
						
						... 
						
						
						
						This was necessary because otherwise it is not able to respond to rdm in time. 
						
						
					 
					
						2025-01-16 12:15:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arne 
							
						 
					 
					
						
						
							
						
						68e9d701de 
					 
					
						
						
							
							Do no longer disable dmx_input when cache is disabled.  
						
						 
						
						... 
						
						
						
						No longer needed because missing ISR_ATTR have been added to esp_dmx. 
						
						
					 
					
						2025-01-16 12:15:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arne 
							
						 
					 
					
						
						
							
						
						67e8a00b6d 
					 
					
						
						
							
							rename initDmx() -> initDmxOutput()  
						
						 
						
						
						
						
					 
					
						2025-01-16 12:11:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arne 
							
						 
					 
					
						
						
							
						
						11b48bc374 
					 
					
						
						
							
							rename handleDMX() handleDMXOutput()  
						
						 
						
						
						
						
					 
					
						2025-01-16 12:10:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arne 
							
						 
					 
					
						
						
							
						
						fa80c62b28 
					 
					
						
						
							
							rename dmx.cpp -> dmx_output.cpp  
						
						 
						
						
						
						
					 
					
						2025-01-16 12:06:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arne 
							
						 
					 
					
						
						
							
						
						7f9cc67518 
					 
					
						
						
							
							Rename WLED_ENABLE_DMX to WLED_ENABLE_DMX_OUTPUT  
						
						 
						
						
						
						
					 
					
						2025-01-16 12:05:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arne 
							
						 
					 
					
						
						
							
						
						84eb6fd460 
					 
					
						
						
							
							Add dmx input port to configuration  
						
						 
						
						
						
						
					 
					
						2025-01-16 11:47:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arne 
							
						 
					 
					
						
						
							
						
						2cc5a29b86 
					 
					
						
						
							
							keep dmx rdm identify on if dmx disconnects.  
						
						 
						
						... 
						
						
						
						Some rdm testers disconnect after setting it. 
						
						
					 
					
						2025-01-16 11:42:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arne 
							
						 
					 
					
						
						
							
						
						b178c08271 
					 
					
						
						
							
							Support dmx rdm personality change  
						
						 
						
						
						
						
					 
					
						2025-01-16 11:42:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arne 
							
						 
					 
					
						
						
							
						
						9a3b208ac5 
					 
					
						
						
							
							comments and cleanup  
						
						 
						
						
						
						
					 
					
						2025-01-16 11:37:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arne 
							
						 
					 
					
						
						
							
						
						2989155f05 
					 
					
						
						
							
							handle rdm dmx address changes  
						
						 
						
						
						
						
					 
					
						2025-01-16 11:37:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arne 
							
						 
					 
					
						
						
							
						
						50b56c64f5 
					 
					
						
						
							
							extract creation of dmx config into own method  
						
						 
						
						
						
						
					 
					
						2025-01-16 11:36:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arne 
							
						 
					 
					
						
						
							
						
						be3e331afb 
					 
					
						
						
							
							Monitor dmx personality and dmx start address for change and update rdm  
						
						 
						
						
						
						
					 
					
						2025-01-16 11:36:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arne 
							
						 
					 
					
						
						
							
						
						9d8fdd0b20 
					 
					
						
						
							
							extract test for rdm identify into own method  
						
						 
						
						
						
						
					 
					
						2025-01-16 11:36:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arne 
							
						 
					 
					
						
						
							
						
						033c7abe62 
					 
					
						
						
							
							add enable/disable methods for dmxInput  
						
						 
						
						
						
						
					 
					
						2025-01-16 11:36:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arne 
							
						 
					 
					
						
						
							
						
						5525a21696 
					 
					
						
						
							
							rename settings  
						
						 
						
						
						
						
					 
					
						2025-01-16 11:36:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arne 
							
						 
					 
					
						
						
							
						
						aed03cd03b 
					 
					
						
						
							
							hack: disable dmx receiver while wifi is being activated  
						
						 
						
						... 
						
						
						
						This fixes a crash in the dmx receiver. The dmx receiver cannot work while cache is disabled. For some reason activating wifi disables the cache. In theory, the driver is placed in iram and should work, but it doesn't. This might be a bug in the driver. 
						
						
					 
					
						2025-01-16 11:35:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arne 
							
						 
					 
					
						
						
							
						
						5a5661f136 
					 
					
						
						
							
							handle dmx rdm identify  
						
						 
						
						
						
						
					 
					
						2025-01-16 11:32:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arne 
							
						 
					 
					
						
						
							
						
						a3bcf92ea5 
					 
					
						
						
							
							Turn dmx_into into class with state.  
						
						 
						
						... 
						
						
						
						This is much nicer to read and in the future more state will be added to support all the rdm stuff. 
						
						
					 
					
						2025-01-16 11:29:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						0ad31c90f6 
					 
					
						
						
							
							fix merge error  
						
						 
						
						
						
						
					 
					
						2025-01-16 11:26:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arne 
							
						 
					 
					
						
						
							
						
						789d68e80d 
					 
					
						
						
							
							Move globals to top of file and change scope to compile unit only.  
						
						 
						
						... 
						
						
						
						Some minor cleanup changes 
						
						
					 
					
						2025-01-16 11:21:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arne 
							
						 
					 
					
						
						
							
						
						f06a1e8b49 
					 
					
						
						
							
							Extract dmx_input from dmx.cpp into dmx_input.cpp.  
						
						 
						
						... 
						
						
						
						This greatly improves readability because it gets rid of most of the
ifdefs. 
						
						
					 
					
						2025-01-16 11:21:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arne 
							
						 
					 
					
						
						
							
						
						a0ca243955 
					 
					
						
						
							
							Move dmx_input pin allocations from wled.cpp to dmx.cpp  
						
						 
						
						
						
						
					 
					
						2025-01-16 11:20:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arne 
							
						 
					 
					
						
						
							
						
						9e2268bd74 
					 
					
						
						
							
							Adapt to new api of esp_dmx v3.1  
						
						 
						
						
						
						
					 
					
						2025-01-16 11:17:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arne 
							
						 
					 
					
						
						
							
						
						702d085117 
					 
					
						
						
							
							rename global dmx... variables to dmxInput...  
						
						 
						
						... 
						
						
						
						This is the first step in supporting both dmx input and dmx output on different pins. 
						
						
					 
					
						2025-01-16 11:16:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						356a0d72c3 
					 
					
						
						
							
							proper fix for existing C3 override envs  
						
						 
						
						
						
						
					 
					
						2025-01-16 12:11:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						7fcc4a5283 
					 
					
						
						
							
							fix for existing C3 overrides  
						
						 
						
						
						
						
					 
					
						2025-01-16 12:07:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						15edfcd088 
					 
					
						
						
							
							Fix usermod platformio integration  
						
						 
						
						... 
						
						
						
						Should now work for new *and* old versions of PlatformIO! 
						
						
					 
					
						2025-01-16 01:05:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						278d204d1c 
					 
					
						
						
							
							merge fix for Deep-Sleep UM  
						
						 
						
						
						
						
					 
					
						2025-01-15 20:36:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						39b3e7e507 
					 
					
						
						
							
							BUGFIX in oscillate FX ( #4494 )  
						
						 
						
						... 
						
						
						
						effect was changed from int to uint but it relied on negative numbers. fixed by checking overflow and a cast. 
						
						
					 
					
						2025-01-15 15:17:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						8487dd7cfd 
					 
					
						
						
							
							Disable build of usermods that are broken at the moment  
						
						 
						
						
						
						
					 
					
						2025-01-15 12:49:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						5d05d7936c 
					 
					
						
						
							
							Add usermod dependencies  
						
						 
						
						
						
						
					 
					
						2025-01-15 12:46:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						0afd2fe720 
					 
					
						
						
							
							Destructor must be public  
						
						 
						
						
						
						
					 
					
						2025-01-15 12:46:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						59a79a30da 
					 
					
						
						
							
							Add deps for usermods/BME280_v2  
						
						 
						
						
						
						
					 
					
						2025-01-15 11:34:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						5da380e1b0 
					 
					
						
						
							
							Update dependencies for sensors_to_mqtt  
						
						 
						
						
						
						
					 
					
						2025-01-15 11:28:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						2adf745d06 
					 
					
						
						
							
							Update env:usermods to use V4  
						
						 
						
						
						
						
					 
					
						2025-01-15 11:22:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						ef2eb0764c 
					 
					
						
						
							
							Merge branch 'main' into usermod-libs  
						
						 
						
						
						
						
					 
					
						2025-01-15 11:00:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						9e37d7051c 
					 
					
						
						
							
							Merge pull request  #4492  from Aircoookie/V4  
						
						 
						
						... 
						
						
						
						V4 
						
						
					 
					
						2025-01-15 10:57:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						05098c3382 
					 
					
						
						
							
							Merge pull request  #4487  from netmindz/V4-tasmota  
						
						 
						
						... 
						
						
						
						Swap to tasmota/platform-espressif32 
						
						
					 
					
						2025-01-15 10:39:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						32607ee74c 
					 
					
						
						
							
							Revert incorrect testing platformio.ini  
						
						 
						
						
						
						
					 
					
						2025-01-15 02:26:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						30559cd2d3 
					 
					
						
						
							
							Fix dependency for EleksTube_IPS usermod  
						
						 
						
						
						
						
					 
					
						2025-01-14 22:21:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						8fd905215f 
					 
					
						
						
							
							Integrate usermods environment  
						
						 
						
						... 
						
						
						
						Move the "all usermods" logic in to the platformio script, so the
'usermods' environment can be built in any checkout without extra setup
commands. 
						
						
					 
					
						2025-01-14 22:21:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						270d75afe2 
					 
					
						
						
							
							Update usermod deps earlier  
						
						 
						
						... 
						
						
						
						When processing usermods, update their include path properties before
the LDF runs, so it can see through wled.h. 
						
						
					 
					
						2025-01-14 22:16:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						a65f97ac75 
					 
					
						
						
							
							Merge branch 'main' into blending-styles  
						
						 
						
						
						
						
					 
					
						2025-01-14 22:39:20 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						53c1856038 
					 
					
						
						
							
							Enable GIF support for all esp32 builds  
						
						 
						
						
						
						
					 
					
						2025-01-14 18:47:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						56b8af86d7 
					 
					
						
						
							
							Swap to WLED_ENABLE_GIF  
						
						 
						
						
						
						
					 
					
						2025-01-14 18:40:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						e852df3179 
					 
					
						
						
							
							Proper debug statements  
						
						 
						
						
						
						
					 
					
						2025-01-14 18:30:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						7c03f716a8 
					 
					
						
						
							
							Include gif library for all esp32 variants  
						
						 
						
						
						
						
					 
					
						2025-01-14 18:29:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						d4ba603cf7 
					 
					
						
						
							
							Update pio version  
						
						 
						
						
						
						
					 
					
						2025-01-14 18:27:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						deb0306347 
					 
					
						
						
							
							Merge branch 'main' into gif-fix  
						
						 
						
						
						
						
					 
					
						2025-01-14 18:26:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						881da25e8c 
					 
					
						
						
							
							Add local defintion of lolin_s3_mini as missing from Tasmota platform  
						
						 
						
						
						
						
					 
					
						2025-01-14 18:06:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						a37b953e72 
					 
					
						
						
							
							Set flash_mode to qio for esp32c3dev to maintain current behaviour  
						
						 
						
						
						
						
					 
					
						2025-01-14 12:44:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						bba5188594 
					 
					
						
						
							
							Add the safe option of flash_mode for esp32c3dev, qio also possible  
						
						 
						
						
						
						
					 
					
						2025-01-14 12:43:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						7dc633581d 
					 
					
						
						
							
							Merge branch 'V4-tasmota' of github.com:netmindz/WLED into V4-tasmota  
						
						 
						
						
						
						
					 
					
						2025-01-14 12:29:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						bd00d012e2 
					 
					
						
						
							
							Remove esp8266_2m_tasmota as not a V4 change and no suitable tasmota build using the currently used Arduino Core version of 3.1.2  
						
						 
						
						
						
						
					 
					
						2025-01-14 12:29:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						4f4476b79f 
					 
					
						
						
							
							Set new codename  
						
						 
						
						
						
						
					 
					
						2025-01-14 11:53:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						0b8721c25e 
					 
					
						
						
							
							Fix usermod libArchive setting  
						
						 
						
						... 
						
						
						
						Monkey-patch PlatformIO to intercept the build process after library
dependencies are loaded, but before the build is fully analyzed.  This
lets us enforce libArchive=False for usermods without making that
setting global across all libraries.
The rest of the fixup code is integrated at the same call site for
simplicity. 
						
						
					 
					
						2025-01-14 02:48:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						869e275e48 
					 
					
						
						
							
							typo in usermods/sensors_to_mqtt/library.json  
						
						 
						
						
						
						
					 
					
						2025-01-14 00:43:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						e4714870a4 
					 
					
						
						
							
							typo in usermods/sensors_to_mqtt/library.json  
						
						 
						
						
						
						
					 
					
						2025-01-14 00:39:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						1dbd7066de 
					 
					
						
						
							
							Revert LOROL_LITTLEFS hack  
						
						 
						
						
						
						
					 
					
						2025-01-14 00:27:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						022e4986ee 
					 
					
						
						
							
							Revert "Update to Tasmota Arduino Core 2.0.18" - Frank says to stay on  
						
						 
						
						... 
						
						
						
						2.0.9
This reverts commit b421f7ae87 . 
						
						
					 
					
						2025-01-14 00:24:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						2c9c413e79 
					 
					
						
						
							
							Merge branch 'usermod-libs' into usermod-libs-migration  
						
						 
						
						
						
						
					 
					
						2025-01-14 00:22:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						b380d5e2c7 
					 
					
						
						
							
							reinstate libArchive:false  
						
						 
						
						
						
						
					 
					
						2025-01-14 00:10:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						650853c177 
					 
					
						
						
							
							Use flash_mode = dio  
						
						 
						
						
						
						
					 
					
						2025-01-13 21:09:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						ae698f988a 
					 
					
						
						
							
							Merge branch 'V4' into V4-tasmota  
						
						 
						
						
						
						
					 
					
						2025-01-13 21:04:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						f920fdecfe 
					 
					
						
						
							
							Add esp32dev back to default_envs  
						
						 
						
						
						
						
					 
					
						2025-01-13 21:02:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						4e4f823141 
					 
					
						
						
							
							Update comment  
						
						 
						
						
						
						
					 
					
						2025-01-13 20:57:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						b421f7ae87 
					 
					
						
						
							
							Update to Tasmota Arduino Core 2.0.18  
						
						 
						
						
						
						
					 
					
						2025-01-13 20:56:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						ca80d0489b 
					 
					
						
						
							
							Add env:esp8266_2m_tasmota  
						
						 
						
						
						
						
					 
					
						2025-01-13 20:30:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						1ed82426a1 
					 
					
						
						
							
							Add esp32dev back to default_envs  
						
						 
						
						
						
						
					 
					
						2025-01-13 19:30:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						7e9f7d4101 
					 
					
						
						
							
							set board_build.flash_mode to fix missing sdkconfig.h  
						
						 
						
						
						
						
					 
					
						2025-01-13 18:39:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						f240a33935 
					 
					
						
						
							
							Remove platform_package override  
						
						 
						
						
						
						
					 
					
						2025-01-13 18:33:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						5bd0a26126 
					 
					
						
						
							
							Remove platform_package override  
						
						 
						
						
						
						
					 
					
						2025-01-13 16:39:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						cc011e39ce 
					 
					
						
						
							
							Bus creation bugfix  
						
						 
						
						... 
						
						
						
						- speed improvements in ABL
- verbose debugging 
						
						
					 
					
						2025-01-13 17:27:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						29ee551b06 
					 
					
						
						
							
							Swap to tasmota/platform-espressif32  
						
						 
						
						
						
						
					 
					
						2025-01-13 15:38:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						5b5e4157e3 
					 
					
						
						
							
							Add esp32dev_v4 env  
						
						 
						
						
						
						
					 
					
						2025-01-13 11:12:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						3c19692312 
					 
					
						
						
							
							Cleanup copy-paste of platform and platform_packages - use the proper common esp32_idf_V4  
						
						 
						
						
						
						
					 
					
						2025-01-13 10:58:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						24accf96a8 
					 
					
						
						
							
							Remove now redundant build section from library.json  
						
						 
						
						
						
						
					 
					
						2025-01-13 10:53:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						f2626b0fc0 
					 
					
						
						
							
							Remove now-obsolete AR_build_flags  
						
						 
						
						
						
						
					 
					
						2025-01-12 17:09:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						cc9e9b109c 
					 
					
						
						
							
							Fix usermod library builds  
						
						 
						
						... 
						
						
						
						Manage include folders via a second platformio script, fixing builds and
removing all the extra boilerplate from usermod library.json files. 
						
						
					 
					
						2025-01-12 17:07:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						adead9b578 
					 
					
						
						
							
							Bus wrapper modifications  
						
						 
						
						... 
						
						
						
						- NeoPixelBus update 2.8.3
- automatic selection of appropriate I2S bus (`X1xxxxxxMethod`)
- removed I2S0 on ESP32 (used by AudioReactive)
- renumbered internal bus numbers (iType)
- added buffer size reporting
Bus modifications
- WWA strip support
- bus initialisation rewrite
- optional parallel I2S (ESP32, S2 & S3) 
						
						
					 
					
						2025-01-12 15:17:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						8527d231e1 
					 
					
						
						
							
							audioreactive: Move flags to library  
						
						 
						
						... 
						
						
						
						Use a PlatformIO script to move the last of AR_buildflags in to the
module itself. 
						
						
					 
					
						2025-01-12 13:12:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						4c19341279 
					 
					
						
						
							
							Merge branch 'usermod-libs-migration' of github.com:netmindz/WLED into usermod-libs-migration  
						
						 
						
						
						
						
					 
					
						2025-01-12 01:40:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						075fd4da2d 
					 
					
						
						
							
							Defining more usermod dependencies  
						
						 
						
						
						
						
					 
					
						2025-01-12 01:38:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						52bee88ad2 
					 
					
						
						
							
							fix word_clock_matrix naming  
						
						 
						
						
						
						
					 
					
						2025-01-12 00:36:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						52b784e0e5 
					 
					
						
						
							
							fix env:usermods  
						
						 
						
						
						
						
					 
					
						2025-01-12 00:22:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						3521732597 
					 
					
						
						
							
							fix env:userods  
						
						 
						
						
						
						
					 
					
						2025-01-12 00:22:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						d3eec72e45 
					 
					
						
						
							
							Defining more usermod dependencies  
						
						 
						
						
						
						
					 
					
						2025-01-12 00:09:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						79bac912aa 
					 
					
						
						
							
							use bigger partitions for usermods env  
						
						 
						
						
						
						
					 
					
						2025-01-11 23:25:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						2381e323c1 
					 
					
						
						
							
							Define dependencies for ADS1115 usermod  
						
						 
						
						
						
						
					 
					
						2025-01-11 22:54:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						d64cedd3fc 
					 
					
						
						
							
							Build custom_usermods = audioreactive auto_save animartrix  
						
						 
						
						
						
						
					 
					
						2025-01-11 22:38:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						c16d83fab0 
					 
					
						
						
							
							Build custom_usermods = audioreactive auto_save animartrix  
						
						 
						
						
						
						
					 
					
						2025-01-11 22:36:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						cbed841414 
					 
					
						
						
							
							Include basic usermods in CI  
						
						 
						
						
						
						
					 
					
						2025-01-11 22:12:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						67022beca0 
					 
					
						
						
							
							Build all usermods  
						
						 
						
						
						
						
					 
					
						2025-01-11 22:07:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						6e76a72d78 
					 
					
						
						
							
							Convert usermods from header to library  
						
						 
						
						
						
						
					 
					
						2025-01-11 21:42:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						a5575bc3a0 
					 
					
						
						
							
							Fix naming of usermod files to match library name  
						
						 
						
						
						
						
					 
					
						2025-01-11 21:41:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						90b18158fc 
					 
					
						
						
							
							Convert usermods from header to library  
						
						 
						
						
						
						
					 
					
						2025-01-11 21:14:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						71b0e8e937 
					 
					
						
						
							
							Convert AnimARTrix usermod to library  
						
						 
						
						... 
						
						
						
						Borrowed library definition from @netmindz's work on #4476 . 
						
						
					 
					
						2025-01-11 13:32:28 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						4d5e0ca7a3 
					 
					
						
						
							
							load_usermods: Expand name search  
						
						 
						
						... 
						
						
						
						Look for 'usermod_v2_x' as well.  This could be removed later if we
clean up the folder names. 
						
						
					 
					
						2025-01-11 13:31:20 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						b8685f2c39 
					 
					
						
						
							
							Convert usermods to static libraries  
						
						 
						
						... 
						
						
						
						Redesign the usermod system so that usermods are implemented as
PlatformIO libraries instead of headers.  This permits them to call for
dependencies, and eliminates the compiler flags for enabling each one,
allowing the build cache to behave better.
The usermod list is built using some linker magic to construct a static
list in ROM memory.  This eliminates the need for wasting SRAM on
something fixed at build time. 
						
						
					 
					
						2025-01-11 12:08:29 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						c4e697d797 
					 
					
						
						
							
							Revert "Reapply "Set build version during nightly build" - doesn't work as source"  
						
						 
						
						... 
						
						
						
						This reverts commit 2aab617c2e . 
						
						
					 
					
						2025-01-10 17:09:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						3502a39181 
					 
					
						
						
							
							Revert "Set build version during nightly build"  
						
						 
						
						... 
						
						
						
						This reverts commit 4a56c92e7b . 
						
						
					 
					
						2025-01-10 17:09:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						4a56c92e7b 
					 
					
						
						
							
							Set build version during nightly build  
						
						 
						
						
						
						
					 
					
						2025-01-10 16:59:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						2aab617c2e 
					 
					
						
						
							
							Reapply "Set build version during nightly build" - doesn't work as source  
						
						 
						
						... 
						
						
						
						This reverts commit 471bd83eb2 . 
						
						
					 
					
						2025-01-10 16:56:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						471bd83eb2 
					 
					
						
						
							
							Revert "Set build version during nightly build" - doesn't work as source  
						
						 
						
						... 
						
						
						
						files not yet checked out
This reverts commit ec7a7f4c25 . 
						
						
					 
					
						2025-01-10 16:53:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						ec7a7f4c25 
					 
					
						
						
							
							Set build version during nightly build  
						
						 
						
						
						
						
					 
					
						2025-01-10 16:49:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						bb0c0af189 
					 
					
						
						
							
							added a delay after switching relay ( #4474 )  
						
						 
						
						... 
						
						
						
						- helps to stabilize power on the LEDs before sending data 
						
						
					 
					
						2025-01-09 22:41:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						d2f8f99683 
					 
					
						
						
							
							hub75 - post main merge fixes  
						
						 
						
						
						
						
					 
					
						2025-01-09 12:06:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						1c146baeeb 
					 
					
						
						
							
							Merge branch 'main' into HUB75-AC  
						
						 
						
						
						
						
					 
					
						2025-01-09 11:12:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						709aeff9ea 
					 
					
						
						
							
							Merge pull request  #4435  from TripleWhy/TripleWhy/issue4425  
						
						 
						
						... 
						
						
						
						palette effect overflow fix 
						
						
					 
					
						2025-01-09 11:03:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						34f18122f5 
					 
					
						
						
							
							Merge pull request  #4295  from WouterGritter/mqtt-use-topic-buffer-len  
						
						 
						
						... 
						
						
						
						FIX: "magic numbers" for MQTT topic buffer length in mqtt.cpp and button.cpp (use already defined MQTT_MAX_TOPIC_LEN) 
						
						
					 
					
						2025-01-09 11:01:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						7208282431 
					 
					
						
						
							
							Merge pull request  #4424  from inverse/consistent-node  
						
						 
						
						... 
						
						
						
						Use consistent node version for local, CI, and devcontainer setup 
						
						
					 
					
						2025-01-09 10:58:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						204e72e9eb 
					 
					
						
						
							
							Merge pull request  #4213  from willmmiles/static-class-to-namespace  
						
						 
						
						... 
						
						
						
						Complete transition of UsermodManager and PinManager away from classes 
						
						
					 
					
						2025-01-08 21:38:10 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						f626dfb7b7 
					 
					
						
						
							
							Nightly release - add changelog since last release  
						
						 
						
						
						
						
					 
					
						2025-01-08 10:00:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						08b263bf4e 
					 
					
						
						
							
							Nightly release - add changelog  
						
						 
						
						
						
						
					 
					
						2025-01-08 09:55:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						d0e99923fd 
					 
					
						
						
							
							Nightly release - add changelog  
						
						 
						
						
						
						
					 
					
						2025-01-08 09:55:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						1750512477 
					 
					
						
						
							
							Nightly release - add changelog  
						
						 
						
						
						
						
					 
					
						2025-01-08 09:50:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						5e3b4c3a11 
					 
					
						
						
							
							Nightly release - swap action  
						
						 
						
						
						
						
					 
					
						2025-01-08 09:32:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						0c431d9746 
					 
					
						
						
							
							Nightly release - fix release  
						
						 
						
						
						
						
					 
					
						2025-01-08 09:22:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						438c5d9909 
					 
					
						
						
							
							Nightly release - fix filename  
						
						 
						
						
						
						
					 
					
						2025-01-08 09:05:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						7d29edf6f4 
					 
					
						
						
							
							Nightly release - fix filename  
						
						 
						
						
						
						
					 
					
						2025-01-08 09:01:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						50d505b896 
					 
					
						
						
							
							Nightly release  
						
						 
						
						
						
						
					 
					
						2025-01-08 08:50:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						2e06f5b1e8 
					 
					
						
						
							
							Merge pull request  #4450  from adafruit/main  
						
						 
						
						... 
						
						
						
						Add correct pin availability for ESP32 Mini modules 
						
						
					 
					
						2025-01-06 22:33:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						3adcbb7904 
					 
					
						
						
							
							Playlist output glitchfix update: found it also happens on S3 ( #4462 )  
						
						 
						
						... 
						
						
						
						* Fix output glitches when playlist changes preset update: glitches also happen on S3 
						
						
					 
					
						2025-01-06 22:24:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						f447df9873 
					 
					
						
						
							
							Merge branch 'main' into HUB75-AC  
						
						 
						
						
						
						
					 
					
						2025-01-06 12:07:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						27e98147ef 
					 
					
						
						
							
							Swap from dev to alpha for our current work in progress builds whilst working towards the next version  
						
						 
						
						
						
						
					 
					
						2025-01-05 18:49:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						48958cc638 
					 
					
						
						
							
							Merge pull request  #4439  from dosipod/Upstream_PRs  
						
						 
						
						... 
						
						
						
						Update readme.md for rgb-rotary-encoder usermod 
						
						
					 
					
						2025-01-04 17:49:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						ae4de2782a 
					 
					
						
						
							
							DeepSleep usermod ( #4190 )  
						
						 
						
						... 
						
						
						
						* DeepSleep Usermod
- sleep delay is now 1 by default, disabling sleep at powerup
- renamed bootup variable to powerup
- using delay counter for proper bootup
- changed power-up and bootup logic
- added fallback to always power-on at boot except at powerup
- fixed bug in settings page 
						
						
					 
					
						2025-01-04 08:07:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ladyada 
							
						 
					 
					
						
						
							
						
						dcf89e0dbd 
					 
					
						
						
							
							simplify logic  
						
						 
						
						
						
						
					 
					
						2025-01-03 16:37:26 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ladyada 
							
						 
					 
					
						
						
							
						
						35d92f43c0 
					 
					
						
						
							
							>sigh<  https://github.com/espressif/arduino-esp32/issues/10683  
						
						 
						
						
						
						
					 
					
						2025-01-02 20:54:19 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ladyada 
							
						 
					 
					
						
						
							
						
						12db60885f 
					 
					
						
						
							
							try debug  
						
						 
						
						
						
						
					 
					
						2024-12-31 17:02:52 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ladyada 
							
						 
					 
					
						
						
							
						
						d637260dc3 
					 
					
						
						
							
							typo fix  
						
						 
						
						
						
						
					 
					
						2024-12-31 16:42:49 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ladyada 
							
						 
					 
					
						
						
							
						
						0937064e18 
					 
					
						
						
							
							fix pin availability calculations for ESP32-mini modules  
						
						 
						
						
						
						
					 
					
						2024-12-31 16:40:11 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						54264efb20 
					 
					
						
						
							
							Fill SSID fix  
						
						 
						
						
						
						
					 
					
						2024-12-30 15:04:25 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						6a1d3de75b 
					 
					
						
						
							
							Fix output glitches when playlist changes preset ( #4442 )  
						
						 
						
						... 
						
						
						
						same issue as with https://github.com/Aircoookie/WLED/pull/4386 
waiting on bus to finish updating before file access fixes the glitches.
this issue is only present on S2 and C3, not on ESP8266 or dual-core ESPs, the fix is only applied for these two. 
						
						
					 
					
						2024-12-30 12:58:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								AlDIY 
							
						 
					 
					
						
						
							
						
						3fc8c7d560 
					 
					
						
						
							
							Update readme.md  
						
						 
						
						... 
						
						
						
						Updated the readme to use lennarthennigs/ESP Rotary@^2.1.1 as the old lib fail to compile 
						
						
					 
					
						2024-12-29 15:46:49 +03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								TripleWhy 
							
						 
					 
					
						
						
							
						
						56e1d577fd 
					 
					
						
						
							
							palette effect overflow fix  
						
						 
						
						
						
						
					 
					
						2024-12-27 11:19:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						272129f66c 
					 
					
						
						
							
							Add ability to enter desired BSSID  
						
						 
						
						... 
						
						
						
						- add event handling (debug)
- fixes  #2151  
						
						
					 
					
						2024-12-25 15:54:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						0441ede229 
					 
					
						
						
							
							Fix for  #4401  
						
						 
						
						
						
						
					 
					
						2024-12-25 15:18:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						f001846e00 
					 
					
						
						
							
							Merge branch 'main' into waterfall-fix  
						
						 
						
						
						
						
					 
					
						2024-12-25 10:51:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						0ac627dfbb 
					 
					
						
						
							
							FX: Waterfall and Matripix fix  
						
						 
						
						... 
						
						
						
						- for Arc expansion
- or gaps
- or ledmaps with missing pixels 
						
						
					 
					
						2024-12-25 10:46:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Malachi Soord 
							
						 
					 
					
						
						
							
						
						1a82a3bf7b 
					 
					
						
						
							
							Fix devcontainer  
						
						 
						
						
						
						
					 
					
						2024-12-24 20:30:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Malachi Soord 
							
						 
					 
					
						
						
							
						
						a2d84886c0 
					 
					
						
						
							
							Update .nvmrc  
						
						 
						
						
						
						
					 
					
						2024-12-24 13:55:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Malachi Soord 
							
						 
					 
					
						
						
							
						
						97e8382a41 
					 
					
						
						
							
							Use consistent node version  
						
						 
						
						
						
						
					 
					
						2024-12-24 11:05:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						88738327fd 
					 
					
						
						
							
							Merge pull request  #4419  from DedeHai/PWM_brightness_fix  
						
						 
						
						... 
						
						
						
						BUGFIX PWM brightness discontinuity (fixes  #4396 ) 
						
						
					 
					
						2024-12-23 15:24:23 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						0ad65f4748 
					 
					
						
						
							
							fixed CIE brightness calculation for PWM outputs  
						
						 
						
						
						
						
					 
					
						2024-12-23 14:57:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						9dad436f72 
					 
					
						
						
							
							Merge pull request  #4414  from shafingazi/main  
						
						 
						
						... 
						
						
						
						fixing a typo in LED Preferences 
						
						
					 
					
						2024-12-22 11:23:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								shafingazi 
							
						 
					 
					
						
						
							
						
						ebdc38fff2 
					 
					
						
						
							
							Merge pull request  #1  from shafingazi/led-typo-fix  
						
						 
						
						... 
						
						
						
						fixed typo in LED Preferences 
						
						
					 
					
						2024-12-21 21:19:35 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								shafingazi 
							
						 
					 
					
						
						
							
						
						97bbe6f305 
					 
					
						
						
							
							fixed typo in LED Preferences  
						
						 
						
						... 
						
						
						
						Changed "poweing" to "powering" within a text block of LED Preferences. 
						
						
					 
					
						2024-12-21 21:18:57 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						2f0dbef1e5 
					 
					
						
						
							
							Merge pull request  #4413  from wled-install/patch-2  
						
						 
						
						... 
						
						
						
						Update usermods_list.cpp:  usermod_BH1750.h --> usermod_bh1750.h 
						
						
					 
					
						2024-12-21 23:21:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								wled-install 
							
						 
					 
					
						
						
							
						
						1711286ef0 
					 
					
						
						
							
							Update usermods_list.cpp  
						
						 
						
						
						
						
					 
					
						2024-12-21 23:05:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						099d3f7b41 
					 
					
						
						
							
							version bump  
						
						 
						
						
						
						
					 
					
						2024-12-20 18:15:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						5f77478841 
					 
					
						
						
							
							Replace PRNG with hardware RNG ( #4225 )  
						
						 
						
						... 
						
						
						
						Both ESP8266 and ESP32 have a hardware random register. This update makes use of that. It is slightly faster than the fastled variants but mostly it is truly random, even when the timing limitations stated in the datasheet are disregarded. Also saves a bit on code size.
- Replaced all random8() and random16() calls with new hw_random() versions
- Not replaced in FX where PRNG is required 
						
						
					 
					
						2024-12-20 19:12:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						07cc3aa5c0 
					 
					
						
						
							
							FX improvements and cleanup ( #4145 )  
						
						 
						
						... 
						
						
						
						Improvements & merges of FX
- Scrolling Text: Gradient Palette support added
- Waving Cell: Improved with higher temporal resolution (smoother at lower speeds) and added additional mode setting and optional blurring
- Julia: added blur option
- Squared Swirl: added fade option
- Added smearing option to:
    - DNA
    - DNA Spiral
    - Drift
    - Drift Rose
    - Crazy Bees
    - Ripple
    - Colored Bursts
    - Frizzles
    - Lissajous
    - Sindots
    - Spaceships
- Added palette support to:
    - Crazy Bees
    - Polar Lights
    - Drift Rose
- Changed default palette handling (no more special treatment for some FX)
- Merged puddles and puddlepeak
- Merged Gravcenter, Gravcentric, Gravfreq and Gravimeter (saves 1.2k of flash)
- Merged meteor and meteor smooth
- Renamed police_base into mode_two_dots as that was just an alias
- Added 'Traffic Light' palette (originally defined in Polar Lights FX)
-  Firenoise: removed local palette, use fire palette -> slight change in looks (+bugfix)
- Some code cleanup (removed unused / commented stuff)
- Moved dev info for AR to the top so ist easier to find as a reference, also added link to KB there 
						
						
					 
					
						2024-12-20 14:13:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						ff26f54bfd 
					 
					
						
						
							
							Merge pull request  #4138  from DedeHai/0_15__speed_improvements  
						
						 
						
						... 
						
						
						
						Speed improvements in many core functions 
						
						
					 
					
						2024-12-20 09:45:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						3323d2ed37 
					 
					
						
						
							
							another merge fix  
						
						 
						
						
						
						
					 
					
						2024-12-20 09:37:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						7b9b3f1ee2 
					 
					
						
						
							
							merge fix  
						
						 
						
						
						
						
					 
					
						2024-12-20 09:12:20 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						cae98451e3 
					 
					
						
						
							
							Merge remote-tracking branch 'upstream/main' into 0_15__speed_improvements  
						
						 
						
						
						
						
					 
					
						2024-12-20 09:12:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						83da7569f5 
					 
					
						
						
							
							code consolidation in drawCircle() ( #4302 )  
						
						 
						
						... 
						
						
						
						- saves about 600bytes of flash
- speed tradoff: drawing is now a tiny bit slower but insignificant in my tests 
						
						
					 
					
						2024-12-19 20:19:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						26397ee8ad 
					 
					
						
						
							
							Optimization: color_blend()  ( #4245 )  
						
						 
						
						... 
						
						
						
						Removing the bool saves on code size and makes the function a tiny bit faster. Also this is a cleaner solution IMHO.
-updated blend function to optimized 8bit calculation
- efficient color blend calculation in fews operations possible
- omitting min / max checks makes it faster on average
- using 8bit for "blend" variable does not significantly influence the resulting color, just transition points are slightly shifted but yield very good results (and better than the original 16bit version using the old fastled math with improper rounding)
- updated drawCircle and drawLine to use 8bit directly instead of 16bit with a shift 
						
						
					 
					
						2024-12-19 18:20:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						dcfebcb973 
					 
					
						
						
							
							allow for 0 value button code  
						
						 
						
						
						
						
					 
					
						2024-12-19 17:46:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						fd3b47908b 
					 
					
						
						
							
							renamed functions, changed timeout to 24ms  
						
						 
						
						
						
						
					 
					
						2024-12-19 17:41:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						217d2aeb7f 
					 
					
						
						
							
							Merge pull request  #4407  from DedeHai/fairy_FX_fix  
						
						 
						
						... 
						
						
						
						BUGFIX for Fairy & Fairytwinkle FX 
						
						
					 
					
						2024-12-19 09:24:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						e57c701837 
					 
					
						
						
							
							fix for repeating glitch  
						
						 
						
						... 
						
						
						
						glitch appeared every 65s due to missing uint16_t overflow. 
						
						
					 
					
						2024-12-19 09:21:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						b4aa8376de 
					 
					
						
						
							
							Idle current bugfix ( #4402 )  
						
						 
						
						
						
						
					 
					
						2024-12-17 18:59:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						d4976ac47a 
					 
					
						
						
							
							Merge pull request  #4398  from Aircoookie/4395-platformio_override  
						
						 
						
						... 
						
						
						
						update platformio override example file (solves #4395 ) 
						
						
					 
					
						2024-12-16 17:52:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						b8a96d9a77 
					 
					
						
						
							
							workaround for elekstube_ips compile error  
						
						 
						
						... 
						
						
						
						the trick is to pin TFT_eSPI version 2.5.33 
						
						
					 
					
						2024-12-16 15:46:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						f75d582eee 
					 
					
						
						
							
							Merge branch 'main' into 4395-platformio_override  
						
						 
						
						
						
						
					 
					
						2024-12-16 15:27:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						18e0ec9a55 
					 
					
						
						
							
							PRs to main now  
						
						 
						
						
						
						
					 
					
						2024-12-16 13:21:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						68b80cdadc 
					 
					
						
						
							
							Merge branch '0_15'  
						
						 
						
						
						
						
					 
					
						2024-12-16 13:12:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						3d3c475d1b 
					 
					
						
						
							
							define board_build.partitions and build_unflags in standard envs  
						
						 
						
						... 
						
						
						
						to ensure that build_unflags and board_build.partitions are always having a useful default value. Values can be overridden in custom buildenvs.
saves us a few lines lin platformio_override.sample.ini. 
						
						
					 
					
						2024-12-15 22:20:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						6668e72351 
					 
					
						
						
							
							fix typo  
						
						 
						
						
						
						
					 
					
						2024-12-15 21:35:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						b72695f01a 
					 
					
						
						
							
							added example environment for pico-D4 boards  
						
						 
						
						... 
						
						
						
						this one is actually for https://github.com/srg74/WLED-ESP32-pico 
Its a simple example how to configure WLED for a custom board with build-in microphone and special purpose pins. 
						
						
					 
					
						2024-12-15 21:22:19 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						65f98c1f30 
					 
					
						
						
							
							esp32: use "extends"  
						
						 
						
						... 
						
						
						
						directly inherits default platform from esp32 
						
						
					 
					
						2024-12-15 21:07:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						c6fd4c51cf 
					 
					
						
						
							
							fix outdated build options  
						
						 
						
						... 
						
						
						
						* DEFAULT_LED_PIN --> DATA_PINS
* DEFAULT_LED_COUNT --> PIXEL_COUNTS
* DEFAULT_LED_TYPE --> LED_TYPES
* USERMOD_AUDIOREACTIVE --> ${esp32.AR_build_flags} 
						
						
					 
					
						2024-12-15 21:02:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						3c11c8441f 
					 
					
						
						
							
							fix errors in pltformio_override.ini (solves  #4395 )  
						
						 
						
						... 
						
						
						
						* WLED_tasmota_1M not existing
* always use ${esp32.default_partitions}
* fix build error in wemos_shield_esp32 
						
						
					 
					
						2024-12-15 20:54:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						3261c5b071 
					 
					
						
						
							
							replaced repeated progress() calculation calls with a variable ( #4256 )  
						
						 
						
						... 
						
						
						
						progress() is called in setPixelColor(), calculating the transition progress for each pixel. Replaced that call with an inline function to get the new segment variable.
The progress is updated in service() when handleTransition() is called.
The new variable is in a spot where padding is added, so this should not use more RAM.
Result: over 10% increase in FPS on 16x16 matrix
* removed IRAM_ATTR: `updateTransitionProgress()` is called only once per frame, no need to put it in RAM.
* changed transitionprogress to static, private variable, this is now more aligned with other variables using the same logic
* added inline: the function is only used in one place 
						
						
					 
					
						2024-12-15 13:46:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Soeren Willrodt 
							
						 
					 
					
						
						
							
						
						c8625c70dd 
					 
					
						
						
							
							Merge pull request  #4397  from lost-hope/fix_internal_temp_usermod_main  
						
						 
						
						
						
						
					 
					
						2024-12-14 20:22:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Soeren Willrodt 
							
						 
					 
					
						
						
							
						
						396e9d0c39 
					 
					
						
						
							
							Fix "preset not found issue"  
						
						 
						
						... 
						
						
						
						this comit fixes the issue reported by user orbitinstasis 
						
						
					 
					
						2024-12-14 19:58:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						e16d3bf040 
					 
					
						
						
							
							Fix: output-glitching on ESPNow remote command reception  
						
						 
						
						... 
						
						
						
						Processing of received button command is no longer processed in the callback, instead the value is saved to a variable and processed in the main loop.
The actual fix is to not access the file system while data is being sent out: even just trying to open a non-existing file causes glitches on the C3. Waiting for the bus to finish fixes this BUT it causes a frame-delay which is the lesser evil than random color flashes. 
						
						
					 
					
						2024-12-13 07:40:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						2c58a87982 
					 
					
						
						
							
							Merge pull request  #4356  from blazoncek/json-cycle  
						
						 
						
						... 
						
						
						
						Proper fix for #3605  & #4346  
						
						
					 
					
						2024-12-12 15:53:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						a705ae5278 
					 
					
						
						
							
							Merge branch '0_15'  
						
						 
						
						
						
						
					 
					
						2024-12-10 22:12:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						a426e93011 
					 
					
						
						
							
							Merge pull request  #4359  from blazoncek/reconnect  
						
						 
						
						... 
						
						
						
						WiFi reconnect bugfix 
						
						
					 
					
						2024-12-09 23:05:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						1c220d25ca 
					 
					
						
						
							
							WiFi reconnect bugfix  
						
						 
						
						... 
						
						
						
						- additional debug info 
						
						
					 
					
						2024-12-07 16:47:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						039858dca2 
					 
					
						
						
							
							Incorrect limit fix  
						
						 
						
						
						
						
					 
					
						2024-12-07 10:14:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						4758b5efe8 
					 
					
						
						
							
							Proper fix for  #3605  &  #4346  
						
						 
						
						... 
						
						
						
						- allow incrementing/decrementing as specified in API 
						
						
					 
					
						2024-12-07 10:11:25 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						36e065ab4d 
					 
					
						
						
							
							Merge pull request  #4336  from willmmiles/4280-limiter-not-saving  
						
						 
						
						... 
						
						
						
						settings_leds: always initialize current limiter field (partly solves #4280  ) 
						
						
					 
					
						2024-12-05 13:40:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						076497e14d 
					 
					
						
						
							
							Fix update for  #4193  (twinkle fox & cat)  
						
						 
						
						... 
						
						
						
						- previous fix worked but there was still an overflow after some time passed. there were still missing roll-overs apparently: reverting these two variables back to 16bit/8bit should fix it for good. 
						
						
					 
					
						2024-12-05 06:54:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						e8d9891d13 
					 
					
						
						
							
							set version to dev  
						
						 
						
						
						
						
					 
					
						2024-12-04 18:57:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						4902d7fb9e 
					 
					
						
						
							
							Fix for  #4193  (twinkle fox & cat)  
						
						 
						
						
						
						
					 
					
						2024-12-04 17:10:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						a873ca6a3e 
					 
					
						
						
							
							Merge pull request  #4244  from MoonModules/framerate_ac015  
						
						 
						
						... 
						
						
						
						Improved framerate control code - strip.show(), strip.service() 
						
						
					 
					
						2024-12-04 07:48:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						a86cb27cfe 
					 
					
						
						
							
							settings_leds: Init current limiter  
						
						 
						
						... 
						
						
						
						Supersedes previous approach; this should use less space and be more robust to future changes. 
						
						
					 
					
						2024-12-03 21:48:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						d620930f10 
					 
					
						
						
							
							settings_leds: Remove unused variables  
						
						 
						
						... 
						
						
						
						Remove a couple of leftover variables from previous revisions. 
						
						
					 
					
						2024-12-02 21:52:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						8db8ecfef3 
					 
					
						
						
							
							settings_leds: Fix quotes on LA value  
						
						 
						
						
						
						
					 
					
						2024-12-02 21:50:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						a0f99393f5 
					 
					
						
						
							
							Merge pull request  #4341  from Aircoookie/hotfix_4335  
						
						 
						
						... 
						
						
						
						Hotfix for #4335  - solves missed pixel problem in blends effect 
						
						
					 
					
						2024-12-02 21:42:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						ae8c3b02d0 
					 
					
						
						
							
							blends FX - hotfix for black pixels  
						
						 
						
						... 
						
						
						
						fixing an off-by-one error to solve #4335  
						
						
					 
					
						2024-12-02 21:35:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						99427c2ef7 
					 
					
						
						
							
							Merge pull request  #4210  from 1Prototype1/dist-cpal  
						
						 
						
						... 
						
						
						
						Added Distribute Horizontally for cpal 
						
						
					 
					
						2024-12-01 19:09:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						334f16c0b6 
					 
					
						
						
							
							Merge pull request  #4203  from maxi4329/minor-webui-enhancements  
						
						 
						
						... 
						
						
						
						minor webui enhancements 
						
						
					 
					
						2024-12-01 19:03:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						7a80a772c1 
					 
					
						
						
							
							Merge pull request  #4270  from DedeHai/palette_code_crunch  
						
						 
						
						... 
						
						
						
						Replaced single palette cases with an array to consolidate code 
						
						
					 
					
						2024-12-01 19:02:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						8b1d712e1e 
					 
					
						
						
							
							settings_leds: Initialize current limiter field  
						
						 
						
						... 
						
						
						
						When adding a new bus, the numeric current limit field was not being
initialized; this was causing it to save 0 when saved instead of the
default 55mA value. 
						
						
					 
					
						2024-12-01 13:00:37 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						a121f5b61b 
					 
					
						
						
							
							Merge pull request  #4286  from blazoncek/xml-bugfix  
						
						 
						
						... 
						
						
						
						xml comma bugfix + few string optimisations 
						
						
					 
					
						2024-11-28 09:48:29 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						251062170e 
					 
					
						
						
							
							Merge pull request  #4324  from dosipod/0_15  
						
						 
						
						... 
						
						
						
						Update settings_sec.htm [Fix the  warning text and Backup presets button misalignment] 
						
						
					 
					
						2024-11-28 12:22:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						92e59af4d8 
					 
					
						
						
							
							Merge pull request  #4181  from DedeHai/0_15_trig_math  
						
						 
						
						... 
						
						
						
						Added integer based `sin()/cos()` functions, changed all trig functions to wled_math 
						
						
					 
					
						2024-11-27 22:27:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						fa4c23b76e 
					 
					
						
						
							
							minor improvement  
						
						 
						
						
						
						
					 
					
						2024-11-27 22:23:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						a0a46850f5 
					 
					
						
						
							
							Merge remote-tracking branch 'upstream/0_15' into 0_15_trig_math  
						
						 
						
						
						
						
					 
					
						2024-11-27 22:22:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						4cd0563a93 
					 
					
						
						
							
							changed 90° offset to hex, fixed potential bug in FX using sin/cos with incrementing number  
						
						 
						
						... 
						
						
						
						- sin/cos calls with incrementing numbers can lead to bad outcomes, the functions (_approx or original sinf/cosf) return bad values for very large float inputs 
						
						
					 
					
						2024-11-27 21:53:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						b83f0f461c 
					 
					
						
						
							
							Merge pull request  #4263  from DedeHai/palette_FX_fix  
						
						 
						
						... 
						
						
						
						fixed palette FX to more closely match original 1D version 
						
						
					 
					
						2024-11-27 19:48:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						3668ede0ff 
					 
					
						
						
							
							Merge pull request  #4327  from willmmiles/4312-missing-clock  
						
						 
						
						... 
						
						
						
						Fix missing clock setting introduce by #4312  
						
						
					 
					
						2024-11-27 19:35:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						945584384a 
					 
					
						
						
							
							Merge pull request  #4328  from blazoncek/clarify  
						
						 
						
						... 
						
						
						
						Fix for #4321  - unclear use of comma operator 
						
						
					 
					
						2024-11-27 19:31:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						b1dd27b516 
					 
					
						
						
							
							Fix for  #4321  
						
						 
						
						
						
						
					 
					
						2024-11-27 16:08:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						dcba1aad10 
					 
					
						
						
							
							PolyBus: Clarify use of clock_kHz  
						
						 
						
						... 
						
						
						
						While not used by most bus types, it's not an optional parameter. 
						
						
					 
					
						2024-11-27 09:05:10 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						acc8b9cdbc 
					 
					
						
						
							
							BusDigital::begin: Pass clock rate argument  
						
						 
						
						... 
						
						
						
						Fixes bug introduced by #4312 . 
						
						
					 
					
						2024-11-27 09:00:25 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						6cbdd825eb 
					 
					
						
						
							
							Revert "Cache always misses for tags, so save space and do not save back"  
						
						 
						
						... 
						
						
						
						This reverts commit cc55f6015d . 
						
						
					 
					
						2024-11-27 10:59:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						cc55f6015d 
					 
					
						
						
							
							Cache always misses for tags, so save space and do not save back  
						
						 
						
						
						
						
					 
					
						2024-11-27 10:56:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						95718ab6ec 
					 
					
						
						
							
							Dedicated release workflow  
						
						 
						
						
						
						
					 
					
						2024-11-27 10:36:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						feab27295d 
					 
					
						
						
							
							workflow refactor to used shared build file  
						
						 
						
						
						
						
					 
					
						2024-11-27 10:36:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						ca176c7549 
					 
					
						
						
							
							rename workflow ready for workflow refactor  
						
						 
						
						
						
						
					 
					
						2024-11-27 10:36:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						f8a7a0d6e8 
					 
					
						
						
							
							Merge pull request  #4326  from blazoncek/com-fix  
						
						 
						
						... 
						
						
						
						Fix for #4300  - removal of color order override 
						
						
					 
					
						2024-11-27 10:01:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						0a05611e1d 
					 
					
						
						
							
							more improvements to setPixelColor  
						
						 
						
						... 
						
						
						
						- code is a bit cleaner and faster as well
- chaning array access to pointer access in bus_manager makes it a few instructions faster
- changed getNumberOfPins and getNumberOfChannels to return 32bit values, saving the unnecessary 8bit conversion 
						
						
					 
					
						2024-11-26 20:59:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						1a8aaa3b26 
					 
					
						
						
							
							Speed improvements, commented legacy _t trig functions  
						
						 
						
						... 
						
						
						
						- speed improvement: by default M_TWOPI is treated as a double float
- directly calling sin16_t in cos_approx() saves a lot of overhead 
						
						
					 
					
						2024-11-26 20:32:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						cd1c13b4b1 
					 
					
						
						
							
							Fix for  #4300  
						
						 
						
						
						
						
					 
					
						2024-11-26 19:35:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								AlDIY 
							
						 
					 
					
						
						
							
						
						d87c5035dd 
					 
					
						
						
							
							Update settings_sec.htm  
						
						 
						
						
						
						
					 
					
						2024-11-26 19:33:22 +03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						77967731d5 
					 
					
						
						
							
							Merge pull request  #4227  from ingDIY/pr_branch  
						
						 
						
						... 
						
						
						
						fixed refs to removed usermod USERMOD_FOUR_LINE_DISPLAY 
						
						
					 
					
						2024-11-26 09:15:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						0b54034470 
					 
					
						
						
							
							Merge pull request  #4284  from blazoncek/search-keep  
						
						 
						
						... 
						
						
						
						Keep selected FX visible while searching 
						
						
					 
					
						2024-11-26 09:10:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						8ad2583785 
					 
					
						
						
							
							Merge pull request  #4309  from netmindz/release-name-fix  
						
						 
						
						... 
						
						
						
						Fix release name macro expansion 
						
						
					 
					
						2024-11-25 23:00:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						dd533a9ab4 
					 
					
						
						
							
							Update sample WLED_RELEASE_NAME  
						
						 
						
						
						
						
					 
					
						2024-11-25 23:00:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						7236589037 
					 
					
						
						
							
							Allow pre-compiled OTA password  
						
						 
						
						
						
						
					 
					
						2024-11-25 22:57:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						2c583c3071 
					 
					
						
						
							
							Allow editing WiFi settings  
						
						 
						
						
						
						
					 
					
						2024-11-25 22:56:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						5b989adebc 
					 
					
						
						
							
							Allow TV Simulator on single LED segments  
						
						 
						
						... 
						
						
						
						I've checked the code - nothing preventing the effect to run with SEGLEN=1 
						
						
					 
					
						2024-11-25 15:27:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						855e606163 
					 
					
						
						
							
							Fix 1st use  
						
						 
						
						
						
						
					 
					
						2024-11-24 17:17:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						20f8d3c8a9 
					 
					
						
						
							
							Builds without WLED_RELEASE_NAME should be called Custom  
						
						 
						
						
						
						
					 
					
						2024-11-24 15:26:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						0c77dbb7ea 
					 
					
						
						
							
							cleanup WLED_RELEASE_NAME only if present  
						
						 
						
						
						
						
					 
					
						2024-11-24 13:55:23 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						2448e2ae3b 
					 
					
						
						
							
							Merge pull request  #4312  from willmmiles/mixed-led-crash  
						
						 
						
						... 
						
						
						
						Defer calling begin() on buses 
						
						
					 
					
						2024-11-24 13:45:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						d53d7aa2e2 
					 
					
						
						
							
							Defer calling begin() on digital buses  
						
						 
						
						... 
						
						
						
						NeoPixelBus requires that all parallel I2S bus members be constructed
before any of them call Begin().  Implement this by deferring the
call to the end of bus construction.
Fixes  #4301 . 
						
						
					 
					
						2024-11-23 12:34:06 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						0be1df7ee8 
					 
					
						
						
							
							Stip \" from WLED_RELEASE_NAME  
						
						 
						
						
						
						
					 
					
						2024-11-23 16:46:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						6aef0e145c 
					 
					
						
						
							
							Remove TOSTRING for releaseString and add quotes to WLED_RELEASE_NAME  
						
						 
						
						
						
						
					 
					
						2024-11-23 16:31:07 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						4f1965fbaa 
					 
					
						
						
							
							Add ability to configure settings PIN at compile time  
						
						 
						
						
						
						
					 
					
						2024-11-23 11:24:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						32dc54ce72 
					 
					
						
						
							
							reverted rotation scale, offset only on static rotation, inverted shift direction  
						
						 
						
						... 
						
						
						
						- inverting the shift direction in signed int is computationally safe as it is cast into an uint8_t and it matches the original FX in 1D 
						
						
					 
					
						2024-11-22 08:43:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						548736f432 
					 
					
						
						
							
							SparkFunDMX fix for possible array bounds violation in DMX.write  
						
						 
						
						... 
						
						
						
						Align with code in espdmx.cpp 
						
						
					 
					
						2024-11-21 22:50:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						6790f8af08 
					 
					
						
						
							
							Same MIN_FRAME_DELAY=3 for -C3 and -S2  
						
						 
						
						
						
						
					 
					
						2024-11-21 22:16:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						89d587e7dd 
					 
					
						
						
							
							Merge pull request  #4296  from WouterGritter/mqtt-fix-settings-input-maxlength  
						
						 
						
						... 
						
						
						
						Introduce printSetInputMaxlength to properly set an inputs maxlength … 
						
						
					 
					
						2024-11-21 18:25:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Wouter Gritter 
							
						 
					 
					
						
						
							
						
						5c8b2ebf7a 
					 
					
						
						
							
							maxlength -> maxLength to fix this attribute not being modified correctly  
						
						 
						
						
						
						
					 
					
						2024-11-21 12:04:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Wouter Gritter 
							
						 
					 
					
						
						
							
						
						5ac8ba9bae 
					 
					
						
						
							
							Revert "Introduce printSetInputMaxlength to properly set an inputs maxlength variable"  
						
						 
						
						... 
						
						
						
						This reverts commit 49fb16e2c6 . 
						
						
					 
					
						2024-11-21 12:02:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Wouter Gritter 
							
						 
					 
					
						
						
							
						
						8f8afd98a5 
					 
					
						
						
							
							Replace comment with compile-time error and warning  
						
						 
						
						
						
						
					 
					
						2024-11-21 11:20:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Wouter Gritter 
							
						 
					 
					
						
						
							
						
						49fb16e2c6 
					 
					
						
						
							
							Introduce printSetInputMaxlength to properly set an inputs maxlength variable  
						
						 
						
						
						
						
					 
					
						2024-11-21 10:52:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Wouter Gritter 
							
						 
					 
					
						
						
							
						
						0db47a8586 
					 
					
						
						
							
							Add comment warning about modification of MQTT_MAX_TOPIC_LEN  
						
						 
						
						
						
						
					 
					
						2024-11-21 09:51:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Wouter Gritter 
							
						 
					 
					
						
						
							
						
						cec8978886 
					 
					
						
						
							
							Fix comment alignment  
						
						 
						
						
						
						
					 
					
						2024-11-20 12:45:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Wouter Gritter 
							
						 
					 
					
						
						
							
						
						0160e3fa87 
					 
					
						
						
							
							Use MQTT_MAX_TOPIC_LEN in places where it was not used before to avoid buffer overflows when value is increased  
						
						 
						
						
						
						
					 
					
						2024-11-20 12:39:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						545bfa6ef9 
					 
					
						
						
							
							Merge pull request  #4289  from willmmiles/exploding_fireworks_overrun  
						
						 
						
						... 
						
						
						
						Fix array overflow in exploding_fireworks 
						
						
					 
					
						2024-11-18 22:18:19 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						c596b5a17d 
					 
					
						
						
							
							Bugfix  
						
						 
						
						
						
						
					 
					
						2024-11-17 14:31:23 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						84dd26c1b7 
					 
					
						
						
							
							Some more optimisations.  
						
						 
						
						
						
						
					 
					
						2024-11-17 10:47:09 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						a765903a41 
					 
					
						
						
							
							Fix array overflow in exploding_fireworks  
						
						 
						
						... 
						
						
						
						Attempt to allocate enough room for the "minimum" sparks; and ensure
that we never overrun the allocated array size.
Fixes  #4120  
						
						
					 
					
						2024-11-16 17:10:30 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						25ab381916 
					 
					
						
						
							
							Merge pull request  #46  from w00000dy/search-keep-mod  
						
						 
						
						... 
						
						
						
						Move selected to the bottom in search result 
						
						
					 
					
						2024-11-16 22:54:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						4d3df5d98f 
					 
					
						
						
							
							Fix default/solid not being first  
						
						 
						
						
						
						
					 
					
						2024-11-16 20:12:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						6fe2024542 
					 
					
						
						
							
							move selected to the bottom in search result  
						
						 
						
						
						
						
					 
					
						2024-11-16 19:53:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								maxi4329 
							
						 
					 
					
						
						
							
						
						7f69a0bc5e 
					 
					
						
						
							
							removed obsolete code as of  #4267  
						
						 
						
						
						
						
					 
					
						2024-11-16 12:37:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								maxi4329 
							
						 
					 
					
						
						
							
						
						5b829adedb 
					 
					
						
						
							
							Merge branch '0_15' of  https://github.com/maxi4329/WLED  into minor-webui-enhancements  
						
						 
						
						
						
						
					 
					
						2024-11-16 12:24:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						4cd4c13b2d 
					 
					
						
						
							
							Merge pull request  #4267  from w00000dy/space  
						
						 
						
						... 
						
						
						
						Fix problem with spaces 
						
						
					 
					
						2024-11-16 07:14:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						86be5df475 
					 
					
						
						
							
							xml comma bugfix + few optimisations  
						
						 
						
						
						
						
					 
					
						2024-11-15 19:03:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						8c5e0cd4e9 
					 
					
						
						
							
							Keep selected FX while searching  
						
						 
						
						
						
						
					 
					
						2024-11-15 16:01:58 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						d320c4650d 
					 
					
						
						
							
							HUB75 - use CHAIN_BOTTOM_LEFT_UP when panel width count and panel height count are set  
						
						 
						
						
						
						
					 
					
						2024-11-14 19:21:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						a9b0b8adc8 
					 
					
						
						
							
							Merge pull request  #4229  from maxi4329/snodejsversion  
						
						 
						
						... 
						
						
						
						specified required nodejs version 
						
						
					 
					
						2024-11-13 09:20:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						ba01cb82f7 
					 
					
						
						
							
							Merge pull request  #4271  from Aircoookie/4269-crashes-when-using-http-api-within-mqtt  
						
						 
						
						... 
						
						
						
						Fix for #4269  
						
						
					 
					
						2024-11-11 19:53:06 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						223b97b884 
					 
					
						
						
							
							handleSet: Fix incorrect response generation  
						
						 
						
						... 
						
						
						
						Don't generate a response if there's no HTTP request.
Fixes  #4269  
						
						
					 
					
						2024-11-10 19:30:01 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						d437027f26 
					 
					
						
						
							
							Replaced single palette cases with an array to consolidate code  
						
						 
						
						... 
						
						
						
						- all palettes are defined in palettes.h
- access to fastled palettes as an array to remove the switch cases
- palette createn in json.cpp in a loop instead of repeaded calls to save flash 
						
						
					 
					
						2024-11-10 22:48:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						9a564ee204 
					 
					
						
						
							
							readme.md - link to multi-strip KB page  
						
						 
						
						
						
						
					 
					
						2024-11-10 14:45:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						d37ee89e84 
					 
					
						
						
							
							ESP8266PWM: Fix phase shift glitches  
						
						 
						
						... 
						
						
						
						In some cases it was possible for the computed phase shift to skip
a cycle.  Update the shift calculation logic to prevent this. 
						
						
					 
					
						2024-11-09 21:33:58 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						5de86d3d91 
					 
					
						
						
							
							fix problem with spaces  
						
						 
						
						
						
						
					 
					
						2024-11-09 23:55:09 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						4b6041302e 
					 
					
						
						
							
							fix   #4166  
						
						 
						
						
						
						
					 
					
						2024-11-09 21:59:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						536444f9d1 
					 
					
						
						
							
							fixed palette FX to more closely match original 1D version  
						
						 
						
						... 
						
						
						
						- rotation scale is now exactly 180° (divide slider input by 255 instead of 256)
- removed shift offset: offset is now zero at slider 0, to hit 128 on touch input devices is really hard
- added a 90° shift to input rotation, enabling to rotate from 0 to 180° instead of +90 to -90 (which is not useful in 1D)
- changed default settings values to more closely match the old 1D effect 
						
						
					 
					
						2024-11-09 16:38:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						ba5ec57e4d 
					 
					
						
						
							
							Enumeration support.  
						
						 
						
						
						
						
					 
					
						2024-11-09 11:33:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						9fa53ccf05 
					 
					
						
						
							
							Large ledmap support  
						
						 
						
						... 
						
						
						
						- add filtering support for readObjectFromFile() 
						
						
					 
					
						2024-11-09 11:22:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						5c2bac4b9d 
					 
					
						
						
							
							Merge branch '0_15' into 0_15__speed_improvements  
						
						 
						
						
						
						
					 
					
						2024-11-09 10:53:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						ef1e24cec2 
					 
					
						
						
							
							Bugfix & code reduction  
						
						 
						
						... 
						
						
						
						- correctly clear segment spacing change
- renamed Segment::setUp() to Segment::setGeometry()
- removed WS2812FX::setSegment()
- removed obsolete/unfunctional word clock usermod .cpp file 
						
						
					 
					
						2024-11-09 10:42:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						001e2ad287 
					 
					
						
						
							
							adjust audioreactive for the new FRAME_DELAY logic  
						
						 
						
						... 
						
						
						
						minor 
						
						
					 
					
						2024-11-08 19:35:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						0404ec9881 
					 
					
						
						
							
							changes in response to feedback from @willmmiles  
						
						 
						
						... 
						
						
						
						* MIN_SHOW_DELAY -> MIN_FRAME_DELAY
* allow up to 250 for target FPS
* minor cleanup
* added specific MIN_FRAME_DELAY for -S2 
						
						
					 
					
						2024-11-07 23:15:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								netmindz 
							
						 
					 
					
						
						
							
						
						6ff5c88ebf 
					 
					
						
						
							
							List ESP32 first  
						
						 
						
						
						
						
					 
					
						2024-11-07 08:17:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						1e761c31bd 
					 
					
						
						
							
							simpler hight FPS warning  
						
						 
						
						... 
						
						
						
						* removed "use 0 for unlimited"
* added "high FPS mode is experimental" warning
* added "backup first!" warning
* added anchor #backup to sec page 
						
						
					 
					
						2024-11-06 22:09:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						ab7b2d729e 
					 
					
						
						
							
							use class="warn" for unlimited mode message  
						
						 
						
						
						
						
					 
					
						2024-11-05 12:24:20 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						271a07a7d6 
					 
					
						
						
							
							Merge pull request  #4250  from DedeHai/FPS_calc_averaging  
						
						 
						
						... 
						
						
						
						Fixed & improved FPS calculation 
						
						
					 
					
						2024-11-05 08:52:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						029293a086 
					 
					
						
						
							
							simplify sheduler logic  
						
						 
						
						... 
						
						
						
						* _frametime ensures that effects are not serviced too often
*  MIN_SHOW_DELAY is the minimum allowed FRAMETIME that can be requested by effects 
						
						
					 
					
						2024-11-04 20:11:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						cf1630a94a 
					 
					
						
						
							
							0 FPS = unlimited  
						
						 
						
						
						
						
					 
					
						2024-11-04 19:49:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						4634ace74e 
					 
					
						
						
							
							Added define for bitshift, removed dithering  
						
						 
						
						... 
						
						
						
						dithering is not really needed, the FPS_MULTIPLIER is a much better option. 
						
						
					 
					
						2024-11-04 19:33:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						3733715184 
					 
					
						
						
							
							bugfix  
						
						 
						
						... 
						
						
						
						bitshift was still set from testing, forgot to update 
						
						
					 
					
						2024-11-04 17:38:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						bf37ac53a3 
					 
					
						
						
							
							improved FPS calc resolution, added averaging & multiplier compileflags  
						
						 
						
						... 
						
						
						
						Fixed point calculation for improved accuracy, dithering in debug builds only.
Averaging and optional multiplier can be set as compile flags, example for speed testing with long averaging and a 10x multiplier:
-D FPS_CALC_AVG=200
-D FPS_MULTIPLIER=10
The calculation resolution is limited (9.7bit fixed point) so values larger than 200 can hit resolution limit and get stuck before reaching the final value.
If WLED_DEBUG is defined, dithering is added to the returned value so sub-frame accuracy is possible in post-processingwithout enabling the multiplier. 
						
						
					 
					
						2024-11-04 08:10:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						50934e6840 
					 
					
						
						
							
							adressing some review comments  
						
						 
						
						... 
						
						
						
						* keep FRAMETIME_FIXED as a fixed value
* remove WLED_FPS_SLOW and FRAMETIME_FIXED_SLOW
* explicit test "(_targetFps != FPS_UNLIMITED)" for debug messages
* don't modify _lastServiceShow in show()
* test for "fps == FPS_UNLIMITED" explicitly, so we could pick a different
 magic number later 
						
						
					 
					
						2024-11-02 18:16:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						891ea48e11 
					 
					
						
						
							
							Merge remote-tracking branch 'upstream/0_15' into framerate_ac015  
						
						 
						
						
						
						
					 
					
						2024-11-02 17:56:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						70323b9477 
					 
					
						
						
							
							rename delay -> frameDelay  
						
						 
						
						... 
						
						
						
						Avoiding name collisions with the 'delay' function. 
						
						
					 
					
						2024-11-02 17:50:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						451cd4c74a 
					 
					
						
						
							
							Improved framerate control in strip.show(), strip.service()  
						
						 
						
						... 
						
						
						
						* separate fps calculation (strip.show) from framerate control (strio.service)
* improved condition for early exit in strip.show
* make MIN_SHOW_DELAY depend on target fps
* strip.show consideres complete time for effect calculation + show; old code wrongly used the time between completion of last show and start of next effect drawing, causing unexpected slowdown
* add "unlimited FPS mode" for testing
* increase warning limits for "slow strip" and "slow effects" 
						
						
					 
					
						2024-11-01 23:19:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						7d0951a08a 
					 
					
						
						
							
							Merge pull request  #4243  from MoonModules/AC_0_15_S3-WROOM2  
						
						 
						
						... 
						
						
						
						Add support for ESP32-S3 WROOM-2 (solves #4099 ) 
						
						
					 
					
						2024-11-01 22:04:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						d98ca9a202 
					 
					
						
						
							
							show correct flash mode in WLED_DEBUG  
						
						 
						
						
						
						
					 
					
						2024-11-01 21:51:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						3c2c5bedc5 
					 
					
						
						
							
							LEDPIN --> DATA_PINS  
						
						 
						
						
						
						
					 
					
						2024-11-01 21:42:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						749d34cd30 
					 
					
						
						
							
							pinmanager support for S3 WROOM-2 (pin 33-37 reserved for flash)  
						
						 
						
						
						
						
					 
					
						2024-11-01 21:31:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						1898be2fe1 
					 
					
						
						
							
							S3 WROOM-2 buildenv  
						
						 
						
						... 
						
						
						
						this chip has 16MB or 32MB flash, and requires .memory_type = opi_opi 
						
						
					 
					
						2024-11-01 21:13:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						af34da4160 
					 
					
						
						
							
							Merge pull request  #4231  from Aircoookie/b7  
						
						 
						
						... 
						
						
						
						WLED 0.15.0-b7 release 
						
						
					 
					
						2024-10-30 20:59:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ingDIY 
							
						 
					 
					
						
						
							
						
						fa053b7e60 
					 
					
						
						
							
							Update platformio_override.sample.ini  
						
						 
						
						... 
						
						
						
						fixed back U8g2 version 
						
						
					 
					
						2024-10-29 01:14:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						4588219e31 
					 
					
						
						
							
							Update changelog  
						
						 
						
						
						
						
					 
					
						2024-10-28 12:42:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						6e89346f00 
					 
					
						
						
							
							WLED 0.15.0-b7 release  
						
						 
						
						... 
						
						
						
						- fix for #4172 
- fix for #4230 
- /json/live enabled when WS disabled 
						
						
					 
					
						2024-10-27 18:47:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						2703c9899a 
					 
					
						
						
							
							Bugfix in FX ripple_base()  
						
						 
						
						
						
						
					 
					
						2024-10-27 15:08:25 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								maxi4329 
							
						 
					 
					
						
						
							
						
						d05c358fd2 
					 
					
						
						
							
							version changed  to 20  
						
						 
						
						
						
						
					 
					
						2024-10-27 11:13:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								maxi4329 
							
						 
					 
					
						
						
							
						
						7c6bc5c421 
					 
					
						
						
							
							indened formating  
						
						 
						
						
						
						
					 
					
						2024-10-26 21:07:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								maxi4329 
							
						 
					 
					
						
						
							
						
						798c398f23 
					 
					
						
						
							
							specified required nodejs ver  
						
						 
						
						
						
						
					 
					
						2024-10-26 20:33:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						4cc2cc4ad4 
					 
					
						
						
							
							Multiple fixes  
						
						 
						
						... 
						
						
						
						- increase WLED_MAX_BUSSES for C3 (fixes  #4215 )
- fix for #4228 
- fix for very long running effect (strip.now, strip.timebase)
- C++ API change to allow `seg.setColor().setOpacity()` 
						
						
					 
					
						2024-10-26 15:16:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ingDIY 
							
						 
					 
					
						
						
							
						
						dcfdca6351 
					 
					
						
						
							
							cleaned up old references to USE_ALT_DISPlAY that aren't used anymore in the code/source files; fixed readme.md documents and updated instructions; removed referencies to old usermods; fixed invalid filenames; removed referencies to old usermods; checked cycle options; splitted and fixed platformio_override.sample.ini;  
						
						 
						
						
						
						
					 
					
						2024-10-25 12:14:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Svennte 
							
						 
					 
					
						
						
							
						
						832599b8c5 
					 
					
						
						
							
							Fix alexa devices invisible/uncontrollable ( #4214 )  
						
						 
						
						... 
						
						
						
						Fix for LED and Scenes uncontrollable using Alexa.
Weird behavior regarding to the device names and shared scenes fixed with this.
Seen in issue Aircoookie/Espalexa#228  and fixed from @ams-hh
Tested by myself and works just fine. Created second pull request here because the library seems to be a bit different from the official Espalexa repo.
---------
Co-authored-by: Frank <91616163+softhack007@users.noreply.github.com >
Co-authored-by: Blaz Kristan <blaz@kristan-sp.si > 
						
						
					 
					
						2024-10-25 09:33:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						c81ef2669e 
					 
					
						
						
							
							Merge pull request  #4223  from willmmiles/f-string-hygiene  
						
						 
						
						... 
						
						
						
						Usermod F-string hygiene 
						
						
					 
					
						2024-10-24 15:23:11 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						19d837c222 
					 
					
						
						
							
							Merge pull request  #4222  from Aircoookie/esp8266-oappend-fix  
						
						 
						
						... 
						
						
						
						Esp8266 oappend fix 
						
						
					 
					
						2024-10-24 15:22:46 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						4f48ddfaec 
					 
					
						
						
							
							Replace SET_F with F in usermods  
						
						 
						
						... 
						
						
						
						Since oappend() is now strongly typed, pass the correct type.  This is a
step towards removing the extra shim logic on ESP8266. 
						
						
					 
					
						2024-10-23 21:35:30 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						2e01fe0b5b 
					 
					
						
						
							
							Revert "Replace SET_F with F in usermods"  
						
						 
						
						... 
						
						
						
						This reverts commit 7d067d8c30 . 
						
						
					 
					
						2024-10-23 21:34:35 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						7d067d8c30 
					 
					
						
						
							
							Replace SET_F with F in usermods  
						
						 
						
						... 
						
						
						
						Since oappend() is now strongly typed, pass the correct type.  This is a
step towards removing the extra shim logic on ESP8266. 
						
						
					 
					
						2024-10-23 21:28:21 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						b3b326738c 
					 
					
						
						
							
							Fix incorrect SET_F calls  
						
						 
						
						... 
						
						
						
						Replace with F() or PSTR() as appropriate. 
						
						
					 
					
						2024-10-23 21:26:40 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						2bb2caf2d2 
					 
					
						
						
							
							Enable NON32XFER_HANDLER on ESP8266  
						
						 
						
						... 
						
						
						
						This is a platform feature that asks forgiveness for PROGMEM misuse:
it adds a handler such that incorrectly used PROGMEM will work without
crashing, just really, *really* inefficiently.
Given that most of our real-world use cases for PROGMEM strings are
relatively infrequent text calls, we can err on the side of developer
convenience and address performance problems if and when they arise. 
						
						
					 
					
						2024-10-23 20:01:42 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						2a094883ad 
					 
					
						
						
							
							Better oappend shim on ESP8266  
						
						 
						
						... 
						
						
						
						Detect IRAM pointers if we can't be sure. 
						
						
					 
					
						2024-10-23 20:01:42 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						6d1126b8aa 
					 
					
						
						
							
							Update audioreactive readme.md  
						
						 
						
						... 
						
						
						
						added `-D sqrt_internal=sqrtf` -> needed for good performance 
						
						
					 
					
						2024-10-22 16:19:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						26a47537f9 
					 
					
						
						
							
							AR memory optimization - part 2  
						
						 
						
						... 
						
						
						
						shorten strings in UI script - saves a few hundred bytes on RAM 
						
						
					 
					
						2024-10-22 15:15:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						01d43c69fb 
					 
					
						
						
							
							AR memory optimization - part 1  
						
						 
						
						... 
						
						
						
						allocating FFT buffers late makes up to 16Kb heap available when audioreactive is not enabled.
Already tested in MM fork. 
						
						
					 
					
						2024-10-22 14:45:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						7db1989093 
					 
					
						
						
							
							fix major performance regression in ArduinoFFT  
						
						 
						
						... 
						
						
						
						since v2.0.0, we cannot override the internal sqrt function by #define --> moved to build_flags.
Average FFT time on esp32 : 4.5ms --> 1.8ms 
						
						
					 
					
						2024-10-22 14:42:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						32eee3365a 
					 
					
						
						
							
							PinManager: Make in to namespace  
						
						 
						
						... 
						
						
						
						Namespaces are the C++ language construct for grouping global functions. 
						
						
					 
					
						2024-10-20 11:11:23 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						95b4bde918 
					 
					
						
						
							
							UsermodManager: Make into namespace  
						
						 
						
						... 
						
						
						
						Namespaces are the C++ language construct for grouping global functions. 
						
						
					 
					
						2024-10-20 11:11:20 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						0a97e28aab 
					 
					
						
						
							
							bugfix: prevent preset loading from resetting other errors  
						
						 
						
						... 
						
						
						
						without this fix, any not-yet reported error - like filesystem problems at startup, or out-of-memory - was rest by successfully loading a preset. 
						
						
					 
					
						2024-10-19 18:43:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								1Prototype1 
							
						 
					 
					
						
						
							
						
						4fa8a3898a 
					 
					
						
						
							
							Added Distribute for cpal  
						
						 
						
						... 
						
						
						
						Added a button to distribute the color markers in palette equally 
						
						
					 
					
						2024-10-19 00:30:24 +05:30  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								maxi4329 
							
						 
					 
					
						
						
							
						
						caa997fff1 
					 
					
						
						
							
							removed onkeydown tried to find a replacement for the nbsp  
						
						 
						
						
						
						
					 
					
						2024-10-18 18:43:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								maxi4329 
							
						 
					 
					
						
						
							
						
						bd68b977d5 
					 
					
						
						
							
							minor webui enhancements  
						
						 
						
						
						
						
					 
					
						2024-10-17 18:07:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						98a6907976 
					 
					
						
						
							
							cleanup and improvement to sin_appros()  
						
						 
						
						... 
						
						
						
						-replaced all PI references with M_PI version
-there is no need to do the angle-modulo in float, casting it to an integer does the same BUT it has to be cast to an `int` first, see comment. 
						
						
					 
					
						2024-10-16 19:53:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						e9d2182390 
					 
					
						
						
							
							Re-license the WLED project from MIT to EUPL ( #4194 )  
						
						 
						
						
						
						
					 
					
						2024-10-16 00:07:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						5e29f2c1b7 
					 
					
						
						
							
							fixed atan2_t  
						
						 
						
						... 
						
						
						
						approximation was incorrect, now doing it right.
also removed hypotf() from octopus, saving a little flash. 
						
						
					 
					
						2024-10-15 20:11:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						44e28f96e0 
					 
					
						
						
							
							Fix for Octopus on ESP32 C3  
						
						 
						
						... 
						
						
						
						Apparently the C3 can not convert negative floats to uint8_t directly, casting it into an int first fixes it. 
						
						
					 
					
						2024-10-15 13:49:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						a0e81da8c5 
					 
					
						
						
							
							WLED 0.15.0-b6 release ( #4180 )  
						
						 
						
						... 
						
						
						
						* modified Improv chip & version handling
* Update build and changelog 
						
						
					 
					
						2024-10-14 20:13:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						85a7c3c60d 
					 
					
						
						
							
							Merge pull request  #4189  from dosipod/0_15  
						
						 
						
						... 
						
						
						
						Extra comma in the network password fix 
						
						
					 
					
						2024-10-13 14:41:01 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								AlDIY 
							
						 
					 
					
						
						
							
						
						01e07ca0bc 
					 
					
						
						
							
							Update xml.cpp  
						
						 
						
						
						
						
					 
					
						2024-10-13 20:34:18 +03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						1468ee5fde 
					 
					
						
						
							
							Merge pull request  #4188  from LuisFadini/0_15_brt_timezone  
						
						 
						
						... 
						
						
						
						Added BRT timezone 
						
						
					 
					
						2024-10-13 11:01:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						49f044ecde 
					 
					
						
						
							
							Better fix for  #4154  
						
						 
						
						
						
						
					 
					
						2024-10-13 10:43:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luis 
							
						 
					 
					
						
						
							
						
						37f32ab197 
					 
					
						
						
							
							Added BRT timezone  
						
						 
						
						
						
						
					 
					
						2024-10-12 10:56:40 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						de8a3666ec 
					 
					
						
						
							
							HUB75 - lower color depth for larger panels  
						
						 
						
						
						
						
					 
					
						2024-10-10 22:27:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								maxi4329 
							
						 
					 
					
						
						
							
						
						a60231ba59 
					 
					
						
						
							
							Fixed the positioning of the "Download the latest binary" button ( #4184 )  
						
						 
						
						... 
						
						
						
						* fixed the positioning of the download button
* fixed space after "Download the latest binary:" disapering after building
* fixed typo
---------
Co-authored-by: maxi4329 <maxi4329> 
						
						
					 
					
						2024-10-09 22:10:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						c8dafede6d 
					 
					
						
						
							
							Merge pull request  #4183  from PaoloTK/autosegment_outputs_flag  
						
						 
						
						... 
						
						
						
						Add WLED_AUTOSEGMENTS compile flag 
						
						
					 
					
						2024-10-09 22:00:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						210191b251 
					 
					
						
						
							
							Fix for realtime drawing on main segment  
						
						 
						
						
						
						
					 
					
						2024-10-07 20:19:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						7deea9eb75 
					 
					
						
						
							
							Minor button & rover CSS tweak.  
						
						 
						
						
						
						
					 
					
						2024-10-07 17:52:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						5e9a46d54d 
					 
					
						
						
							
							Fix for  #4154  
						
						 
						
						
						
						
					 
					
						2024-10-07 17:15:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						be64930ebb 
					 
					
						
						
							
							Indentation and shadowed variable.  
						
						 
						
						
						
						
					 
					
						2024-10-07 16:50:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								PaoloTK 
							
						 
					 
					
						
						
							
						
						488974dd3e 
					 
					
						
						
							
							change flag  
						
						 
						
						
						
						
					 
					
						2024-10-07 10:39:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								PaoloTK 
							
						 
					 
					
						
						
							
						
						5975b9125f 
					 
					
						
						
							
							add autosegment outputs compile flag  
						
						 
						
						
						
						
					 
					
						2024-10-06 22:56:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						f301296f1e 
					 
					
						
						
							
							added rounding to sin8_t  
						
						 
						
						... 
						
						
						
						thx to @softhack007 
						
						
					 
					
						2024-10-06 21:27:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						407477dc68 
					 
					
						
						
							
							Fix for  #4168  
						
						 
						
						... 
						
						
						
						- set min value to 0 for disabled ABL 
						
						
					 
					
						2024-10-06 15:42:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						eb5ad232a0 
					 
					
						
						
							
							Minor tweaks and whitespace  
						
						 
						
						
						
						
					 
					
						2024-10-05 23:31:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1b0ce9a123 
					 
					
						
						
							
							Fix for  #4179  
						
						 
						
						
						
						
					 
					
						2024-10-05 15:00:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						7b855c851d 
					 
					
						
						
							
							Added integer based sin()/cos() functions, changed all trig functions to wled_math  
						
						 
						
						... 
						
						
						
						- `sin16_t() / cos16_t()` are faster and more accurate than fastled versions
- `sin_approx() / cos_approx()` are float wrappers for `sin16_t() / cos16_t()` and are accurate enough to replace `sinf()/cosf()`
- `atan2()` is used only in octopus to calculate center offset, new approximated version saves flash
- `tan(), atan(), asin(), acos(), floor(), fmod()` are used only for sunrise/sunset calculation, using wled_math version saves flash
- `beatsinx()` replacements are to make use of new `sin16_t()/sin8_t()` functions to reduce flash size
- Extensively tested surnise/sunset calculation: deviation is 1min. max
- Tested some of the relevant FX and found no visual difference: Julia, 2D Drift, Drift Rose, Ghost rider, Rotozoomer, Palette, Arc 1D expansion
- total flash savings: 7.4k 
						
						
					 
					
						2024-10-05 12:32:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						f1b9952bf9 
					 
					
						
						
							
							HUB75 - Support BGR color order  
						
						 
						
						
						
						
					 
					
						2024-10-04 20:21:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						6f03854eda 
					 
					
						
						
							
							HUB75 - add comments to example env  
						
						 
						
						
						
						
					 
					
						2024-10-04 19:20:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						c356846d90 
					 
					
						
						
							
							HUB75 - fix hasRGB and missing override  
						
						 
						
						
						
						
					 
					
						2024-10-04 19:10:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						f7b8828deb 
					 
					
						
						
							
							HUB75 - code formatting  
						
						 
						
						
						
						
					 
					
						2024-10-04 19:01:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						4276671538 
					 
					
						
						
							
							HUB75 - Remove hot from show  
						
						 
						
						
						
						
					 
					
						2024-10-04 18:59:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						5b86c67a98 
					 
					
						
						
							
							Error for ESP8266 and hub75  
						
						 
						
						
						
						
					 
					
						2024-10-04 18:57:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						6ce6b9576d 
					 
					
						
						
							
							Merge branch '0_15' into HUB75-AC  
						
						 
						
						
						
						
					 
					
						2024-10-04 18:53:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						ca062140f3 
					 
					
						
						
							
							removed todo.  
						
						 
						
						
						
						
					 
					
						2024-10-03 19:39:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						a15c391e6c 
					 
					
						
						
							
							Improvement to setPixelColorXY and some flash optimisations  
						
						 
						
						... 
						
						
						
						- changes to `setPixelColorXY` give an extra FPS, some checks and the loops are only done when needed, additional function call is still faster (force inlining it gives negligible speed boost but eats more flash)
- commented out the unused `boxBlur` function
- code size improvemnts (also faster) in `moveX()` and `moveY()` by only copying whats required and avoiding code duplications
- consolidated the `blur()` functions by enabling asymmetrical blur2D() to replace `blurRow` and `blurCol`
- compiler warning fixes (explicit unsigned casts) 
						
						
					 
					
						2024-10-03 21:19:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						ba636b17a0 
					 
					
						
						
							
							Merge pull request  #4175  from Xevel/fix_polybus_canshow  
						
						 
						
						... 
						
						
						
						fix Polybus canShow 
						
						
					 
					
						2024-10-03 16:19:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						2a07eb84f6 
					 
					
						
						
							
							Merge pull request  #4174  from Xevel/0_15  
						
						 
						
						... 
						
						
						
						Fixed Improv rejecting all properly formatted packets 
						
						
					 
					
						2024-10-03 16:07:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Saugnier 
							
						 
					 
					
						
						
							
						
						949b9fb10e 
					 
					
						
						
							
							Fixed Polybus.canShow always returning true on ESP32  
						
						 
						
						
						
						
					 
					
						2024-10-03 15:21:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Saugnier 
							
						 
					 
					
						
						
							
						
						ae1b6af0d4 
					 
					
						
						
							
							Indent formatting...  
						
						 
						
						
						
						
					 
					
						2024-10-03 11:07:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Saugnier 
							
						 
					 
					
						
						
							
						
						dd27504d30 
					 
					
						
						
							
							Fixed Improv rejecting all properly formatted packets.  
						
						 
						
						
						
						
					 
					
						2024-10-03 11:04:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c30a08cfc5 
					 
					
						
						
							
							Merge branch '0_15' of  https://github.com/aircoookie/WLED  into 0_15  
						
						 
						
						
						
						
					 
					
						2024-10-02 20:16:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a4c49aa35e 
					 
					
						
						
							
							Fix for  #4005  
						
						 
						
						
						
						
					 
					
						2024-10-02 20:15:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ba3a61f623 
					 
					
						
						
							
							Reduced code size by:  
						
						 
						
						... 
						
						
						
						- removing WS2812FX::setMode()
- removing WS2812FX::setColor()
- removing floating point in transition
- color handling modification in set.cpp
- replaced uint8_t with unsigned in function parameters
- inlined WS2812FX::isUpdating()
- (MAY BE BREAKING) alexa & smartnest update 
						
						
					 
					
						2024-10-02 20:14:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						402fba734a 
					 
					
						
						
							
							bugfix for holes in 2D DNA Spiral  
						
						 
						
						... 
						
						
						
						Holes were visible at height > 32. Root cause: "lerp8x8" seems to be inaccurate --> replaced by a simple linear calculation. 
						
						
					 
					
						2024-10-02 16:34:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						262af0678f 
					 
					
						
						
							
							colored burst effect bugfix (swapped XY dimensions)  
						
						 
						
						... 
						
						
						
						fixing a bug where width and height got swapped (visible on non-square panels) 
						
						
					 
					
						2024-09-30 18:35:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						3765d558b6 
					 
					
						
						
							
							akemi bugfix fix  
						
						 
						
						... 
						
						
						
						map2 --> map 
						
						
					 
					
						2024-09-30 18:26:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						4ed8ded502 
					 
					
						
						
							
							Akemi bugfix for panel width > 32  
						
						 
						
						... 
						
						
						
						due to a math accident, Akemi did not show proper GEQ bands in its hands when width>32 
						
						
					 
					
						2024-09-30 17:44:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ee380c5377 
					 
					
						
						
							
							Replace uint16_t with unsigned for segment data  
						
						 
						
						... 
						
						
						
						swap if statements in color_fade 
						
						
					 
					
						2024-09-30 16:35:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						7fa25ca7ae 
					 
					
						
						
							
							pio update - flash size of non-standard boards  
						
						 
						
						... 
						
						
						
						* adding missing flash size flags that were lost between 0.14 and 0.15
   (necessary if you don't flash using esptool)
* adding env:esp32dev_16M for 16MB flash (serg74 esp32-16M, twilightlord esp32 16M) 
						
						
					 
					
						2024-09-30 11:25:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						d3c401ed4e 
					 
					
						
						
							
							wu_pixel small optimization  
						
						 
						
						... 
						
						
						
						5% faster 
						
						
					 
					
						2024-09-29 19:29:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						cb8dae1ddb 
					 
					
						
						
							
							PWM: Revert always apply dead time  
						
						 
						
						
						
						
					 
					
						2024-09-29 10:13:19 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						59deebc961 
					 
					
						
						
							
							Improve PWM on ESP8266  
						
						 
						
						... 
						
						
						
						- Better phase updates without dropping samples
- Make second pin duty cycle always after first, even inverted 
						
						
					 
					
						2024-09-29 10:00:27 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0ae73296cf 
					 
					
						
						
							
							Update comment  
						
						 
						
						
						
						
					 
					
						2024-09-29 15:19:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8e78fb4caa 
					 
					
						
						
							
							Merge branch '0_15' into 0_15__speed_improvements  
						
						 
						
						
						
						
					 
					
						2024-09-29 14:31:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						336da25463 
					 
					
						
						
							
							Private global _colorScaled  
						
						 
						
						
						
						
					 
					
						2024-09-29 14:14:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						ffbc8c5f70 
					 
					
						
						
							
							Reverting addition of bool unScale, added new improvements and fixes  
						
						 
						
						... 
						
						
						
						- Added pre-calculation for segment brightness: stored in _segBri. The impact on FPS is not huge but measurable (~1-2FPS in my test conditions)
- Removed `bool unScaled` from `setPixelColor()` function again (it has no/minimal impact on speed but huge impact on flash usage: +850 bytes)
- Removed negative checking in `setPixelColorXY()` and replaced it with a local typecast to unsigned, saves a few instructions (tested and working)
- Changed int8_t to int in `moveX()` and `moveY()`
- Removed a few functions from IRAM as they are now not called for every pixel but only once per segment update
- Removed a `virtualWidth()` call from `ripple_base()`
- Bugfix in `mode_colortwinkle()` 
						
						
					 
					
						2024-09-29 13:55:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						10d8cfde85 
					 
					
						
						
							
							Fix FX filter bug  
						
						 
						
						
						
						
					 
					
						2024-09-29 13:00:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						3c7f83407b 
					 
					
						
						
							
							Save a little RAM  
						
						 
						
						
						
						
					 
					
						2024-09-28 23:16:26 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						fe4b668107 
					 
					
						
						
							
							Slightly reduce PWM jankiness  
						
						 
						
						
						
						
					 
					
						2024-09-28 23:12:03 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						cc87b32206 
					 
					
						
						
							
							Support PWM phase shifts on ESP8266  
						
						 
						
						... 
						
						
						
						Use the phase-locked soft PWM from the Arduino core to implement the
same PWM phase management as ESP32s are using.  The soft PWM code is
vendored in, as it was previously, to add the NMI workaround from #4035 .
Completes #4034  
						
						
					 
					
						2024-09-28 23:07:28 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9114867578 
					 
					
						
						
							
							Fix compiler error  
						
						 
						
						
						
						
					 
					
						2024-09-28 18:48:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						6f221852a2 
					 
					
						
						
							
							partition file for 512Kb Filesystem, 1.7MB Program  
						
						 
						
						... 
						
						
						
						the missing link between 256KB (very small FS) and 700KB (only 100KB extra program) 
						
						
					 
					
						2024-09-28 18:25:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c842994df5 
					 
					
						
						
							
							Pre-calculate virtual  
						
						 
						
						... 
						
						
						
						- move SEGCOLOR() to Segment class
- add SEG_H, SEG_W macros
- try to speed up virtualXxxxx()
- compile warning fixes 
						
						
					 
					
						2024-09-28 18:14:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						202901b09f 
					 
					
						
						
							
							bugfix, ESP32 compiler requires the color order to be identical  
						
						 
						
						
						
						
					 
					
						2024-09-28 15:38:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						7c0fe1285a 
					 
					
						
						
							
							updated setPixelColor() and getPixelColor() functions  
						
						 
						
						... 
						
						
						
						uint16_t to unsigned to make it consisten throughout the hand-down.
colorFromPaletteWLED now returns uint32_t which saves the conversion to CRGB and back to uint32_t (in most uses at least).
also added (preliminary) CRGBW struct. I tried to use it in place of uint32_t colors but it adds a lot of overhead when passing the struct so reverted to uint32_t in most places.
updated a few FX to use the CRGBW struct and also cleaned some code to improve flash useage. 
						
						
					 
					
						2024-09-28 15:26:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						6dc2c680c5 
					 
					
						
						
							
							Merge pull request  #4163  from willmmiles/fix-oappend-merge  
						
						 
						
						... 
						
						
						
						Fix oappend merge on 8266 (SET_F to F) 
						
						
					 
					
						2024-09-28 12:45:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						9a4b56db6e 
					 
					
						
						
							
							Fix incorrect F-strings  
						
						 
						
						... 
						
						
						
						A merge issue with end-oappend: some strings did not get correctly
converted from SET_F() to F(), which can cause crashes. 
						
						
					 
					
						2024-09-27 21:06:21 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						8180f2c742 
					 
					
						
						
							
							Bump build tool dependencies  
						
						 
						
						
						
						
					 
					
						2024-09-27 13:46:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						a76a895f1d 
					 
					
						
						
							
							bugfix  
						
						 
						
						
						
						
					 
					
						2024-09-27 06:17:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						b404458369 
					 
					
						
						
							
							fixed one forgotten replacement of rgb2hsv_approximate  
						
						 
						
						
						
						
					 
					
						2024-09-26 18:29:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						c44b9f8659 
					 
					
						
						
							
							Merge remote-tracking branch 'upstream/0_15' into 0_15__speed_improvements  
						
						 
						
						
						
						
					 
					
						2024-09-26 18:07:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						bef1ac2668 
					 
					
						
						
							
							Added HSV2RGB and RGB2HSV functions for higher accuracy conversions  
						
						 
						
						... 
						
						
						
						- also added a struct to handle HSV with 16bit hue better (including some conversions, can be extended easily)
- the functions are optimized for speed and flash use. They are faster and more accurate than what fastled offers (and use much less flash).
- replaced colorHStoRGB() with a call to the new hsv2rgb() function, saving even more flash (new function is untested!)
- the 16bit hue calculations result in an almost perfect conversion from RGB to HSV and back, the maximum error was 1/255 in the cases I tested. 
						
						
					 
					
						2024-09-26 18:06:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						906f8fc2e7 
					 
					
						
						
							
							Fix C3 compiler issue.  
						
						 
						
						
						
						
					 
					
						2024-09-25 18:49:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						c600c6da63 
					 
					
						
						
							
							Bus length fix  
						
						 
						
						
						
						
					 
					
						2024-09-25 09:33:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						e789a18553 
					 
					
						
						
							
							Merge pull request  #4152  from willmmiles/end_oappend_v2  
						
						 
						
						... 
						
						
						
						End oappend v2 
						
						
					 
					
						2024-09-24 16:56:51 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3f3c986932 
					 
					
						
						
							
							Merge branch '0_15' into end_oappend_v2  
						
						 
						
						
						
						
					 
					
						2024-09-24 21:43:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3ccc5babc1 
					 
					
						
						
							
							Remov superfluous #if  
						
						 
						
						
						
						
					 
					
						2024-09-23 20:39:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						fafb2eba69 
					 
					
						
						
							
							Merge branch '0_15' into blending-styles  
						
						 
						
						
						
						
					 
					
						2024-09-23 20:36:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						33cf82a982 
					 
					
						
						
							
							Indentations and a few optimisations  
						
						 
						
						... 
						
						
						
						Restore addPixelColor() behaviour. 
						
						
					 
					
						2024-09-23 18:03:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						e74eb7d3fc 
					 
					
						
						
							
							Move examples envs for hub75  
						
						 
						
						
						
						
					 
					
						2024-09-22 18:11:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						fbeead0c74 
					 
					
						
						
							
							Exclude hub75 from pin validdation for xml.cpp  
						
						 
						
						
						
						
					 
					
						2024-09-22 16:42:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						9a9c65ac8e 
					 
					
						
						
							
							Whitespace  
						
						 
						
						
						
						
					 
					
						2024-09-22 16:29:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						0a8d86cfc3 
					 
					
						
						
							
							Always copy all the pin data  
						
						 
						
						
						
						
					 
					
						2024-09-22 16:23:19 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						8632a0a6ec 
					 
					
						
						
							
							Hub75 - use actual panel config values  
						
						 
						
						
						
						
					 
					
						2024-09-22 16:22:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						e111b6e1b7 
					 
					
						
						
							
							Hub75 - PIN_COUNT const  
						
						 
						
						
						
						
					 
					
						2024-09-22 15:53:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						b7aba15d58 
					 
					
						
						
							
							Always copy all the pin data  
						
						 
						
						
						
						
					 
					
						2024-09-22 15:27:23 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						713cbb81b8 
					 
					
						
						
							
							Merge branch '0_15' into HUB75-AC  
						
						 
						
						
						
						
					 
					
						2024-09-22 15:12:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						fc0739703b 
					 
					
						
						
							
							cleanup hub75 comments  
						
						 
						
						
						
						
					 
					
						2024-09-22 13:14:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						382d7e8ac3 
					 
					
						
						
							
							Remove stray whitespace from xml.cpp  
						
						 
						
						
						
						
					 
					
						2024-09-22 13:05:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						23e578bfbf 
					 
					
						
						
							
							Swap BusHub75Matrix to use allocateMultiplePins  
						
						 
						
						
						
						
					 
					
						2024-09-22 12:59:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bd7cd32f91 
					 
					
						
						
							
							Add mandatory refresh capability to remove type dependency.  
						
						 
						
						
						
						
					 
					
						2024-09-22 13:56:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						0a5400263b 
					 
					
						
						
							
							removed IRAM_ATTR from inlined function  
						
						 
						
						... 
						
						
						
						when the function is inlined into a IRAM_ATTR function, it will also reside in IRAM. Forced inlining is recommended by Espressif if I understand this correctly: https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/hardware-abstraction.html  
						
						
					 
					
						2024-09-22 13:52:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						17d59d3337 
					 
					
						
						
							
							adding initialization to vStrip, added comment on padding bytes  
						
						 
						
						
						
						
					 
					
						2024-09-22 09:02:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9cb3531e2d 
					 
					
						
						
							
							Remove erroneous file  
						
						 
						
						... 
						
						
						
						Fix constant dependancy 
						
						
					 
					
						2024-09-21 22:24:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b50e6e0d90 
					 
					
						
						
							
							Static PinManager & UsermodManager  
						
						 
						
						... 
						
						
						
						- saves a few bytes of flash 
						
						
					 
					
						2024-09-19 21:44:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						a88436c620 
					 
					
						
						
							
							revert removal of adding with saturation, renamed 'fast' to 'saturate'  
						
						 
						
						... 
						
						
						
						- blurring now uses desaturated adding: it is faster most of the times and blurring adds scaled colors so should rarely (ever?) saturate, I saw no visual difference in tests.
- formatting 
						
						
					 
					
						2024-09-19 08:49:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						45cf90094a 
					 
					
						
						
							
							Rename destination for getSettingsJS  
						
						 
						
						... 
						
						
						
						Use a name that makes it a bit clearer what the output is.  The new name
is applied consistently through most uses.
Usermods are not yet updated. 
						
						
					 
					
						2024-09-18 23:35:36 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ae1df20893 
					 
					
						
						
							
							New names  
						
						 
						
						
						
						
					 
					
						2024-09-18 23:32:15 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						71148740d4 
					 
					
						
						
							
							Replace sappend and sappends  
						
						 
						
						... 
						
						
						
						Use named functions to describe what's being printed. 
						
						
					 
					
						2024-09-18 23:31:19 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						4ef583c844 
					 
					
						
						
							
							xml: Print optimization  
						
						 
						
						... 
						
						
						
						Reduce the total number of calls by using printf_P and skipping atoi(). 
						
						
					 
					
						2024-09-18 23:27:42 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						16f61ea96d 
					 
					
						
						
							
							Usermod: Implement shim for oappend  
						
						 
						
						... 
						
						
						
						Use a static Print* to transform old oappend calls to print calls. 
						
						
					 
					
						2024-09-18 23:18:52 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						32f9616b6e 
					 
					
						
						
							
							Remove oappend  
						
						 
						
						... 
						
						
						
						Remove the large stack buffer as we're just going to copy it in to a
heap buffer anyways.  Later we can refine the length estimation or use a
rope-style dynamic data structure like DynamicBufferList. 
						
						
					 
					
						2024-09-18 23:18:51 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						1346eb4f76 
					 
					
						
						
							
							tools: Add all_xml fetch script  
						
						 
						
						... 
						
						
						
						Useful for checking that I haven't broken anything. 
						
						
					 
					
						2024-09-18 19:47:52 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						d4268ba070 
					 
					
						
						
							
							handleFileRead: Skip duplicate FS check  
						
						 
						
						... 
						
						
						
						Since we validate the file existence ourselves, no need to have
AsyncWebServer do it again. 
						
						
					 
					
						2024-09-18 19:47:51 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						696290527a 
					 
					
						
						
							
							cleanup and improved color_add()  
						
						 
						
						... 
						
						
						
						- optimized color_add() again: now it is as fast with preserved ratio scaling than the "fast" variant was before (if no scaling is needed, it is even faster). plus it saves 250 bytes of flash
- bugfix in `color_fade()`
- removed a lot of whitespaces 
						
						
					 
					
						2024-09-18 22:10:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						686866c6f9 
					 
					
						
						
							
							Merge remote-tracking branch 'upstream/0_15' into 0_15__speed_improvements  
						
						 
						
						
						
						
					 
					
						2024-09-18 08:10:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						72455ccde1 
					 
					
						
						
							
							Missing "not"  
						
						 
						
						
						
						
					 
					
						2024-09-17 19:47:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						88fb860568 
					 
					
						
						
							
							SAVE_RAM bugfix introduced by  #4137  
						
						 
						
						
						
						
					 
					
						2024-09-17 16:34:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ceed494cf7 
					 
					
						
						
							
							Introduce common.js in settings pages  
						
						 
						
						
						
						
					 
					
						2024-09-17 16:26:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ac8f919304 
					 
					
						
						
							
							Serial improvements (can RX, canTX)  
						
						 
						
						... 
						
						
						
						PinManager bugfix for unsigned long long 
						
						
					 
					
						2024-09-17 16:21:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						7f1ec4802d 
					 
					
						
						
							
							Merge pull request  #4137  from felddy/feature/toggle_pallet_sync  
						
						 
						
						... 
						
						
						
						Add the ability to toggle the reception of palette synchronizations 
						
						
					 
					
						2024-09-16 16:19:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d5777b7bce 
					 
					
						
						
							
							Fix for missing WLED_NUM_PINS check  
						
						 
						
						
						
						
					 
					
						2024-09-15 20:34:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								PaoloTK 
							
						 
					 
					
						
						
							
						
						e34f179a82 
					 
					
						
						
							
							fix pin conflict check logic  
						
						 
						
						
						
						
					 
					
						2024-09-15 20:27:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6a90b9a512 
					 
					
						
						
							
							FX Temperature better ranges  
						
						 
						
						
						
						
					 
					
						2024-09-15 19:31:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ce5ee65d60 
					 
					
						
						
							
							Merge branch '0_15' into blending-styles  
						
						 
						
						
						
						
					 
					
						2024-09-15 11:05:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						65a8dbfe41 
					 
					
						
						
							
							FX: Usermod Temperature effect  
						
						 
						
						
						
						
					 
					
						2024-09-15 11:04:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1ff667b7ef 
					 
					
						
						
							
							AWS library fix  
						
						 
						
						
						
						
					 
					
						2024-09-15 10:59:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						0806c7fbdb 
					 
					
						
						
							
							Merge pull request  #4142  from willmmiles/fix-webserver-pin  
						
						 
						
						... 
						
						
						
						Fix AsyncWebServer version pin 
						
						
					 
					
						2024-09-14 22:51:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5708d7a6b8 
					 
					
						
						
							
							Build bump, changelog update  
						
						 
						
						
						
						
					 
					
						2024-09-14 22:30:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						2264cc5d10 
					 
					
						
						
							
							Use tag to pin AsyncWebServer version  
						
						 
						
						
						
						
					 
					
						2024-09-14 16:11:46 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						28cb3f9d0c 
					 
					
						
						
							
							Merge pull request  #4107  from PaoloTK/compile_different_busses  
						
						 
						
						... 
						
						
						
						Configure different kinds of busses at compile 
						
						
					 
					
						2024-09-14 22:02:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								PaoloTK 
							
						 
					 
					
						
						
							
						
						f16ed4697f 
					 
					
						
						
							
							fix isReadOnlyPin() logic  
						
						 
						
						
						
						
					 
					
						2024-09-14 18:58:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						81e412fe5b 
					 
					
						
						
							
							Use refernece to avoid ctor/dtor  
						
						 
						
						... 
						
						
						
						Use PinManager to determine reserved pins 
						
						
					 
					
						2024-09-14 14:54:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						f3137eb0a9 
					 
					
						
						
							
							updated Segment::color_from_palette  
						
						 
						
						... 
						
						
						
						- gamma correction only where needed
- paletteIndex should be uint8_t (it is only used as that)
note: integrating the new `ColorFromPaletteWLED()` into this would require  a whole lot of code rewrite and would result in more color conversions from 32bit to CRGB. It would be really useful only if CRGB is replaced with native 32bit colors. 
						
						
					 
					
						2024-09-14 14:49:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						0e5bd4ed74 
					 
					
						
						
							
							remove test printout  
						
						 
						
						
						
						
					 
					
						2024-09-14 14:11:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						6a37f25c5d 
					 
					
						
						
							
							memory improvement: dropped static gamma table  
						
						 
						
						... 
						
						
						
						- there already is a method to calculate the table on the fly, there is no need to store it in flash, it can just be calculated at bootup (or cfg change) 
						
						
					 
					
						2024-09-14 14:10:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						2afff05014 
					 
					
						
						
							
							minor tweak (break instead of continue in setPixelColorXY)  
						
						 
						
						
						
						
					 
					
						2024-09-14 11:45:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e3d9417b84 
					 
					
						
						
							
							Minor fixes  
						
						 
						
						... 
						
						
						
						- rely on HAL for RO pins and max pins
- remove isPinDefined() and do clash check inline
- JS fix to use HAL max pins 
						
						
					 
					
						2024-09-14 11:39:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6a188033c6 
					 
					
						
						
							
							Merge branch '0_15' into compile_different_busses  
						
						 
						
						
						
						
					 
					
						2024-09-14 09:27:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						df24fd7bf2 
					 
					
						
						
							
							Merge pull request  #4129  from Aircoookie/bus-config  
						
						 
						
						... 
						
						
						
						Fetch LED types from Bus classes (dynamic UI) 
						
						
					 
					
						2024-09-13 23:23:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						d45b4ad134 
					 
					
						
						
							
							fixes and consistency  
						
						 
						
						
						
						
					 
					
						2024-09-13 19:01:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						ec938f254c 
					 
					
						
						
							
							removed old code  
						
						 
						
						
						
						
					 
					
						2024-09-12 21:25:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								PaoloTK 
							
						 
					 
					
						
						
							
						
						fa82e759bd 
					 
					
						
						
							
							bug fix  
						
						 
						
						
						
						
					 
					
						2024-09-12 18:27:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								PaoloTK 
							
						 
					 
					
						
						
							
						
						daf0bcfac3 
					 
					
						
						
							
							bug fix on pin already defined check  
						
						 
						
						
						
						
					 
					
						2024-09-12 18:12:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						09428dcade 
					 
					
						
						
							
							inlined getMappedPixelIndex, improved color_add, bugfix in colorFromPalette  
						
						 
						
						... 
						
						
						
						inlining getMappedPixelIndex gets rid of function entry instructions (hopefully) so it should be faster.
also added the 'multi color math' trick to color_add function (it will not make much difference but code shrinks by a few bytes) 
						
						
					 
					
						2024-09-12 16:34:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						49d51c5af8 
					 
					
						
						
							
							Hot  
						
						 
						
						
						
						
					 
					
						2024-09-12 15:26:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ec7f69d559 
					 
					
						
						
							
							Merge branch '0_15' into bus-config  
						
						 
						
						
						
						
					 
					
						2024-09-12 15:22:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a8c5bf2573 
					 
					
						
						
							
							Ease IRAM  
						
						 
						
						
						
						
					 
					
						2024-09-12 15:22:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f12de61d7f 
					 
					
						
						
							
							Merge branch '0_15' into bus-config  
						
						 
						
						
						
						
					 
					
						2024-09-12 15:08:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						71fcd6482d 
					 
					
						
						
							
							Fix CRLF in boblight  
						
						 
						
						
						
						
					 
					
						2024-09-12 15:07:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e59b38a5d2 
					 
					
						
						
							
							Fix unsigned long in debug printf  
						
						 
						
						
						
						
					 
					
						2024-09-12 15:04:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						b07658b460 
					 
					
						
						
							
							improved Segment::setPixelColorXY a tiny bit  
						
						 
						
						... 
						
						
						
						uses less flash so it should be faster (did not notice any FPS difference though)
also cleaned code in ColorFromPaletteWLED (it is not faster, same amount of code) 
						
						
					 
					
						2024-09-12 14:09:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						5b8d9d1510 
					 
					
						
						
							
							Merge branch '0_15' into bus-config  
						
						 
						
						
						
						
					 
					
						2024-09-12 08:49:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						6169c458bf 
					 
					
						
						
							
							Remove void  
						
						 
						
						
						
						
					 
					
						2024-09-12 08:48:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						23400d0449 
					 
					
						
						
							
							Conditional IRAM for gamma  
						
						 
						
						
						
						
					 
					
						2024-09-12 08:30:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						992d11be10 
					 
					
						
						
							
							Improvements in get/set PixelColor()  
						
						 
						
						... 
						
						
						
						-calculations for virtual strips are done on each call, which is unnecessary. moved them into the if statement. 
						
						
					 
					
						2024-09-12 08:28:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						feac45fd0a 
					 
					
						
						
							
							improvement in color_add  
						
						 
						
						... 
						
						
						
						its not faster but cleaner (and uses less flash) 
						
						
					 
					
						2024-09-12 07:45:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						934176818f 
					 
					
						
						
							
							more improvements to color_scale() now even faster.  
						
						 
						
						... 
						
						
						
						tested and working, also tested video 
						
						
					 
					
						2024-09-12 06:43:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								PaoloTK 
							
						 
					 
					
						
						
							
						
						c5435ec1fa 
					 
					
						
						
							
							Merge remote-tracking branch 'AC/bus-config' into compile_different_busses  
						
						 
						
						
						
						
					 
					
						2024-09-11 23:04:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						c3f472fbcb 
					 
					
						
						
							
							some improvements to consider  
						
						 
						
						... 
						
						
						
						no real difference in FPS but code is faster.
also 160bytes smaller, meaning it is actually faster 
						
						
					 
					
						2024-09-11 21:41:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1cee1c3562 
					 
					
						
						
							
							Merge branch '0_15' into blending-styles  
						
						 
						
						
						
						
					 
					
						2024-09-11 17:28:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						eae5a74a11 
					 
					
						
						
							
							color_fade bugfix  
						
						 
						
						... 
						
						
						
						impure void remove
optimisations: hot 
						
						
					 
					
						2024-09-11 17:14:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5df1a223c2 
					 
					
						
						
							
							Pre-allocate COM vector  
						
						 
						
						
						
						
					 
					
						2024-09-11 16:45:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						81382a4bc0 
					 
					
						
						
							
							Merge pull request  #4131  from iammattcoleman/update-temperature-dependency  
						
						 
						
						... 
						
						
						
						Temperature usermod: update OneWire to 2.3.8 
						
						
					 
					
						2024-09-11 16:24:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Coleman 
							
						 
					 
					
						
						
							
						
						750a429bd4 
					 
					
						
						
							
							Temperature usermod: update OneWire to 2.3.8  
						
						 
						
						... 
						
						
						
						OneWire 2.3.8 includes stickbreaker's and garyd9's ESP32 fixes:
blazoncek's fork is no longer needed 
						
						
					 
					
						2024-09-11 06:35:09 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matt Coleman 
							
						 
					 
					
						
						
							
						
						dbe78dff93 
					 
					
						
						
							
							Temperature usermod: fix changelog formatting  
						
						 
						
						... 
						
						
						
						This change ensures that the dates are displayed on their own lines.
Without the blank lines, many Markdown renderers will append the dates
to the previous bullet point. 
						
						
					 
					
						2024-09-11 06:35:09 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								PaoloTK 
							
						 
					 
					
						
						
							
						
						5869627b32 
					 
					
						
						
							
							- More optimization on bus configuration logic.  
						
						 
						
						... 
						
						
						
						- Renamed LEDPIN to DEFAULT_LED_PIN.
- Removed ability to override DEFAULT_LED_PIN, DEFAULT_LED_TYPE and DEFAULT_LED_COUNT. Use DATA_PINS, LED_TYPES and PIXEL_COUNTS instead. 
						
						
					 
					
						2024-09-11 01:27:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						5bc5ef0ae8 
					 
					
						
						
							
							Update CONTRIBUTING.md - typo  
						
						 
						
						
						
						
					 
					
						2024-09-10 20:36:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						2cfd2e1410 
					 
					
						
						
							
							Update CONTRIBUTING.md - typo  
						
						 
						
						
						
						
					 
					
						2024-09-10 20:36:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						cce5e8f811 
					 
					
						
						
							
							Update CONTRIBUTING.md - adding a hint to avoid force-pushing  
						
						 
						
						
						
						
					 
					
						2024-09-10 20:34:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						058e66c7fc 
					 
					
						
						
							
							Update CONTRIBUTING.md - adding a hint to avoid force-pushing  
						
						 
						
						
						
						
					 
					
						2024-09-10 20:32:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felddy 
							
						 
					 
					
						
						
							
						
						8ae09c3d02 
					 
					
						
						
							
							Fix comment alignment  
						
						 
						
						
						
						
					 
					
						2024-09-10 18:16:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felddy 
							
						 
					 
					
						
						
							
						
						83699bc5c3 
					 
					
						
						
							
							Add support for toggle of palette sync  
						
						 
						
						
						
						
					 
					
						2024-09-10 18:02:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3a5eb8c5d2 
					 
					
						
						
							
							WLED 0.15.0-b5 release  
						
						 
						
						... 
						
						
						
						- Audioreactive usermod always included 
						
						
					 
					
						2024-09-10 16:07:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						fd00e5eaae 
					 
					
						
						
							
							LED settings text update  
						
						 
						
						
						
						
					 
					
						2024-09-10 15:23:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						20444ee7d5 
					 
					
						
						
							
							Debug optimisations  
						
						 
						
						
						
						
					 
					
						2024-09-10 15:20:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								PaoloTK 
							
						 
					 
					
						
						
							
						
						eb06e575c2 
					 
					
						
						
							
							add check for pin reassigned conflict with pin defined for current bus  
						
						 
						
						
						
						
					 
					
						2024-09-10 01:03:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						ad402adf7a 
					 
					
						
						
							
							Hub75 - Misc fixes - WiP  
						
						 
						
						
						
						
					 
					
						2024-09-08 19:58:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						21c582ee1a 
					 
					
						
						
							
							Porting latest BusHub75Matrix from MoonModules - Mostly authored by Frank - MIT licence granted for this copy  
						
						 
						
						
						
						
					 
					
						2024-09-08 17:45:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						e0d78d5328 
					 
					
						
						
							
							Porting latest BusHub75Matrix from MoonModules - Mostly authored by Frank - MIT licence granted for this copy  
						
						 
						
						
						
						
					 
					
						2024-09-08 17:36:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						f96acd6263 
					 
					
						
						
							
							Hub75 - Tweaks to webui  
						
						 
						
						
						
						
					 
					
						2024-09-08 17:06:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						e185f2eaf6 
					 
					
						
						
							
							Hub75 compact pin defintion  
						
						 
						
						
						
						
					 
					
						2024-09-08 14:11:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						78fb9dcc59 
					 
					
						
						
							
							Cleanup mxconfig.chain_length  
						
						 
						
						
						
						
					 
					
						2024-09-08 13:39:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						e066b502c3 
					 
					
						
						
							
							hub75 - remove hard coded panel sizes  
						
						 
						
						
						
						
					 
					
						2024-09-08 13:33:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						e94943d505 
					 
					
						
						
							
							Assign proper type ID for Hub75  
						
						 
						
						
						
						
					 
					
						2024-09-08 13:05:20 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b4315152e2 
					 
					
						
						
							
							Add numPins()  
						
						 
						
						
						
						
					 
					
						2024-09-08 11:07:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						aae9446ce0 
					 
					
						
						
							
							Add "old-style" changes to settings_led for hub75  
						
						 
						
						
						
						
					 
					
						2024-09-07 20:46:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						ecd46f2f06 
					 
					
						
						
							
							Swap to new way to have dynamic LED types list  
						
						 
						
						
						
						
					 
					
						2024-09-07 20:29:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						74f77a7e8a 
					 
					
						
						
							
							Merge branch 'bus-config' into HUB75-AC  
						
						 
						
						
						
						
					 
					
						2024-09-07 20:06:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						340a9f8b76 
					 
					
						
						
							
							better bugfix for seven-seg-reloaded  
						
						 
						
						... 
						
						
						
						* only reject invalid ranges when array access will be actually performed
* fixed another stupid pointer arithmetic error
Hint: I AM NOT THE MAINTAINER of this usermod. I'm just fixing an obvious coding error without knowing what the usermod really does. 
						
						
					 
					
						2024-09-06 20:09:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						81cec6a25a 
					 
					
						
						
							
							Update usermod_seven_segment_reloaded.h - prevent array bounds violation (solves  #4121 )  
						
						 
						
						... 
						
						
						
						I'm not the maintainer of this usermod, but its obvious that the code might overrun array bounds, so fixing this. 
						
						
					 
					
						2024-09-06 19:36:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c5b31e2f63 
					 
					
						
						
							
							Bugfix  
						
						 
						
						
						
						
					 
					
						2024-09-06 17:56:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0642b17ab0 
					 
					
						
						
							
							Bugfix  
						
						 
						
						
						
						
					 
					
						2024-09-06 17:54:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ac689a9a2e 
					 
					
						
						
							
							Remove array, un-inline calculateCCT  
						
						 
						
						
						
						
					 
					
						2024-09-06 12:19:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						43cc4ec009 
					 
					
						
						
							
							Increase oappend buffer on ESP8266  
						
						 
						
						
						
						
					 
					
						2024-09-05 22:18:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9cc333b2bd 
					 
					
						
						
							
							Move LED types to individual bus type  
						
						 
						
						... 
						
						
						
						- (credit @netmindz & @willmmiles)
Tuning. 
						
						
					 
					
						2024-09-05 21:49:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						55d98ff935 
					 
					
						
						
							
							Merge pull request  #4126  from DedeHai/PWM-fixes  
						
						 
						
						... 
						
						
						
						fixed offsets and inverted signal plus dead time 
						
						
					 
					
						2024-09-05 17:26:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						dc90a4ed42 
					 
					
						
						
							
							Mirroring bugfix.  
						
						 
						
						
						
						
					 
					
						2024-09-04 23:43:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						ef80abd885 
					 
					
						
						
							
							8266 compatibility builds for older chips  (another attempt t o solve  #3690  and  #3685 )  
						
						 
						
						... 
						
						
						
						some users have reported that releases after 0.14.0 are not working reliably. So we add a few "compat" for 8266 that try to reproduce the buildenv of 0.14.0 as much as possible.
* platform and platform_packages from 0.14.0
* not using PIO_FRAMEWORK_ARDUINO_MMU_CACHE16_IRAM48
* due to smaller IRAM, we had to move some functions back from IRAM to normal flash (may cause slowdown) 
						
						
					 
					
						2024-09-04 23:42:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b9080f9479 
					 
					
						
						
							
							Mirroring bugfix.  
						
						 
						
						
						
						
					 
					
						2024-09-04 21:17:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						092a5a1ca3 
					 
					
						
						
							
							Unsigned fix  
						
						 
						
						
						
						
					 
					
						2024-09-04 20:54:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						d3c31c52a2 
					 
					
						
						
							
							found a better way of deadTime subtraction, fixed inverted signals  
						
						 
						
						
						
						
					 
					
						2024-09-04 18:03:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								PaoloTK 
							
						 
					 
					
						
						
							
						
						329173e145 
					 
					
						
						
							
							added complete validation logic for pins and types  
						
						 
						
						
						
						
					 
					
						2024-09-04 13:28:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								PaoloTK 
							
						 
					 
					
						
						
							
						
						8e4f8fcbc8 
					 
					
						
						
							
							fix bug in reassignment logic  
						
						 
						
						
						
						
					 
					
						2024-09-04 13:27:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						c1c707c77a 
					 
					
						
						
							
							8266 compatibility builds for older chips  (another attempt t o solve  #3690  and  #3685 )  
						
						 
						
						... 
						
						
						
						some users have reported that releases after 0.14.0 are not working reliably. So we add a few "compat" for 8266 that try to reproduce the buildenv of 0.14.0 as much as possible.
* platform and platform_packages from 0.14.0
* not using PIO_FRAMEWORK_ARDUINO_MMU_CACHE16_IRAM48
* due to smaller IRAM, we had to move some functions back from IRAM to normal flash (may cause slowdown) 
						
						
					 
					
						2024-09-04 11:38:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b1e58dd10d 
					 
					
						
						
							
							Optimisations  
						
						 
						
						... 
						
						
						
						- renamed variables
- some tuning 
						
						
					 
					
						2024-09-03 22:28:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						2cc0aceac7 
					 
					
						
						
							
							Bugfixes  
						
						 
						
						... 
						
						
						
						- fixed maxBri value
- fixed overflow in dead time subtraction
- deadtime and offset now also work if signals are inverted (_reversed) 
						
						
					 
					
						2024-09-03 19:14:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								PaoloTK 
							
						 
					 
					
						
						
							
						
						d79d5dbadd 
					 
					
						
						
							
							remove getReadOnlyPins() function  
						
						 
						
						
						
						
					 
					
						2024-09-03 17:29:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ebd8a10cef 
					 
					
						
						
							
							Prevent styles on 1px segments  
						
						 
						
						
						
						
					 
					
						2024-09-03 17:20:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						be7475fe66 
					 
					
						
						
							
							bugfixes, removed debug printout  
						
						 
						
						
						
						
					 
					
						2024-09-02 22:06:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						85e2f7eb34 
					 
					
						
						
							
							fixed offsets and inverted signal plus dead time  
						
						 
						
						
						
						
					 
					
						2024-09-02 17:53:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								PaoloTK 
							
						 
					 
					
						
						
							
						
						9bb979f2e8 
					 
					
						
						
							
							bug fix  
						
						 
						
						
						
						
					 
					
						2024-09-01 21:46:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								PaoloTK 
							
						 
					 
					
						
						
							
						
						c942345453 
					 
					
						
						
							
							bug fix  
						
						 
						
						
						
						
					 
					
						2024-09-01 21:35:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								PaoloTK 
							
						 
					 
					
						
						
							
						
						fcc344ba99 
					 
					
						
						
							
							add read/only pin logic and check  
						
						 
						
						
						
						
					 
					
						2024-09-01 21:31:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a3b28871c6 
					 
					
						
						
							
							Dirty fix for newer framework  
						
						 
						
						
						
						
					 
					
						2024-09-01 12:27:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2ca034bfa8 
					 
					
						
						
							
							Remove ledc_set_duty_and_update  
						
						 
						
						... 
						
						
						
						Add semaphoring
Determine CCT overlap 
						
						
					 
					
						2024-09-01 11:43:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0d035a08d6 
					 
					
						
						
							
							Dithering support & bugfix in UI  
						
						 
						
						... 
						
						
						
						Thanks to @dedehai & @zalatnaicsongor 
						
						
					 
					
						2024-08-30 15:21:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								PaoloTK 
							
						 
					 
					
						
						
							
						
						6655e2664e 
					 
					
						
						
							
							rebase to bus-config  
						
						 
						
						
						
						
					 
					
						2024-08-29 13:18:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c51ce2eec7 
					 
					
						
						
							
							Fix C/P error  
						
						 
						
						... 
						
						
						
						Clarifications 
						
						
					 
					
						2024-08-27 21:57:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b2e00eb868 
					 
					
						
						
							
							Introduce network type (previous virtual)  
						
						 
						
						... 
						
						
						
						- phase shifting correction (limit to PWM CCT) 
						
						
					 
					
						2024-08-27 14:11:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						820df0c596 
					 
					
						
						
							
							PinManager update  
						
						 
						
						... 
						
						
						
						- LEDC: allocate same timer for CCT PWM
- use SOC constants
BusManager update
- use allocateMultiplePins for BusPwm 
						
						
					 
					
						2024-08-27 00:21:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						865e3dcd0c 
					 
					
						
						
							
							getNumberOfPins  
						
						 
						
						
						
						
					 
					
						2024-08-25 12:53:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f55e2fc7b8 
					 
					
						
						
							
							Merge branch '0_15' into bus-config  
						
						 
						
						
						
						
					 
					
						2024-08-25 12:41:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						cb22e1933e 
					 
					
						
						
							
							Merge pull request  #4111  from DedeHai/0_15_PWM_CIEbrightnesscalc  
						
						 
						
						... 
						
						
						
						replaced PWM LUT with calculation 
						
						
					 
					
						2024-08-25 12:36:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8818a9e82a 
					 
					
						
						
							
							Remove erroneous debug  
						
						 
						
						
						
						
					 
					
						2024-08-24 11:41:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						dbb47d506c 
					 
					
						
						
							
							Bus manager rework  
						
						 
						
						... 
						
						
						
						- move macros to constexpr methods
- introduce type capabilities for UI
- add phase shifting (POC) to PWM
- replace PWM CIE LUT with calculated curve
CIE & phase shifting credit @dedehai 
						
						
					 
					
						2024-08-24 11:35:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						e4d5d77347 
					 
					
						
						
							
							Merge pull request  #4114  from ChuckMash/struct-def  
						
						 
						
						... 
						
						
						
						Demystified some byte definitions of WiZmote ESP-NOW message 
						
						
					 
					
						2024-08-23 07:13:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ChuckMash 
							
						 
					 
					
						
						
							
						
						dd52124765 
					 
					
						
						
							
							Added some byte definitions to WiZmote ESP-NOW message  
						
						 
						
						
						
						
					 
					
						2024-08-22 20:24:03 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6f3267aee9 
					 
					
						
						
							
							Dynamic bus config  
						
						 
						
						... 
						
						
						
						- provide LED types from BusManager for settings
Credit: @netmindz for the idea. 
						
						
					 
					
						2024-08-22 17:15:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0bbd6b7c4b 
					 
					
						
						
							
							Minor optimisation  
						
						 
						
						... 
						
						
						
						- disable JSON live
- WS error string
- button irelevant check 
						
						
					 
					
						2024-08-22 17:08:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						1cc47b02cf 
					 
					
						
						
							
							use CIE brightness also for ESP8266  
						
						 
						
						
						
						
					 
					
						2024-08-21 08:06:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						e7babc071d 
					 
					
						
						
							
							replaced PWM LUT with calculation  
						
						 
						
						
						
						
					 
					
						2024-08-20 20:15:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						d11ca2e159 
					 
					
						
						
							
							Merge pull request  #4110  from itCarl/usermod_battery_mqtt_update  
						
						 
						
						... 
						
						
						
						Update usermod "Battery" improved MQTT support 
						
						
					 
					
						2024-08-20 12:51:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maximilian Mewes 
							
						 
					 
					
						
						
							
						
						2d6365dc6a 
					 
					
						
						
							
							Add HA-discovery as config option  
						
						 
						
						
						
						
					 
					
						2024-08-20 12:37:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maximilian Mewes 
							
						 
					 
					
						
						
							
						
						cc24119a59 
					 
					
						
						
							
							remove unnecessary comments  
						
						 
						
						
						
						
					 
					
						2024-08-19 22:22:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maximilian Mewes 
							
						 
					 
					
						
						
							
						
						b8f15333d8 
					 
					
						
						
							
							update readme.md  
						
						 
						
						
						
						
					 
					
						2024-08-19 22:12:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maximilian Mewes 
							
						 
					 
					
						
						
							
						
						e5a426419c 
					 
					
						
						
							
							Improve mqtt support, add battery percentage and voltage  
						
						 
						
						
						
						
					 
					
						2024-08-19 22:07:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						8a1df1e700 
					 
					
						
						
							
							Merge pull request  #4093  from axlan/pixel-dice-usermod  
						
						 
						
						... 
						
						
						
						Added a usermod for interacting with BLE Pixels Dice. 
						
						
					 
					
						2024-08-19 05:39:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						cc298f56e2 
					 
					
						
						
							
							Merge pull request  #4081  from RobinMeis/0_15  
						
						 
						
						... 
						
						
						
						Allow lower values for touch threshold 
						
						
					 
					
						2024-08-18 13:49:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Robin Meis 
							
						 
					 
					
						
						
							
						
						665693a513 
					 
					
						
						
							
							Remove minimum threshold according to  https://github.com/Aircoookie/WLED/pull/4081#issuecomment-2295198219  
						
						 
						
						
						
						
					 
					
						2024-08-18 13:31:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						c35e82e59f 
					 
					
						
						
							
							Merge branch '0_15' into pixel-dice-usermod  
						
						 
						
						
						
						
					 
					
						2024-08-18 13:20:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						72d38f4cff 
					 
					
						
						
							
							Merge pull request  #3539  from Liliputech/pov_display  
						
						 
						
						... 
						
						
						
						Added POV image effect 
						
						
					 
					
						2024-08-18 13:15:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f6c47ac19c 
					 
					
						
						
							
							Fix some compiler warnings  
						
						 
						
						
						
						
					 
					
						2024-08-18 10:45:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0430dc5a1f 
					 
					
						
						
							
							Merge branch '0_15' into blending-styles  
						
						 
						
						
						
						
					 
					
						2024-08-17 20:55:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						27bec89386 
					 
					
						
						
							
							Merge pull request  #4106  from srg74/patch-1  
						
						 
						
						... 
						
						
						
						correct spelling error xml.cpp 
						
						
					 
					
						2024-08-17 20:54:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								srg74 
							
						 
					 
					
						
						
							
						
						79b3ce141c 
					 
					
						
						
							
							correct spelling error xml.cpp  
						
						 
						
						
						
						
					 
					
						2024-08-17 14:42:44 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						011afd0910 
					 
					
						
						
							
							Merge branch '0_15' into blending-styles  
						
						 
						
						
						
						
					 
					
						2024-08-17 15:24:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8d00e4d31d 
					 
					
						
						
							
							Save some tiny amounts of RAM  
						
						 
						
						... 
						
						
						
						- use `-D WLED_SAVE_RAM` 
						
						
					 
					
						2024-08-17 15:09:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						8688777ae1 
					 
					
						
						
							
							Merge pull request  #4103  from netmindz/FX-cleanup  
						
						 
						
						... 
						
						
						
						Remove repeating code to fetch audio data 
						
						
					 
					
						2024-08-16 17:39:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						198aceee07 
					 
					
						
						
							
							Merge pull request  #4104  from  FreakyJ/Fix-Bug-#3809  
						
						 
						
						... 
						
						
						
						Fixes  #3809  Loxone JSON parser doesn't handle lx=0 correctly 
						
						
					 
					
						2024-08-16 02:04:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								FreakyJ 
							
						 
					 
					
						
						
							
						
						ee1bf1c221 
					 
					
						
						
							
							#3809  Loxone JSON parser doesn't handle lx=0 correctly  
						
						 
						
						
						
						
					 
					
						2024-08-15 20:18:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						24ecf1a166 
					 
					
						
						
							
							Move getAudioData to static  
						
						 
						
						
						
						
					 
					
						2024-08-15 17:58:19 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						5cb49c86a0 
					 
					
						
						
							
							Merge pull request  #4090  from willmmiles/ino-to-cpp  
						
						 
						
						... 
						
						
						
						Rename wled00.ino to wled_main.cpp 
						
						
					 
					
						2024-08-15 18:23:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9940d2590b 
					 
					
						
						
							
							Arc expansion getPixelColor fix.  
						
						 
						
						
						
						
					 
					
						2024-08-15 17:22:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						577fce69e2 
					 
					
						
						
							
							MQTT unification and cleanup  
						
						 
						
						
						
						
					 
					
						2024-08-15 16:18:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						e68375a71e 
					 
					
						
						
							
							Remove repeating code to fetch audio data  
						
						 
						
						
						
						
					 
					
						2024-08-15 09:08:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						fe7fb6c7a9 
					 
					
						
						
							
							Merge pull request  #4092  from Aircoookie/sm16825  
						
						 
						
						... 
						
						
						
						SM16825 support 
						
						
					 
					
						2024-08-14 22:21:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cec67d8eff 
					 
					
						
						
							
							Const and 2D box blur  
						
						 
						
						... 
						
						
						
						- added 2D blur 
						
						
					 
					
						2024-08-14 22:15:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						2443e2ec7c 
					 
					
						
						
							
							wled00 -> wled_main  
						
						 
						
						
						
						
					 
					
						2024-08-14 11:16:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						bcf862044a 
					 
					
						
						
							
							Update wled00.cpp  
						
						 
						
						... 
						
						
						
						* added #include <Arduino.h> - this is basically what the preprocessing tool (wled.ino -> wled00.ino.cpp) does
* added a comment that Arduino IDE is not supported, use platformIO. 
						
						
					 
					
						2024-08-13 22:21:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jdiamond 
							
						 
					 
					
						
						
							
						
						b73f049484 
					 
					
						
						
							
							Clean up addEffect() changes.  
						
						 
						
						
						
						
					 
					
						2024-08-13 04:40:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jdiamond 
							
						 
					 
					
						
						
							
						
						cde5314d41 
					 
					
						
						
							
							Add "dice" to environment names, and add more information about fitting in a 4MB partition.  
						
						 
						
						
						
						
					 
					
						2024-08-11 01:23:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arthur Suzuki 
							
						 
					 
					
						
						
							
						
						ed5eb28228 
					 
					
						
						
							
							Added POV image effect  
						
						 
						
						... 
						
						
						
						Setup is really easy, after first boot and WiFi/LEDs setup:
go to wled.local/edit and upload a couple image to WLed's filesystem.
Only PNG is supported right now, further support for GIF is planned.
The image should be as wide as the 1D segment you want to apply to.
When done, go to the Effect page on the UI, select "POV Image" effect.
You could also update the image with a post to the JSON-API like this:
curl -X POST http://[wled]/json/state  -d '{"seg":{"id":0,"fx":114,"f":"/axel.png"}}'
The segment should move at around 120RPM (that's 2revolutions per seconds) for an image to showup.
More informations and pictures here : https://lumina.toys  
						
						
					 
					
						2024-08-10 00:03:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						db5e66a9b0 
					 
					
						
						
							
							playing with Fire2012  
						
						 
						
						... 
						
						
						
						* speedup: add functions to only blur rows or columns (50% faster)
* fire2012: tinkering with bur options. Vertical blur only when slider < 64 (faster); extra blur for  slider values >192 (bush burn) 
						
						
					 
					
						2024-08-09 12:53:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						77723b615f 
					 
					
						
						
							
							Fix compiler warning  
						
						 
						
						
						
						
					 
					
						2024-08-08 21:10:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jdiamond 
							
						 
					 
					
						
						
							
						
						96c7716d3e 
					 
					
						
						
							
							Added a usermod for interacting with BLE Pixels Dice.  
						
						 
						
						
						
						
					 
					
						2024-08-08 03:13:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ea80c1ed83 
					 
					
						
						
							
							Swap WW & CW  
						
						 
						
						
						
						
					 
					
						2024-08-07 22:39:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						7d7b7c1e25 
					 
					
						
						
							
							Merge pull request  #4088  from willmmiles/stress-testing-scripts  
						
						 
						
						... 
						
						
						
						Add stress testing scripts 
						
						
					 
					
						2024-08-05 21:05:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						9d860c265c 
					 
					
						
						
							
							Merge pull request  #4089  from willmmiles/improved-locking  
						
						 
						
						... 
						
						
						
						Improve jsonBufferLock management 
						
						
					 
					
						2024-08-05 21:04:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d234b4b0f1 
					 
					
						
						
							
							SM16825 support  
						
						 
						
						... 
						
						
						
						- add WW & CW swapping 
						
						
					 
					
						2024-08-05 20:56:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e1598a9966 
					 
					
						
						
							
							Merge branch '0_15' into blending-styles  
						
						 
						
						
						
						
					 
					
						2024-08-05 16:47:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e82f38e277 
					 
					
						
						
							
							Tuning  
						
						 
						
						
						
						
					 
					
						2024-08-05 16:42:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						1d27aa2f18 
					 
					
						
						
							
							Move .ino to .cpp  
						
						 
						
						... 
						
						
						
						This fixes platformio continually recompiling this file. 
						
						
					 
					
						2024-08-04 15:47:02 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						113dbbdf94 
					 
					
						
						
							
							Use DEBUG_PRINTF_P for jsonBufferLock  
						
						 
						
						... 
						
						
						
						Tiny code space usage reduction. 
						
						
					 
					
						2024-08-04 15:27:23 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						e701b5b5eb 
					 
					
						
						
							
							util: Print locking module when JSON lock fails  
						
						 
						
						... 
						
						
						
						For debugging, also log who was trying to lock when it was contended. 
						
						
					 
					
						2024-08-04 15:27:23 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						6f01896d04 
					 
					
						
						
							
							requestJSONBufferLock: Fix locking implementation  
						
						 
						
						... 
						
						
						
						On ESP8266, it isn't permissible to call delay() in system context;
ensure this is legal before waiting.
On ESP32, use an operating system mutex to ensure consistent variable
state in a multicore environment, and manage the wait without needing
to loop. 
						
						
					 
					
						2024-08-04 15:27:18 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						5582bbac60 
					 
					
						
						
							
							stress_test: Add code for logging responses  
						
						 
						
						
						
						
					 
					
						2024-08-04 13:47:37 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						d2401a212a 
					 
					
						
						
							
							Merge pull request  #4082  from PaoloTK/fix_esp32c3_pwm_bit_depth  
						
						 
						
						... 
						
						
						
						Fix incorrect PWM bit depth on Esp32 with XTAL clock 
						
						
					 
					
						2024-08-04 17:10:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						52548542d2 
					 
					
						
						
							
							Remove clock/max bit overrides  
						
						 
						
						... 
						
						
						
						Move contants into bus manager 
						
						
					 
					
						2024-08-04 17:05:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						509cbdf476 
					 
					
						
						
							
							Add UDP test code  
						
						 
						
						... 
						
						
						
						Courtesy of @_tvk_ on Discord 
						
						
					 
					
						2024-08-04 09:57:01 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						5a6ebd6657 
					 
					
						
						
							
							stress_test: Allow replication argument  
						
						 
						
						
						
						
					 
					
						2024-08-04 09:57:01 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						541d3f286a 
					 
					
						
						
							
							stress_test: Make it worse  
						
						 
						
						... 
						
						
						
						Read 40 copies! 
						
						
					 
					
						2024-08-04 09:57:01 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						0191af412b 
					 
					
						
						
							
							stress_test: Add small JSON target  
						
						 
						
						... 
						
						
						
						Good for measuring quick response performance 
						
						
					 
					
						2024-08-04 09:57:01 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						abcd2a2d01 
					 
					
						
						
							
							tools/stress_test: Allow command line target spec  
						
						 
						
						
						
						
					 
					
						2024-08-04 09:57:01 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						91efcb910b 
					 
					
						
						
							
							stress_test: Add a larger JSON target  
						
						 
						
						
						
						
					 
					
						2024-08-04 09:57:01 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						e9b7320d1c 
					 
					
						
						
							
							Add preliminary web stress test script  
						
						 
						
						
						
						
					 
					
						2024-08-04 09:57:01 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								PaoloTK 
							
						 
					 
					
						
						
							
						
						779744bd8e 
					 
					
						
						
							
							typo in comment  
						
						 
						
						
						
						
					 
					
						2024-08-03 15:56:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								PaoloTK 
							
						 
					 
					
						
						
							
						
						1123d85fd2 
					 
					
						
						
							
							removed float math and log(), added max bit width  
						
						 
						
						
						
						
					 
					
						2024-08-03 15:54:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								PaoloTK 
							
						 
					 
					
						
						
							
						
						5c247d2833 
					 
					
						
						
							
							first implementation  
						
						 
						
						
						
						
					 
					
						2024-08-01 20:25:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Robin Meis 
							
						 
					 
					
						
						
							
						
						17fdb4f5c9 
					 
					
						
						
							
							Allow lower values for touch threshold  
						
						 
						
						
						
						
					 
					
						2024-08-01 19:49:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						365c1987ed 
					 
					
						
						
							
							Missing clipping fix  
						
						 
						
						... 
						
						
						
						- small speed optimisations 
						
						
					 
					
						2024-08-01 10:24:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c03422ee37 
					 
					
						
						
							
							Push variants  
						
						 
						
						
						
						
					 
					
						2024-07-30 17:26:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						ef8f23ce90 
					 
					
						
						
							
							Merge pull request  #4073  from axlan/devcountainer-runargs  
						
						 
						
						... 
						
						
						
						Add example runArgs to devcountainer to access serial port (for firmware upload) directly from the devcontainer. 
						
						
					 
					
						2024-07-30 12:45:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jdiamond 
							
						 
					 
					
						
						
							
						
						050f7ebddf 
					 
					
						
						
							
							Add note for Windows.  
						
						 
						
						
						
						
					 
					
						2024-07-29 18:00:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jdiamond 
							
						 
					 
					
						
						
							
						
						10fdf46410 
					 
					
						
						
							
							Clarify security implicatations.  
						
						 
						
						
						
						
					 
					
						2024-07-29 17:34:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						49976ae35a 
					 
					
						
						
							
							Merge pull request  #4078  from apanteleev/fire-blur-control  
						
						 
						
						... 
						
						
						
						Add a parameter for blur amount in the Fire 2012 effect 
						
						
					 
					
						2024-07-29 07:31:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						21afb05409 
					 
					
						
						
							
							Merge pull request  #4077  from adrianschroeter/0_15  
						
						 
						
						... 
						
						
						
						2DGEQ: Getting same sized bar width on 32x32 display, and better distribution of bar width in general. 
						
						
					 
					
						2024-07-28 17:35:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alexey Panteleev 
							
						 
					 
					
						
						
							
						
						0af1ec3bde 
					 
					
						
						
							
							Added a parameter for blur amount in the Fire 2012 effect.  
						
						 
						
						
						
						
					 
					
						2024-07-27 12:33:59 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adrian Schröter 
							
						 
					 
					
						
						
							
						
						343d766ddd 
					 
					
						
						
							
							2DGEQ: Getting same sized bar width on 32x32 display  
						
						 
						
						... 
						
						
						
						before a x=32 (n times of 16) had not equal sized bars, but first was
a single pixel and later a bar had 3 pixel width. This solves it to
have always 2 pixel sized bars.
I have to admit that I did not test with other pixel dimensions. 
						
						
					 
					
						2024-07-27 12:44:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jdiamond 
							
						 
					 
					
						
						
							
						
						02cae2e61e 
					 
					
						
						
							
							Add example runArgs to devcountainer to access serial port.  
						
						 
						
						
						
						
					 
					
						2024-07-25 04:47:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1975c9c34a 
					 
					
						
						
							
							Merge branch '0_15' into blending-styles  
						
						 
						
						
						
						
					 
					
						2024-07-24 14:18:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						42decbddd9 
					 
					
						
						
							
							Merge pull request  #4060  from DedeHai/0_15_bootdelay  
						
						 
						
						... 
						
						
						
						boot-up delay to fix wifi not starting in some setups
use
`-D WLED_BOOTUPDELAY=500` (or some other delay you want, in milliseconds)
in platformio env definition to add 500ms of delay before hardware init. 
						
						
					 
					
						2024-07-22 11:25:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d88bb3c668 
					 
					
						
						
							
							Merge branch '0_15' into blending-styles  
						
						 
						
						
						
						
					 
					
						2024-07-18 20:26:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b71467b9be 
					 
					
						
						
							
							LED settings remove output bugfix  
						
						 
						
						
						
						
					 
					
						2024-07-17 22:24:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						ac503ef72e 
					 
					
						
						
							
							adding boot-up delay define  
						
						 
						
						... 
						
						
						
						use
-D WLED_BOOTUPDELAY=500
in platformio env definition to add 500ms of delay before hardware init. 
						
						
					 
					
						2024-07-17 18:54:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						ea608cecb0 
					 
					
						
						
							
							Merge pull request  #3962  from gaaat98/esp8266-audioreactive-sync  
						
						 
						
						... 
						
						
						
						ESP8266 audioreactive UDP sound sync ported from MoonModules/WLED - receive only 
						
						
					 
					
						2024-07-13 10:16:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						2e266ec945 
					 
					
						
						
							
							use fixes-size stack buffer  
						
						 
						
						... 
						
						
						
						... protected against array overflow due to previous "if (packetSize <= UDPSOUND_MAX_PACKET)" 
						
						
					 
					
						2024-07-13 09:55:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						bec1adf7ad 
					 
					
						
						
							
							Merge pull request  #4035  from willmmiles/esp8266_pwm_fix  
						
						 
						
						
						
						
					 
					
						2024-07-13 07:13:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						2fc2f47d06 
					 
					
						
						
							
							ESP8266PWM: Annotate sources  
						
						 
						
						... 
						
						
						
						Add additional clarification as to the original source URL and the
specific local patches. 
						
						
					 
					
						2024-07-12 19:16:31 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						3a8e19d1b4 
					 
					
						
						
							
							audiosync receive improvements (maintainer edit)  
						
						 
						
						... 
						
						
						
						* fixed a few typo's in comments
* fixed 8266 specific warning about 'comparison of integer expressions of different signedness'
based on recommendations made by @willmmiles:
* make sure that audioSyncPacket is the same size  (44bytes) on all platforms
* use static buffer for receiving (avoids heap fragmentation)
* copy receive buffer to local audioSyncPacket struct - avoids alignment problems
* esp32 only: to stay in sync with UDP, Udp.flush() is needed when Udp.parsePacket() is _not_ followed by Udp.read() 
						
						
					 
					
						2024-07-12 22:09:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								gaaat98 
							
						 
					 
					
						
						
							
						
						cc9db0220c 
					 
					
						
						
							
							removed audioreactive usermod build flag  
						
						 
						
						
						
						
					 
					
						2024-07-12 16:59:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						13ed78be96 
					 
					
						
						
							
							Merge branch '0_15' into blending-styles  
						
						 
						
						
						
						
					 
					
						2024-07-11 21:30:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cd1ede38a7 
					 
					
						
						
							
							Size & speed optimisations  
						
						 
						
						
						
						
					 
					
						2024-07-11 21:22:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						1ec68c428a 
					 
					
						
						
							
							Merge pull request  #4051  from Nickbert7/patch-1  
						
						 
						
						... 
						
						
						
						Fix typo in "Battery" usermod (Build Failed) 
						
						
					 
					
						2024-07-11 18:52:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Niklas Fäth 
							
						 
					 
					
						
						
							
						
						f6ed3bc9db 
					 
					
						
						
							
							Fix typo in "Battery" usermod (Build Failed)  
						
						 
						
						
						
						
					 
					
						2024-07-11 13:56:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						34cdda2e28 
					 
					
						
						
							
							Merge branch '0_15' of  https://github.com/aircoookie/WLED  into 0_15  
						
						 
						
						
						
						
					 
					
						2024-07-10 15:08:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						4ab2c907f5 
					 
					
						
						
							
							Merge pull request  #4048  from willmmiles/mpu6050-crash-fix  
						
						 
						
						... 
						
						
						
						Mpu6050 usermod crash fix 
						
						
					 
					
						2024-07-10 06:31:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						8632d99341 
					 
					
						
						
							
							MPU6050: Fix crash when enabling  
						
						 
						
						... 
						
						
						
						Avoid reconfiguring the device during web server context, which can
trigger a yield().  Instead defer the device initialization to loop(). 
						
						
					 
					
						2024-07-09 18:49:53 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						efa32ed4f6 
					 
					
						
						
							
							Size optimisations  
						
						 
						
						
						
						
					 
					
						2024-07-09 21:50:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						551b8af76d 
					 
					
						
						
							
							Hide 2D effects on 1D segments  
						
						 
						
						
						
						
					 
					
						2024-07-09 19:00:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						887254f5da 
					 
					
						
						
							
							Bugfixes  
						
						 
						
						... 
						
						
						
						- LED memory calculation (not UI)
- potential fix for #4040 
- compiler warning in FX 
						
						
					 
					
						2024-07-07 14:18:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0275bd1d45 
					 
					
						
						
							
							On/Off blending respected  
						
						 
						
						
						
						
					 
					
						2024-07-05 21:23:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f3891c305d 
					 
					
						
						
							
							Merge branch '0_15' into blending-styles  
						
						 
						
						
						
						
					 
					
						2024-07-05 21:22:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5874b78349 
					 
					
						
						
							
							Bugfixes  
						
						 
						
						... 
						
						
						
						- FX: Breathe, Meteor
- IR: use Segment
- UI: palette search, LED settings 
						
						
					 
					
						2024-07-05 21:22:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						a812fc07f2 
					 
					
						
						
							
							Merge pull request  #4033  from adamsthws/0_15_internal_temp_usermod_improvement_new  
						
						 
						
						... 
						
						
						
						Usermod Updated: Internal Temperature V2 
						
						
					 
					
						2024-07-03 07:12:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adam Matthews 
							
						 
					 
					
						
						
							
						
						78e7312adf 
					 
					
						
						
							
							Update usermod internal temperature  
						
						 
						
						... 
						
						
						
						Enabled the storing the currently active preset or playlist for it to be restored later 
						
						
					 
					
						2024-07-01 00:26:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						593970ed6d 
					 
					
						
						
							
							Merge branch '0_15' into blending-styles  
						
						 
						
						
						
						
					 
					
						2024-06-30 10:45:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						693bf4816b 
					 
					
						
						
							
							Minor tweaks.  
						
						 
						
						
						
						
					 
					
						2024-06-30 10:44:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b8b11880b0 
					 
					
						
						
							
							Merge branch 'main' into 0_15  
						
						 
						
						
						
						
					 
					
						2024-06-29 20:27:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0ff4016250 
					 
					
						
						
							
							WLED 0.15.0-b4 release  
						
						 
						
						... 
						
						
						
						- LED settings update (limit to available outputs)
- minor fixes 
						
						
					 
					
						2024-06-29 20:22:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e753f3849e 
					 
					
						
						
							
							Revert "WLED 0.15.0-b4 release"  
						
						 
						
						... 
						
						
						
						Messed FX_fcn.cpp CRLF conversion 
						
						
					 
					
						2024-06-29 20:18:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7b248c8fb2 
					 
					
						
						
							
							WLED 0.15.0-b4 release  
						
						 
						
						... 
						
						
						
						- LED settings update (limit to available outputs)
- minor fixes 
						
						
					 
					
						2024-06-29 16:36:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						f0e4dd90ee 
					 
					
						
						
							
							Merge pull request  #4013  from wesleygas/0_15  
						
						 
						
						... 
						
						
						
						Add LD2410 sensor usermod 
						
						
					 
					
						2024-06-29 16:21:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						c540ec5417 
					 
					
						
						
							
							Update readme.md  
						
						 
						
						
						
						
					 
					
						2024-06-29 16:17:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						3615ab535b 
					 
					
						
						
							
							Merge pull request  #4028  from Aircoookie/dependabot/pip/urllib3-1.26.19  
						
						 
						
						... 
						
						
						
						Bump urllib3 from 1.26.18 to 1.26.19 
						
						
					 
					
						2024-06-29 16:11:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						b8d6ebe882 
					 
					
						
						
							
							Merge pull request  #4023  from Aircoookie/dependabot/npm_and_yarn/braces-3.0.3  
						
						 
						
						... 
						
						
						
						Bump braces from 3.0.2 to 3.0.3 
						
						
					 
					
						2024-06-29 16:11:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						1f27872294 
					 
					
						
						
							
							Merge pull request  #3995  from Aircoookie/dependabot/pip/requests-2.32.0  
						
						 
						
						... 
						
						
						
						Bump requests from 2.31.0 to 2.32.0 
						
						
					 
					
						2024-06-29 16:10:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adam Matthews 
							
						 
					 
					
						
						
							
						
						3815516022 
					 
					
						
						
							
							Fixes to feature update for Internal Temperature usermod  
						
						 
						
						... 
						
						
						
						Simplified the code by removing an unnecessary function definition and instead using direct assignment in the place where the function was previously called. 
						
						
					 
					
						2024-06-28 16:12:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adam Matthews 
							
						 
					 
					
						
						
							
						
						a1dfdced31 
					 
					
						
						
							
							Fixes to feature update for Internal Temperature usermod  
						
						 
						
						... 
						
						
						
						- Updated all doubles to floating-point literals by adding explicit `f` suffix
- Removed all remaining html from readme markdown documentation. 
						
						
					 
					
						2024-06-28 15:47:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						ff39a8db3f 
					 
					
						
						
							
							Fix PWM crashes on ESP8266  
						
						 
						
						... 
						
						
						
						Vendor in the ESP8266 Arduino core PWM library, with a fix for a nasty
NMI crash bug.  Sometimes the NMI return instruction seems to fail,
resulting in an infinite loop as the PC gets stuck.  Work around this
by backing up and restoring the PC if needed. 
						
						
					 
					
						2024-06-27 21:30:05 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adam Matthews 
							
						 
					 
					
						
						
							
						
						9877e899e0 
					 
					
						
						
							
							Fixed images in readme  
						
						 
						
						... 
						
						
						
						Github flavoured markdown didn't work as expected. 
						
						
					 
					
						2024-06-27 17:52:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adam Matthews 
							
						 
					 
					
						
						
							
						
						bc4a6138b1 
					 
					
						
						
							
							Fixes to feature update for Internal Temperature usermod  
						
						 
						
						... 
						
						
						
						Applied various fixes as advised by @blazoncek
Thankyou for the advice!
- Updated float: 95.0 > 95.0f
- Updated type: const > constexpr
- Comments clarified
- Preset setting: `-1` > `0` 
						
						
					 
					
						2024-06-27 17:33:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adam Matthews 
							
						 
					 
					
						
						
							
						
						f825cab54a 
					 
					
						
						
							
							Usermod Updated: Internal Temperature V2  
						
						 
						
						... 
						
						
						
						# Added high temperature indicator/action...
- A configurable preset is activated when the internal temperature raises above a configurable threshold temperature.
- When the internal temperature falls back below the threshold, the previously active preset is re-activated.
- To prevent frequent toggling between states when the temperature is close to the threshold, the reset threshold is slightly lower than the activation threshold to provide a small buffer.
- Reset threshold is automatically calculated to be two degrees lower than whatever the activation threshold is set to.
- To prevent the user setting the loop interval too low, a minimum allowable interval has been added. 
						
						
					 
					
						2024-06-26 20:27:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						57b01c2711 
					 
					
						
						
							
							Merge pull request  #4030  from rorosaurus/0_15  
						
						 
						
						... 
						
						
						
						add ETH support for LILYGO-POE-Pro 
						
						
					 
					
						2024-06-26 12:01:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						5f3e3d7796 
					 
					
						
						
							
							Merge pull request  #4017  from xkvmoto/patch-2  
						
						 
						
						... 
						
						
						
						Update usermod_sn_photoresistor.h 
						
						
					 
					
						2024-06-26 11:56:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bee75a4508 
					 
					
						
						
							
							Hide 2D blending styles on non-2D set-up  
						
						 
						
						
						
						
					 
					
						2024-06-23 14:14:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a4ac444bda 
					 
					
						
						
							
							Merge branch '0_15' into blending-styles  
						
						 
						
						
						
						
					 
					
						2024-06-23 14:10:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d13b8c8421 
					 
					
						
						
							
							Move LED_BUILTIN handling to BusManager class  
						
						 
						
						... 
						
						
						
						- reduce max panels 
						
						
					 
					
						2024-06-23 14:09:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0af3063127 
					 
					
						
						
							
							Enhancements  
						
						 
						
						... 
						
						
						
						- edit WiFi TX power (ESP32)
- keep current ledmap ID in UI
- limit outputs in UI based on length
- wifi.ap addition to JSON Info
- relay pin init bugfix
- file editor button in UI 
						
						
					 
					
						2024-06-23 14:08:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rory Hayes 
							
						 
					 
					
						
						
							
						
						17e1975dd8 
					 
					
						
						
							
							add ETH support for LILYGO-POE-Pro  
						
						 
						
						... 
						
						
						
						Also includes minor spelling corrections for CONTRIBUTING.md 
						
						
					 
					
						2024-06-18 16:07:46 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						166eeacab9 
					 
					
						
						
							
							Bump urllib3 from 1.26.18 to 1.26.19  
						
						 
						
						... 
						
						
						
						Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.26.18 to 1.26.19.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.18...1.26.19 )
---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2024-06-18 01:26:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						296df2660a 
					 
					
						
						
							
							Merge branch '0_15' into blending-styles  
						
						 
						
						
						
						
					 
					
						2024-06-16 18:22:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						017169f1a1 
					 
					
						
						
							
							Bump braces from 3.0.2 to 3.0.3  
						
						 
						
						... 
						
						
						
						Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2024-06-16 12:12:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ed0e73803f 
					 
					
						
						
							
							Minor tweaks for ESP8266  
						
						 
						
						... 
						
						
						
						- update was restarting device on some occasions
- a bit of throttling in UI 
						
						
					 
					
						2024-06-14 22:12:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f4475b9d2a 
					 
					
						
						
							
							Dynamic parallel I2S output  
						
						 
						
						... 
						
						
						
						- update NeoPixelBus to v2.8.0
- use single/mono I2S + 4x RMT for 5 outputs or less
- use parallel x8 I2S + 8x RMT for >5 outputs (limit of 300 LEDs per output) 
						
						
					 
					
						2024-06-12 18:00:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brandon502 
							
						 
					 
					
						
						
							
						
						b9849da66e 
					 
					
						
						
							
							Added Cube Mapping tool  
						
						 
						
						
						
						
					 
					
						2024-06-08 13:16:56 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								xkvmoto 
							
						 
					 
					
						
						
							
						
						8a1df9afee 
					 
					
						
						
							
							Update usermod_sn_photoresistor.h  
						
						 
						
						... 
						
						
						
						Allow to configure the analog input pin for the Photoresistor. 
						
						
					 
					
						2024-06-07 19:50:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								wesleygas 
							
						 
					 
					
						
						
							
						
						9cfb56d9c6 
					 
					
						
						
							
							Add LD2410 sensor usermod  
						
						 
						
						
						
						
					 
					
						2024-06-04 21:39:31 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						25ade86994 
					 
					
						
						
							
							Filter/sort bugfix  
						
						 
						
						
						
						
					 
					
						2024-06-04 17:05:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						da484b07f5 
					 
					
						
						
							
							Use transition style for palette and color change  
						
						 
						
						... 
						
						
						
						- as requested by @willmmiles & @tkadauke 
						
						
					 
					
						2024-06-02 21:30:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						20c0916adc 
					 
					
						
						
							
							Merge branch '0_15' into blending-styles  
						
						 
						
						
						
						
					 
					
						2024-06-02 21:25:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c10ec2962b 
					 
					
						
						
							
							Fix custom palette reorder on search  
						
						 
						
						
						
						
					 
					
						2024-06-02 21:25:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						de5632b1cf 
					 
					
						
						
							
							Merge branch '0_15' into blending-styles  
						
						 
						
						
						
						
					 
					
						2024-06-01 17:54:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						1bb06106fd 
					 
					
						
						
							
							Merge pull request  #4001  from DevilPro1/smartnest  
						
						 
						
						... 
						
						
						
						Fixed code of Smartnest and updated documentation 
						
						
					 
					
						2024-06-01 17:52:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						bc18cdbeea 
					 
					
						
						
							
							Merge pull request  #4010  from cstruck/fix_esp32_s3_zero_wifi_not_working  
						
						 
						
						... 
						
						
						
						fix: esp32 s3 zero rev v0.2 wifi not working 
						
						
					 
					
						2024-06-01 14:43:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Struck 
							
						 
					 
					
						
						
							
						
						67df5d6dcc 
					 
					
						
						
							
							fix: ESP32-S3 rev v0.2 seems to need the wifi fix  
						
						 
						
						
						
						
					 
					
						2024-06-01 09:09:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						68a7282b27 
					 
					
						
						
							
							Speed and size optimisations in FX.cpp  
						
						 
						
						... 
						
						
						
						- replace uint8_t and uint16_t with unsigned
- replace in8_t and int16_t with int
- reduces code by 1kB
- WARNING may break effects that rely on overflow/narrow width (most fixed) 
						
						
					 
					
						2024-05-31 15:58:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5732b66c5a 
					 
					
						
						
							
							Add UI error description.  
						
						 
						
						
						
						
					 
					
						2024-05-31 15:50:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								devilpro1 
							
						 
					 
					
						
						
							
						
						f1cce8ef46 
					 
					
						
						
							
							Update readme.md  
						
						 
						
						
						
						
					 
					
						2024-05-29 20:14:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								devilpro1 
							
						 
					 
					
						
						
							
						
						e47932c9aa 
					 
					
						
						
							
							Update usermod_smartnest.h  
						
						 
						
						
						
						
					 
					
						2024-05-29 20:13:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						3a70fb0e15 
					 
					
						
						
							
							Merge pull request  #3897  from muebau/fix_usermod_tetisai  
						
						 
						
						... 
						
						
						
						reset usermod TetrisAI back to initial version 
						
						
					 
					
						2024-05-27 20:22:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								muebau 
							
						 
					 
					
						
						
							
						
						d5da84dcb2 
					 
					
						
						
							
							add more information of the partition table to readme  
						
						 
						
						
						
						
					 
					
						2024-05-27 18:36:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								muebau 
							
						 
					 
					
						
						
							
						
						1bd051d703 
					 
					
						
						
							
							fixed link to partition table  
						
						 
						
						
						
						
					 
					
						2024-05-27 18:15:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								muebau 
							
						 
					 
					
						
						
							
						
						abb55f8e4b 
					 
					
						
						
							
							center the canvas if the segment exceeds the maximum width or height  
						
						 
						
						
						
						
					 
					
						2024-05-27 13:29:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								muebau 
							
						 
					 
					
						
						
							
						
						46f6a257d0 
					 
					
						
						
							
							fixed another throw statement  
						
						 
						
						
						
						
					 
					
						2024-05-26 22:08:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								muebau 
							
						 
					 
					
						
						
							
						
						97e4eec5be 
					 
					
						
						
							
							avoid exceptions to stay compatible with ESP8266  
						
						 
						
						... 
						
						
						
						add limitaion information to readme 
						
						
					 
					
						2024-05-26 21:00:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								muebau 
							
						 
					 
					
						
						
							
						
						69b99abb7d 
					 
					
						
						
							
							improved readme  
						
						 
						
						
						
						
					 
					
						2024-05-26 15:46:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								devilpro1 
							
						 
					 
					
						
						
							
						
						08f6d5a683 
					 
					
						
						
							
							Add files via upload  
						
						 
						
						
						
						
					 
					
						2024-05-26 12:46:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								devilpro1 
							
						 
					 
					
						
						
							
						
						627bea30ed 
					 
					
						
						
							
							Delete usermods/smartnest directory  
						
						 
						
						
						
						
					 
					
						2024-05-26 12:46:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								muebau 
							
						 
					 
					
						
						
							
						
						caf0a5bbe8 
					 
					
						
						
							
							changed the last double variables and values to float and add more hints to readme  
						
						 
						
						
						
						
					 
					
						2024-05-26 11:01:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						501f988b0f 
					 
					
						
						
							
							ESP-NOW usermod hook  
						
						 
						
						
						
						
					 
					
						2024-05-25 20:01:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								muebau 
							
						 
					 
					
						
						
							
						
						5f0c6fce74 
					 
					
						
						
							
							fixed static or global variables  
						
						 
						
						... 
						
						
						
						use of strip.now instead of millis()
use float instead of double
respond to changes in segment size
make effect usable with multible segments 
						
						
					 
					
						2024-05-23 18:51:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								muebau 
							
						 
					 
					
						
						
							
						
						78089107b7 
					 
					
						
						
							
							Merge remote-tracking branch 'upstream/0_15' into fix_usermod_tetisai  
						
						 
						
						
						
						
					 
					
						2024-05-23 16:15:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						f3b0906cea 
					 
					
						
						
							
							Merge pull request  #3993  from gsieben/0_15  
						
						 
						
						... 
						
						
						
						Update wled.h regarding OTA Password 
						
						
					 
					
						2024-05-21 21:22:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						9f581c6181 
					 
					
						
						
							
							Merge pull request  #3994  from gsieben/0_15-Usermod-BME68X-Pull-Request  
						
						 
						
						... 
						
						
						
						Usermod BME68X Sensor Implementation rebased for WLED 0.15 
						
						
					 
					
						2024-05-21 21:20:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						31b232d3f3 
					 
					
						
						
							
							Merge pull request  #3977  from LordMike/feature/aht10_usermod  
						
						 
						
						... 
						
						
						
						Add a usermod for AHT10, AHT15 and AHT20 temperature/humidity sensors 
						
						
					 
					
						2024-05-21 21:20:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						77e6a6de61 
					 
					
						
						
							
							Revert .gitignore  
						
						 
						
						
						
						
					 
					
						2024-05-21 18:23:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						85702a8142 
					 
					
						
						
							
							Merge branch '0_15' into feature/aht10_usermod  
						
						 
						
						
						
						
					 
					
						2024-05-21 18:21:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						0bcdc9641d 
					 
					
						
						
							
							Merge pull request  #3968  from adamsthws/0_15_battery_usermod_readme  
						
						 
						
						... 
						
						
						
						Update Battery usermod documentation 
						
						
					 
					
						2024-05-21 18:17:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						bfd1bdfc64 
					 
					
						
						
							
							Merge branch '0_15' into 0_15-Usermod-BME68X-Pull-Request  
						
						 
						
						
						
						
					 
					
						2024-05-21 18:14:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						c1fed6d469 
					 
					
						
						
							
							Merge pull request  #3986  from LordMike/feature/ina226_usermod  
						
						 
						
						... 
						
						
						
						Add INA226 usermod for reading current and power over i2c 
						
						
					 
					
						2024-05-21 18:12:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabriel Sieben 
							
						 
					 
					
						
						
							
						
						79ffe021e4 
					 
					
						
						
							
							Update usermod_bme68x.h  
						
						 
						
						... 
						
						
						
						One error message was in German 
						
						
					 
					
						2024-05-21 11:41:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						a1c348b365 
					 
					
						
						
							
							---  
						
						 
						
						... 
						
						
						
						updated-dependencies:
- dependency-name: requests
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2024-05-21 05:40:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabriel Sieben 
							
						 
					 
					
						
						
							
						
						904b1f114b 
					 
					
						
						
							
							Merge branch 'Aircoookie:0_15' into 0_15  
						
						 
						
						
						
						
					 
					
						2024-05-20 22:30:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabriel Sieben 
							
						 
					 
					
						
						
							
						
						63f481d498 
					 
					
						
						
							
							Update wled.h  
						
						 
						
						... 
						
						
						
						Accidentally included changes removed. 
						
						
					 
					
						2024-05-20 22:09:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabriel Sieben 
							
						 
					 
					
						
						
							
						
						fc5c19788e 
					 
					
						
						
							
							Update usermod_bme68x.h  
						
						 
						
						
						
						
					 
					
						2024-05-20 14:49:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabriel Sieben 
							
						 
					 
					
						
						
							
						
						56e0bde8ab 
					 
					
						
						
							
							Rebase of the user mode BME68X sensor in WLED 0.15  
						
						 
						
						
						
						
					 
					
						2024-05-20 14:45:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabriel Sieben 
							
						 
					 
					
						
						
							
						
						db2cdca71b 
					 
					
						
						
							
							Revert "First implementation of the user mods for the BME68X sensor in WLED 0.15"  
						
						 
						
						... 
						
						
						
						This reverts commit faa2fba6b9 . 
						
						
					 
					
						2024-05-20 14:25:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabriel Sieben 
							
						 
					 
					
						
						
							
						
						faa2fba6b9 
					 
					
						
						
							
							First implementation of the user mods for the BME68X sensor in WLED 0.15  
						
						 
						
						
						
						
					 
					
						2024-05-20 14:10:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabriel Sieben 
							
						 
					 
					
						
						
							
						
						f727ea2874 
					 
					
						
						
							
							Update wled.h  
						
						 
						
						... 
						
						
						
						OTA_PASS 
						
						
					 
					
						2024-05-20 13:13:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						4a7ef07089 
					 
					
						
						
							
							Fix for  #3991  
						
						 
						
						
						
						
					 
					
						2024-05-20 12:24:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						0df726cdab 
					 
					
						
						
							
							Add note to platformio override sample  
						
						 
						
						
						
						
					 
					
						2024-05-18 15:52:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2f6f0d2f3e 
					 
					
						
						
							
							WLED 0.14.4  
						
						 
						
						
						
						
					 
					
						2024-05-18 15:17:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						fae5938b0a 
					 
					
						
						
							
							Build bump, changelog update  
						
						 
						
						
						
						
					 
					
						2024-05-18 13:01:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2ec3639900 
					 
					
						
						
							
							Merge branch 'main' into 0_15  
						
						 
						
						
						
						
					 
					
						2024-05-18 11:24:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4513404629 
					 
					
						
						
							
							Fix for  #3987  
						
						 
						
						
						
						
					 
					
						2024-05-18 11:15:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						13bfda56ef 
					 
					
						
						
							
							Auto segment creation bugfix  
						
						 
						
						... 
						
						
						
						- additional debug
- minor optimisation 
						
						
					 
					
						2024-05-18 11:11:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						075c164407 
					 
					
						
						
							
							Fix bug in triggered measurements  
						
						 
						
						
						
						
					 
					
						2024-05-17 15:03:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						dcb5049f97 
					 
					
						
						
							
							Move to individual settings for samples and conversion time  
						
						 
						
						
						
						
					 
					
						2024-05-17 14:36:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						d24cf14009 
					 
					
						
						
							
							Triggered & continuous modes  
						
						 
						
						
						
						
					 
					
						2024-05-17 14:36:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						3d34802ab2 
					 
					
						
						
							
							Initial ina226  
						
						 
						
						
						
						
					 
					
						2024-05-17 14:36:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2aec21a6d0 
					 
					
						
						
							
							Palette loading optimisation  
						
						 
						
						... 
						
						
						
						- fixes  #3978 
- FX: Firenoise can use selected palette 
						
						
					 
					
						2024-05-16 06:23:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adam Matthews 
							
						 
					 
					
						
						
							
						
						19ccff9ff1 
					 
					
						
						
							
							Merge branch '0_15' into 0_15_battery_usermod_readme  
						
						 
						
						
						
						
					 
					
						2024-05-15 22:15:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						1dd9c6754c 
					 
					
						
						
							
							Cleanup unecessary struct  
						
						 
						
						
						
						
					 
					
						2024-05-15 21:32:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						f9467ceaf1 
					 
					
						
						
							
							Fix state issue on change reporting, add override sample ini  
						
						 
						
						
						
						
					 
					
						2024-05-15 21:26:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ccce0f2d3b 
					 
					
						
						
							
							Merge branch '0_15' into blending-styles  
						
						 
						
						
						
						
					 
					
						2024-05-15 20:59:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						f51da4f0c4 
					 
					
						
						
							
							Change reporting to be on significant changes  
						
						 
						
						
						
						
					 
					
						2024-05-15 18:56:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						2eff389fff 
					 
					
						
						
							
							Handle feedback  
						
						 
						
						... 
						
						
						
						- Reduce some strings
- Use an unnamed struct to pack the bitfield instead 
						
						
					 
					
						2024-05-15 18:44:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						77ca2ec0e9 
					 
					
						
						
							
							Compiler warning fix  
						
						 
						
						
						
						
					 
					
						2024-05-15 15:35:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						77e6ea8a6f 
					 
					
						
						
							
							Palette loading optimisation  
						
						 
						
						... 
						
						
						
						- fixes  #3978 
- FX: Firenoise can use selected palette 
						
						
					 
					
						2024-05-15 15:34:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						e33299bbd7 
					 
					
						
						
							
							Merge pull request  #3961  from Brandon502/0_15  
						
						 
						
						... 
						
						
						
						Added Pinwheel Expand 1D ->2D effect mapping mode 
						
						
					 
					
						2024-05-15 14:22:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						74e273274c 
					 
					
						
						
							
							Replace 5 booleans with 1 byte flags field  
						
						 
						
						
						
						
					 
					
						2024-05-14 23:15:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						02bf5902f0 
					 
					
						
						
							
							Add MQTT and HASS support for AHT10  
						
						 
						
						
						
						
					 
					
						2024-05-14 22:57:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						5f41de8938 
					 
					
						
						
							
							Merge pull request  #3966  from LordMike/feature/bme280_changeable_i2c  
						
						 
						
						... 
						
						
						
						Add changeable i2c address to BME280 usermod 
						
						
					 
					
						2024-05-14 19:39:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						f71d839009 
					 
					
						
						
							
							Address comments  
						
						 
						
						
						
						
					 
					
						2024-05-14 18:02:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brandon502 
							
						 
					 
					
						
						
							
						
						3cb6b17316 
					 
					
						
						
							
							Pinwheel fix  
						
						 
						
						
						
						
					 
					
						2024-05-14 11:46:52 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brandon502 
							
						 
					 
					
						
						
							
						
						c0cb677a4c 
					 
					
						
						
							
							Pinwheel cleanup  
						
						 
						
						
						
						
					 
					
						2024-05-14 11:30:33 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						a5a6a8eaee 
					 
					
						
						
							
							pinwheel : fix holes on large matrix, minor code cleanup  
						
						 
						
						... 
						
						
						
						there were still two holes in my 52x52 setup --> added "XL" size for bigger than 50x50 - achieves 18fps on 52x52 
						
						
					 
					
						2024-05-14 11:30:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						ecb861de56 
					 
					
						
						
							
							pinwheel code cleanup  
						
						 
						
						... 
						
						
						
						reducing code duplication between sPC and gPC 
						
						
					 
					
						2024-05-14 10:36:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brandon502 
							
						 
					 
					
						
						
							
						
						1d20f18d3f 
					 
					
						
						
							
							Pinwheel bugfix  
						
						 
						
						... 
						
						
						
						Fixed getPixelColor. 
						
						
					 
					
						2024-05-13 17:43:31 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						68f6b3452e 
					 
					
						
						
							
							Initial implementation of the AHT10/AHT15/AHT20 sensors  
						
						 
						
						
						
						
					 
					
						2024-05-13 23:12:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						60075f6e8c 
					 
					
						
						
							
							Avoid storing the settings of bme280 globally  
						
						 
						
						
						
						
					 
					
						2024-05-13 20:22:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						1d7789f544 
					 
					
						
						
							
							pinwheel bugfixing  
						
						 
						
						... 
						
						
						
						* setPixelColor: ensure that 0/0 is used
* getPixelColor: accuracy improvements
unfortunately, "scrolling" audioreactive effects are still not working properly - they end after 1/4 of the circle. Could be due to limited resolution of getPixelColor. 
						
						
					 
					
						2024-05-13 19:27:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						bd10a9aa26 
					 
					
						
						
							
							Change BME280I2C to be reused between configs  
						
						 
						
						
						
						
					 
					
						2024-05-13 18:35:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1ceeed38bc 
					 
					
						
						
							
							Another fix for fix :rolleyes:  
						
						 
						
						
						
						
					 
					
						2024-05-13 14:30:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brandon502 
							
						 
					 
					
						
						
							
						
						2e1e917952 
					 
					
						
						
							
							Merge branch '0_15' of  https://github.com/Brandon502/WLED  into 0_15  
						
						 
						
						
						
						
					 
					
						2024-05-12 17:46:52 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brandon502 
							
						 
					 
					
						
						
							
						
						9e0b91ac17 
					 
					
						
						
							
							Pinwheel changes.  
						
						 
						
						... 
						
						
						
						Jump distance for odd rays fixed. Removed holes on rectangular matrices. 
						
						
					 
					
						2024-05-12 17:46:42 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						ea83ec496b 
					 
					
						
						
							
							pinwheel - parameter tuning to fix some holes  
						
						 
						
						... 
						
						
						
						fixing holes that appeared during testing
* at 52x52 (big 296 -> 304)
* at 24x32 (medium 192 -> 208)
* at 12x16 (small 72 -> 82)
... there is still one hole at 14x16 ... well wtf 
						
						
					 
					
						2024-05-12 23:05:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						f26bb26ffa 
					 
					
						
						
							
							Update FX_fcn.cpp  
						
						 
						
						... 
						
						
						
						* minor cleanup, moved prevRay into setPixelColor
* removed experimental code (too slow)
* comments cleanup 
						
						
					 
					
						2024-05-12 22:35:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						28348f919b 
					 
					
						
						
							
							Merge branch '0_15' into pr/3961  
						
						 
						
						
						
						
					 
					
						2024-05-12 21:30:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brandon502 
							
						 
					 
					
						
						
							
						
						c84d4c637d 
					 
					
						
						
							
							Pinwheel Expand 1D Optimization  
						
						 
						
						... 
						
						
						
						Changed method for drawing odd numbered rays. 
						
						
					 
					
						2024-05-12 11:52:31 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						04706cfa9c 
					 
					
						
						
							
							JS fix & warning  
						
						 
						
						
						
						
					 
					
						2024-05-12 16:34:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						3078bea7cc 
					 
					
						
						
							
							Pinwheel optimization: do nor repaint "same" pixels in a line  
						
						 
						
						... 
						
						
						
						avoids back to back duplicates within the same line 
						
						
					 
					
						2024-05-12 13:29:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						c91e0fc988 
					 
					
						
						
							
							Merge branch '0_15' into pr/3961  
						
						 
						
						
						
						
					 
					
						2024-05-12 13:25:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						5183af4e8a 
					 
					
						
						
							
							Typo.  
						
						 
						
						
						
						
					 
					
						2024-05-12 11:30:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						1ff5cb0596 
					 
					
						
						
							
							Experimental parallel I2S support for ESP32  
						
						 
						
						... 
						
						
						
						- increased outputs to 17
- increased max possible color order overrides
- use WLED_USE_PARALLEL_I2S during compile
WARNING: Do not set up more than 256 LEDs per output when using parallel I2S with NeoPixelBus less than 2.9.0 
						
						
					 
					
						2024-05-12 11:12:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						f441ce9c17 
					 
					
						
						
							
							Merge branch '0_15' into blending-styles  
						
						 
						
						
						
						
					 
					
						2024-05-12 08:12:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						522e5e7957 
					 
					
						
						
							
							Merge pull request  #3964  from adamsthws/0_15_battery_usermod_init_improvement  
						
						 
						
						... 
						
						
						
						Update Usermod: Battery 
						
						
					 
					
						2024-05-11 21:11:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brandon502 
							
						 
					 
					
						
						
							
						
						9e468bd059 
					 
					
						
						
							
							Pinwheel Expand 1D Optimizations  
						
						 
						
						... 
						
						
						
						Added small pinwheel size. Adjusts medium and large values. 
						
						
					 
					
						2024-05-11 13:57:21 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						ecc9443677 
					 
					
						
						
							
							(0_14 branch only) adding compatibility for building with upstream arduinoFFT 2.xx  
						
						 
						
						... 
						
						
						
						support compilation with new arduinoFFT versions 2.x 
						
						
					 
					
						2024-05-11 14:45:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adam Matthews 
							
						 
					 
					
						
						
							
						
						6b8d8bf735 
					 
					
						
						
							
							Update Battery usermod documentation  
						
						 
						
						... 
						
						
						
						Improved wiring, installation and calibration instructions.
Example screenshots added.
Minor grammar improvements.
Heading visual consistency improved.
Improved vertical separation between sections
(separator lines added).
Thankyou! 
						
						
					 
					
						2024-05-11 13:34:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						43d024fe42 
					 
					
						
						
							
							Make BME280 usermod i2c address changeable  
						
						 
						
						
						
						
					 
					
						2024-05-11 12:23:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						c016dedea4 
					 
					
						
						
							
							Merge pull request  #3965  from LordMike/bugfix/usermod_bme280  
						
						 
						
						
						
						
					 
					
						2024-05-11 07:42:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Bisbjerg 
							
						 
					 
					
						
						
							
						
						b9ca2cfe90 
					 
					
						
						
							
							Fix missing conversions of bme280 values  
						
						 
						
						... 
						
						
						
						The BME280 usermod uses a multiply-round-divide approach to cap the temperature/humidity/pressure values to some number of decimals. But the divide-part was missing in a few instances. 
						
						
					 
					
						2024-05-10 22:44:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brandon502 
							
						 
					 
					
						
						
							
						
						d3492b5b6c 
					 
					
						
						
							
							Pinwheel Expand 1D Bug Fix  
						
						 
						
						... 
						
						
						
						Removed holes on 31x31 and 32x32 grids. 
						
						
					 
					
						2024-05-10 16:06:37 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						3682cd6a5e 
					 
					
						
						
							
							Merge pull request  #3913  from Aircoookie/tm1914  
						
						 
						
						... 
						
						
						
						Tm1914 chip support 
						
						
					 
					
						2024-05-10 21:44:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b209b1e481 
					 
					
						
						
							
							Peek on/off fix  
						
						 
						
						
						
						
					 
					
						2024-05-10 16:01:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4afed48f58 
					 
					
						
						
							
							Use libc trigonometric functions on ESP32 by default  
						
						 
						
						... 
						
						
						
						- use custom (space saving) functions on ESP8266 
						
						
					 
					
						2024-05-10 15:59:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brandon502 
							
						 
					 
					
						
						
							
						
						6a18ce078e 
					 
					
						
						
							
							Pinwheel Expand1D changes  
						
						 
						
						... 
						
						
						
						cosf/sinf changed to cos_t/sin_t. int_fast32_t and int_fast_16_t changed to int. 
						
						
					 
					
						2024-05-09 20:38:41 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adam Matthews 
							
						 
					 
					
						
						
							
						
						bc5aadff7d 
					 
					
						
						
							
							Update Usermod: Battery  
						
						 
						
						... 
						
						
						
						Issue:
When taking the initial voltage reading after first powering on, voltage hasn't had chance to stabilize so the reading can be inaccurate, which in turn may incorrectly trigger the low-power preset. (Manifests when the user has selected a low read interval and/or is using a capacitor).
Resolution:
A non-blocking, fixed 10 second delay has been added to the initial voltage reading to give the voltage time to stabilize.
This is a reworked version of the (now closed) PR here:
https://github.com/Aircoookie/WLED/pull/3959 
- Rebased the update for 0_15.
- Added a constant so the delay can be modified via my_config.h.
- Small adjustments to make the PR compatible again after the recent restructuring in this PR: (https://github.com/Aircoookie/WLED/pull/3003 ).
Thankyou! 
						
						
					 
					
						2024-05-09 23:09:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						de89b516dc 
					 
					
						
						
							
							Merge branch '0_15' of  https://github.com/aircoookie/WLED  into 0_15  
						
						 
						
						
						
						
					 
					
						2024-05-10 00:04:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4dbe9a7015 
					 
					
						
						
							
							Antialiased line & circle  
						
						 
						
						
						
						
					 
					
						2024-05-10 00:02:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a320f16404 
					 
					
						
						
							
							Real math fix  
						
						 
						
						
						
						
					 
					
						2024-05-09 23:58:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								gaaat 
							
						 
					 
					
						
						
							
						
						cec7241986 
					 
					
						
						
							
							removed commented variables  
						
						 
						
						
						
						
					 
					
						2024-05-08 15:42:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								gaaat 
							
						 
					 
					
						
						
							
						
						6de77293ad 
					 
					
						
						
							
							Merge branch '0_15' of  https://github.com/Aircoookie/WLED  into esp8266-audioreactive-sync  
						
						 
						
						
						
						
					 
					
						2024-05-08 15:36:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								gaaat 
							
						 
					 
					
						
						
							
						
						0ac53d8353 
					 
					
						
						
							
							initial port of MoonModules/WLED/pull/60 and related commit  
						
						 
						
						
						
						
					 
					
						2024-05-08 15:33:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brandon502 
							
						 
					 
					
						
						
							
						
						da79b93387 
					 
					
						
						
							
							Added Pinwheel Expand 1D Effect  
						
						 
						
						
						
						
					 
					
						2024-05-07 18:04:29 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						b88c300d04 
					 
					
						
						
							
							audioreactive: workaround for ArduinoFFT bug 93  
						
						 
						
						... 
						
						
						
						This fix works around a problem that was solved in upstream ArduinoFFT 2.0.2 
						
						
					 
					
						2024-05-07 23:38:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						88372cd516 
					 
					
						
						
							
							Brighter peek (ignore strip brightness)  
						
						 
						
						
						
						
					 
					
						2024-05-07 16:34:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						b3206121cc 
					 
					
						
						
							
							Merge pull request  #3942  from gaaat98/audioreactive-analog  
						
						 
						
						... 
						
						
						
						Enabled some audioreactive effects for single pixel strips/segments 
						
						
					 
					
						2024-05-07 07:35:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								gaaat98 
							
						 
					 
					
						
						
							
						
						5bccb5fc42 
					 
					
						
						
							
							removed commented checks  
						
						 
						
						
						
						
					 
					
						2024-05-07 00:31:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						47e1cbdaff 
					 
					
						
						
							
							Merge pull request  #3003  from itCarl/usermod-battery-update2023  
						
						 
						
						... 
						
						
						
						Usermod Battery 🔋  Added Support for different battery types, Optimized file structure 
						
						
					 
					
						2024-05-06 20:41:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maximilian Mewes 
							
						 
					 
					
						
						
							
						
						52020cbe26 
					 
					
						
						
							
							CP fix  
						
						 
						
						
						
						
					 
					
						2024-05-06 17:46:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maximilian Mewes 
							
						 
					 
					
						
						
							
						
						d33651c25b 
					 
					
						
						
							
							Update setup method  
						
						 
						
						
						
						
					 
					
						2024-05-06 17:45:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maximilian Mewes 
							
						 
					 
					
						
						
							
						
						18e9f9c304 
					 
					
						
						
							
							Rename Battery classes  
						
						 
						
						
						
						
					 
					
						2024-05-06 17:39:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						2607c44fbb 
					 
					
						
						
							
							make objdump work  
						
						 
						
						... 
						
						
						
						Script update based on latest version from Tasmota
* add support for all esp32 variants
* add "-C" : Decode (demangle) low-level symbol names into user-level C++ names. 
						
						
					 
					
						2024-05-06 11:00:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								gaaat 
							
						 
					 
					
						
						
							
						
						c8a7d44f55 
					 
					
						
						
							
							Merge branch '0_15' of  https://github.com/Aircoookie/WLED  into audioreactive-analog  
						
						 
						
						
						
						
					 
					
						2024-05-06 00:09:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						a6e536189c 
					 
					
						
						
							
							output_bin.py : fix for mapfile copy  
						
						 
						
						... 
						
						
						
						The build script was not looking into the right place, so there was never a .map file dropped into build_output/map/
Builds with the newer arduino-esp32 v2.0.x framework actually generate a .map file that is placed directly next to firmware.bin 
						
						
					 
					
						2024-05-05 21:56:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						3f9a6cae53 
					 
					
						
						
							
							AR: fix for arduinoFFT 2.x API  
						
						 
						
						... 
						
						
						
						in contrast to previous 'dev' versions, the storage for windowWeighingFactors is now managed internally by the arduinoFFT object. 
						
						
					 
					
						2024-05-04 14:34:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						cd5494fdd2 
					 
					
						
						
							
							AR pin config: SCK == 1 --> PDM microphone  
						
						 
						
						
						
						
					 
					
						2024-05-04 14:12:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						5ab1b14d6b 
					 
					
						
						
							
							Merge pull request  #3946  from freakintoddles2/0_15  
						
						 
						
						... 
						
						
						
						Adds an API parameter to allow the user to skip to the next preset in a playlist at any time 
						
						
					 
					
						2024-05-03 23:25:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Todd Meyer 
							
						 
					 
					
						
						
							
						
						379f181362 
					 
					
						
						
							
							Further simplification  
						
						 
						
						
						
						
					 
					
						2024-05-03 11:51:47 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Todd Meyer 
							
						 
					 
					
						
						
							
						
						dd19aa63d0 
					 
					
						
						
							
							Forgot F[], added it  
						
						 
						
						
						
						
					 
					
						2024-05-03 08:47:14 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Todd Meyer 
							
						 
					 
					
						
						
							
						
						6df3b417a9 
					 
					
						
						
							
							Updated based on more feedback  
						
						 
						
						
						
						
					 
					
						2024-05-03 08:30:37 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						fa76431dd6 
					 
					
						
						
							
							Changelog update  
						
						 
						
						
						
						
					 
					
						2024-05-03 16:08:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6504fb68b6 
					 
					
						
						
							
							Minor MQTT optimisation.  
						
						 
						
						
						
						
					 
					
						2024-05-03 15:46:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2ff49cf657 
					 
					
						
						
							
							Fix for  #3952  
						
						 
						
						... 
						
						
						
						- included IR optimisations & code rearrangement 
						
						
					 
					
						2024-05-03 15:45:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						fa1aa1fe80 
					 
					
						
						
							
							Merge pull request  #3944  from paspiz85/pas4  
						
						 
						
						... 
						
						
						
						Using brightness in analog clock overlay 
						
						
					 
					
						2024-05-03 09:56:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						85b95a2940 
					 
					
						
						
							
							Merge pull request  #3945  from w00000dy/Webpage-shortcuts  
						
						 
						
						... 
						
						
						
						Add Webpage shortcuts and Fix resizing bug 
						
						
					 
					
						2024-05-03 09:53:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Todd Meyer 
							
						 
					 
					
						
						
							
						
						5e38039c4d 
					 
					
						
						
							
							Updated based on more feedback  
						
						 
						
						
						
						
					 
					
						2024-05-02 14:36:18 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4df936a437 
					 
					
						
						
							
							Fix for unfortunate prior CRLF coversion.  
						
						 
						
						
						
						
					 
					
						2024-05-02 10:33:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						736a8b1b80 
					 
					
						
						
							
							Fix for rotating tablet into PC mode.  
						
						 
						
						
						
						
					 
					
						2024-05-02 10:31:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pasquale Pizzuti 
							
						 
					 
					
						
						
							
						
						22f6128bc4 
					 
					
						
						
							
							using global brightness  
						
						 
						
						
						
						
					 
					
						2024-05-02 09:05:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								freakintoddles2 
							
						 
					 
					
						
						
							
						
						db475b6998 
					 
					
						
						
							
							Update playlist.cpp  
						
						 
						
						
						
						
					 
					
						2024-05-01 10:09:17 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								freakintoddles2 
							
						 
					 
					
						
						
							
						
						6daf7f6322 
					 
					
						
						
							
							Update wled.cpp  
						
						 
						
						... 
						
						
						
						reworked based on PR feedback 
						
						
					 
					
						2024-05-01 10:07:52 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								freakintoddles2 
							
						 
					 
					
						
						
							
						
						16086c0961 
					 
					
						
						
							
							Update wled.h  
						
						 
						
						... 
						
						
						
						reworked based on feedback from original PR 
						
						
					 
					
						2024-05-01 10:05:26 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								freakintoddles2 
							
						 
					 
					
						
						
							
						
						e88c81ad0d 
					 
					
						
						
							
							Update set.cpp  
						
						 
						
						... 
						
						
						
						reworked based on feedback 
						
						
					 
					
						2024-05-01 10:04:02 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								freakintoddles2 
							
						 
					 
					
						
						
							
						
						a2b9aed40d 
					 
					
						
						
							
							Update playlist.cpp  
						
						 
						
						... 
						
						
						
						reworked approach based on feedback 
						
						
					 
					
						2024-05-01 10:03:16 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								freakintoddles2 
							
						 
					 
					
						
						
							
						
						caa4fe1ec4 
					 
					
						
						
							
							Update json.cpp  
						
						 
						
						... 
						
						
						
						reworked approach based on feedback 
						
						
					 
					
						2024-05-01 10:02:27 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								freakintoddles2 
							
						 
					 
					
						
						
							
						
						25fb878e54 
					 
					
						
						
							
							Update fcn_declare.h  
						
						 
						
						... 
						
						
						
						reworked approach based on feedback 
						
						
					 
					
						2024-05-01 10:01:30 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								freakintoddles2 
							
						 
					 
					
						
						
							
						
						a1d6ffadad 
					 
					
						
						
							
							Update json.cpp  
						
						 
						
						... 
						
						
						
						adds support for np boolean parameter to skip to next preset 
						
						
					 
					
						2024-04-30 16:49:52 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								freakintoddles2 
							
						 
					 
					
						
						
							
						
						3b89814b69 
					 
					
						
						
							
							Update set.cpp  
						
						 
						
						... 
						
						
						
						added new NP command to API to allow user to skip to next preset in a playlist. Example use is win&NP in a preset. 
						
						
					 
					
						2024-04-30 16:33:30 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								freakintoddles2 
							
						 
					 
					
						
						
							
						
						071e0be445 
					 
					
						
						
							
							Update fcn_declare.h  
						
						 
						
						... 
						
						
						
						Updated to add the optional skipNext bool to handlePlaylist() which allows people to skip to the next preset when desired 
						
						
					 
					
						2024-04-30 16:23:43 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								freakintoddles2 
							
						 
					 
					
						
						
							
						
						bed364d75e 
					 
					
						
						
							
							Update playlist.cpp  
						
						 
						
						... 
						
						
						
						Updated to allow a user to optionally skip to the next preset in the playlist anytime they desire. 
						
						
					 
					
						2024-04-30 16:21:40 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						d2984e9e16 
					 
					
						
						
							
							add Webpage shortcuts,  resolves   #2362  
						
						 
						
						
						
						
					 
					
						2024-04-30 18:57:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maximilian Mewes 
							
						 
					 
					
						
						
							
						
						05a8c692f2 
					 
					
						
						
							
							read initial voltage correctly  
						
						 
						
						
						
						
					 
					
						2024-04-30 18:11:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pasquale Pizzuti 
							
						 
					 
					
						
						
							
						
						fd9570e782 
					 
					
						
						
							
							using color_fade  
						
						 
						
						
						
						
					 
					
						2024-04-30 17:52:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maximilian Mewes 
							
						 
					 
					
						
						
							
						
						35d26afcb4 
					 
					
						
						
							
							Merge remote-tracking branch 'upstream/0_15' into usermod-battery-update2023  
						
						 
						
						
						
						
					 
					
						2024-04-30 17:12:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maximilian Mewes 
							
						 
					 
					
						
						
							
						
						2245ee6fce 
					 
					
						
						
							
							bugfixes  
						
						 
						
						
						
						
					 
					
						2024-04-30 17:02:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						ff10130176 
					 
					
						
						
							
							Fix resizing bug  
						
						 
						
						... 
						
						
						
						The bug was that when resizing the window, it always jumped to the Colors tab instead of staying on the currently selected tab. 
						
						
					 
					
						2024-04-30 16:53:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maximilian Mewes 
							
						 
					 
					
						
						
							
						
						a13f1a9bee 
					 
					
						
						
							
							bug fixes  
						
						 
						
						
						
						
					 
					
						2024-04-30 15:24:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maximilian Mewes 
							
						 
					 
					
						
						
							
						
						3cc60fa4d4 
					 
					
						
						
							
							Merge branch 'main' into usermod-battery-update2023  
						
						 
						
						
						
						
					 
					
						2024-04-30 15:01:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maximilian Mewes 
							
						 
					 
					
						
						
							
						
						bd69c24231 
					 
					
						
						
							
							intermediate update  
						
						 
						
						
						
						
					 
					
						2024-04-30 14:54:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pasquale Pizzuti 
							
						 
					 
					
						
						
							
						
						c7d292a716 
					 
					
						
						
							
							using brightness in analog clock overlay  
						
						 
						
						
						
						
					 
					
						2024-04-30 14:09:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								gaaat 
							
						 
					 
					
						
						
							
						
						74bc159a52 
					 
					
						
						
							
							enabled some audioreactive effects for single pixel strips/segments  
						
						 
						
						
						
						
					 
					
						2024-04-29 20:19:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						9f99a1896d 
					 
					
						
						
							
							presets.json PSRAM caching: consider cacheInvalidate  
						
						 
						
						... 
						
						
						
						* trying to make the caching mechanism bulletproof.
`cacheInvalidate` is changed when
- autosave usermod updates presets
- a file was upload
* (coding style) fixed some unitialized variables 
						
						
					 
					
						2024-04-29 16:51:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						8110259d1c 
					 
					
						
						
							
							Merge pull request  #3892  from askask/pollreply  
						
						 
						
						
						
						
					 
					
						2024-04-28 09:32:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						1048bf993a 
					 
					
						
						
							
							use lolin_s3_mini for esp32-S3 4MB buildenv  
						
						 
						
						
						
						
					 
					
						2024-04-27 23:34:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						3eba0f4e0d 
					 
					
						
						
							
							Merge pull request  #3933  from gaaat98/0_15  
						
						 
						
						... 
						
						
						
						Improved brightness change via long button presses 
						
						
					 
					
						2024-04-27 12:53:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								gaaat98 
							
						 
					 
					
						
						
							
						
						d7e0b364d1 
					 
					
						
						
							
							fixed wrong comment  
						
						 
						
						
						
						
					 
					
						2024-04-27 12:25:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						25dd43b949 
					 
					
						
						
							
							Bugfix for bugfix  
						
						 
						
						... 
						
						
						
						- thanks @softhack007 
						
						
					 
					
						2024-04-26 23:49:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8e8ffa30a6 
					 
					
						
						
							
							Merge branch '0_15' into blending-styles  
						
						 
						
						
						
						
					 
					
						2024-04-26 20:45:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						69da2f4b23 
					 
					
						
						
							
							Merge branch '0_15' into tm1914  
						
						 
						
						
						
						
					 
					
						2024-04-26 20:41:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d48bab02a1 
					 
					
						
						
							
							Speed & size optimisations using native sized variables  
						
						 
						
						
						
						
					 
					
						2024-04-26 20:11:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						886120fe9f 
					 
					
						
						
							
							Bugfix  
						
						 
						
						... 
						
						
						
						- getPixelColor() for analog
- RMT channel (#3922 ) 
						
						
					 
					
						2024-04-26 20:07:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								gaaat98 
							
						 
					 
					
						
						
							
						
						bdd4d9f3ff 
					 
					
						
						
							
							set buttonBriDirection as local static  
						
						 
						
						
						
						
					 
					
						2024-04-26 18:23:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								gaaat 
							
						 
					 
					
						
						
							
						
						6276c2f1f5 
					 
					
						
						
							
							improved brightness change via long button presses  
						
						 
						
						
						
						
					 
					
						2024-04-26 16:39:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						b3acc97d03 
					 
					
						
						
							
							Merge pull request  #3920  from Suxsem/relay-3-states  
						
						 
						
						... 
						
						
						
						Relay open drain output (allow esp32 to drive 5v relay modules) 
						
						
					 
					
						2024-04-26 07:06:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Suxsem 
							
						 
					 
					
						
						
							
						
						24bd1db4fc 
					 
					
						
						
							
							"X" span near to the number input field  
						
						 
						
						
						
						
					 
					
						2024-04-26 00:29:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e83d3cb4a3 
					 
					
						
						
							
							Fix for  #3878  
						
						 
						
						
						
						
					 
					
						2024-04-24 16:04:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								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  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5d271d21bc 
					 
					
						
						
							
							INI cleanup  
						
						 
						
						... 
						
						
						
						added 8M ESP32 and 16M ESP32-S3 
						
						
					 
					
						2024-04-23 18:55:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						4e4493e627 
					 
					
						
						
							
							Merge pull request  #3902  from Aircoookie/arduino_2_0_9  
						
						 
						
						... 
						
						
						
						update esp32 platform to arduino-esp32 v2.0.9 
						
						
					 
					
						2024-04-23 15:56:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						1154905818 
					 
					
						
						
							
							upgrading WROVER to use new platform  
						
						 
						
						
						
						
					 
					
						2024-04-23 15:49:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						0d3ea848c2 
					 
					
						
						
							
							"big partition" added - 300KB FS and coredump support(from WLEDMM)  
						
						 
						
						
						
						
					 
					
						2024-04-23 15:27:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						8ffe1e65fd 
					 
					
						
						
							
							audioreactive: arduino-esp32 up to 2.0.14 still has the swapped-channel-bug  
						
						 
						
						
						
						
					 
					
						2024-04-23 15:07:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						127ea7e351 
					 
					
						
						
							
							Fix for  #3926  
						
						 
						
						
						
						
					 
					
						2024-04-23 13:04:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Suxsem 
							
						 
					 
					
						
						
							
						
						34b16f1919 
					 
					
						
						
							
							optimizations  
						
						 
						
						
						
						
					 
					
						2024-04-21 20:02:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Suxsem 
							
						 
					 
					
						
						
							
						
						fa32faf759 
					 
					
						
						
							
							feat(new): relay open drain output  
						
						 
						
						
						
						
					 
					
						2024-04-21 13:37:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6f3d7e76c9 
					 
					
						
						
							
							Fix for  #3919  
						
						 
						
						
						
						
					 
					
						2024-04-19 22:54:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						57665e8964 
					 
					
						
						
							
							audioreactive readme -  removed UM_AUDIOREACTIVE_USE_NEW_FFT  
						
						 
						
						... 
						
						
						
						The customized library is not needed / supported any more in 0_15. 
						
						
					 
					
						2024-04-18 12:16:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5c502b1fe4 
					 
					
						
						
							
							Bump arduinoFFT, organise partitions  
						
						 
						
						
						
						
					 
					
						2024-04-17 22:49:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6d1410741d 
					 
					
						
						
							
							Fix 8266 compile  
						
						 
						
						
						
						
					 
					
						2024-04-17 19:00:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3e20724058 
					 
					
						
						
							
							ArduinoFFT update  
						
						 
						
						... 
						
						
						
						shadow variables 
						
						
					 
					
						2024-04-17 18:52:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						197f47befe 
					 
					
						
						
							
							Merge pull request  #3905  from w00000dy/main  
						
						 
						
						... 
						
						
						
						Set stale lable to 'stale' and increase operations-per-run in stale.yml 
						
						
					 
					
						2024-04-16 20:31:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						d126611e87 
					 
					
						
						
							
							Merge pull request  #3904  from DedeHai/FX_fcn_improvements  
						
						 
						
						... 
						
						
						
						added improvements to color scaling and blurring 
						
						
					 
					
						2024-04-16 17:41:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						1b75be5710 
					 
					
						
						
							
							Update FX_2Dfcn.cpp  
						
						 
						
						... 
						
						
						
						Undo indent 
						
						
					 
					
						2024-04-16 17:37:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						6272969983 
					 
					
						
						
							
							Set stale-pr-label & stale-issue-label to 'stale' in stale.yml  
						
						 
						
						... 
						
						
						
						Hopefully this fixes the error messages that were thrown the last time the action was executed 
						
						
					 
					
						2024-04-16 15:07:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						084fc2fcd1 
					 
					
						
						
							
							bugfix & code formatting, removed color_scale  
						
						 
						
						... 
						
						
						
						also replaced scale8_video with 32bit calculation in color_fade for consistency and speed. 
						
						
					 
					
						2024-04-16 10:43:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						b2e68db380 
					 
					
						
						
							
							Increase operations-per-run in stale.yml again  
						
						 
						
						
						
						
					 
					
						2024-04-15 22:56:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						459156fe57 
					 
					
						
						
							
							added improvements to color scaling and blurring  
						
						 
						
						... 
						
						
						
						-changes save roughly 600bytes of flash
-made blurring faster by not writing the color and then reading it back but keeping it as a variable: on a C3, FX black hole goes from 55FPS to 71FPS
-added optional parameter to blur (smear) that can be used in combination with SEGMENT.clear(), blurring the frame without dimming the current frame (repeated calls without clearing will result in white). this is useful to blur without 'motion blurring' being added
-scale8 is inlined and repeated calls uses flash, plus it is slower than native 32bit, so I added 'color_scale' function which is native 32bit and scales 32bit colors (RGBW). 
						
						
					 
					
						2024-04-15 21:20:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7abfe68458 
					 
					
						
						
							
							Add support for TM1914 chip  
						
						 
						
						
						
						
					 
					
						2024-04-15 16:13:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						442d7a7226 
					 
					
						
						
							
							arduino-esp32 v2.0.9  
						
						 
						
						
						
						
					 
					
						2024-04-15 14:08:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						80ebcb2c28 
					 
					
						
						
							
							Merge pull request  #3901  from w00000dy/main  
						
						 
						
						... 
						
						
						
						Increase operations-per-run in stale.yml 
						
						
					 
					
						2024-04-14 15:47:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9735d1c6f3 
					 
					
						
						
							
							Merge branch '0_15' into blending-styles  
						
						 
						
						
						
						
					 
					
						2024-04-14 15:41:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ef017fd343 
					 
					
						
						
							
							Revert FX.cpp  
						
						 
						
						
						
						
					 
					
						2024-04-14 15:34:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						cd928bc586 
					 
					
						
						
							
							Increase operations-per-run in stale.yml  
						
						 
						
						... 
						
						
						
						Because of this we don't need to run this action 3 times a day 
						
						
					 
					
						2024-04-14 13:14:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						d2b4d25317 
					 
					
						
						
							
							Bump idna from 3.4 to 3.7 ( #3895 )  
						
						 
						
						... 
						
						
						
						Bumps [idna](https://github.com/kjd/idna ) from 3.4 to 3.7.
- [Release notes](https://github.com/kjd/idna/releases )
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst )
- [Commits](https://github.com/kjd/idna/compare/v3.4...v3.7 )
---
updated-dependencies:
- dependency-name: idna
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-04-13 19:38:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						a418cd2a2a 
					 
					
						
						
							
							Activate stale ( #3898 )  
						
						 
						
						... 
						
						
						
						* Update stale.yml
Update pr text
Schedule action 3 times a day
* Delete old .github/stale.yml
* Set exempt-all-milestones to true in stale.yml 
						
						
					 
					
						2024-04-13 19:37:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						94cdd88474 
					 
					
						
						
							
							Version bump B3  
						
						 
						
						... 
						
						
						
						- fix for #3896 
- fix WS2815 current
- conditional AA setPixelColor() 
						
						
					 
					
						2024-04-13 18:25:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								muebau 
							
						 
					 
					
						
						
							
						
						1bdf3876fc 
					 
					
						
						
							
							reset usermod TetrisAI back to initial version  
						
						 
						
						
						
						
					 
					
						2024-04-12 12:00:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						30435e6406 
					 
					
						
						
							
							2D compile fix  
						
						 
						
						
						
						
					 
					
						2024-04-11 20:11:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bd1c06a7a7 
					 
					
						
						
							
							Changelog update  
						
						 
						
						
						
						
					 
					
						2024-04-10 20:06:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						8358272b9a 
					 
					
						
						
							
							Merge pull request  #3876  from w00000dy/main  
						
						 
						
						... 
						
						
						
						Create new stale.yml 
						
						
					 
					
						2024-04-10 19:42:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						ff3cce0ed2 
					 
					
						
						
							
							Merge pull request  #3763  from Aircoookie/new-KITT  
						
						 
						
						... 
						
						
						
						Effect: modified KITT (Scanner) 
						
						
					 
					
						2024-04-10 19:40:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andreas Kling 
							
						 
					 
					
						
						
							
						
						c3787af29d 
					 
					
						
						
							
							Send ArtnetPollReply for Art-Net proxy universe  
						
						 
						
						
						
						
					 
					
						2024-04-09 20:00:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b3810a16cc 
					 
					
						
						
							
							Merge branch '0_15' into blending-styles  
						
						 
						
						
						
						
					 
					
						2024-04-09 16:39:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						38539aac74 
					 
					
						
						
							
							Merge branch '0_15' into new-KITT  
						
						 
						
						
						
						
					 
					
						2024-04-09 16:36:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						58e8346209 
					 
					
						
						
							
							Fix for  #3889  
						
						 
						
						
						
						
					 
					
						2024-04-09 08:25:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ba9ce4adf2 
					 
					
						
						
							
							PIO env. PSRAM fix for S3 & S3 with 4M flash  
						
						 
						
						... 
						
						
						
						- audioreactive always included for S3 & S2 
						
						
					 
					
						2024-04-08 16:32:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a3a8fa1cef 
					 
					
						
						
							
							Remove conditional fade/blend  
						
						 
						
						... 
						
						
						
						- transitions always enabled (use delay 0 to disable)
- optimisation in on/off fade
- fix for palette/color blend when blending style is not fade
- various tweaks and optimisations 
						
						
					 
					
						2024-04-08 16:24:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c6805271e9 
					 
					
						
						
							
							Merge branch '0_15' into blending-styles  
						
						 
						
						
						
						
					 
					
						2024-04-08 15:28:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						bd60fe5a13 
					 
					
						
						
							
							Merge pull request  #3798  from DedeHai/ESP32_S3_TouchFix  
						
						 
						
						... 
						
						
						
						Esp32 s3 touch fix 
						
						
					 
					
						2024-04-07 22:24:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						b72f3baab7 
					 
					
						
						
							
							Update set.cpp  
						
						 
						
						... 
						
						
						
						Compile fix 
						
						
					 
					
						2024-04-07 22:21:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						d1d54ce9c8 
					 
					
						
						
							
							Update cfg.cpp  
						
						 
						
						... 
						
						
						
						Indentation fix 
						
						
					 
					
						2024-04-07 22:15:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						954f26308b 
					 
					
						
						
							
							Update button.cpp  
						
						 
						
						... 
						
						
						
						Indentation fix 
						
						
					 
					
						2024-04-07 22:12:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						1cafa0b33f 
					 
					
						
						
							
							Merge pull request  #3880  from DedeHai/harmonic-random-palette-generator  
						
						 
						
						... 
						
						
						
						Added fix for #3870  
						
						
					 
					
						2024-04-07 22:03:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						18c17168e1 
					 
					
						
						
							
							replaced &0xFFFF with explicit casts  
						
						 
						
						
						
						
					 
					
						2024-04-07 16:07:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						d3a97f1062 
					 
					
						
						
							
							removed detachinterrupt from pin manager, added it to set.cpp instead  
						
						 
						
						
						
						
					 
					
						2024-04-07 13:49:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						d18f078b1e 
					 
					
						
						
							
							Merge pull request  #3887  from gaaat98/0_15  
						
						 
						
						... 
						
						
						
						fix for #3884  
						
						
					 
					
						2024-04-06 16:47:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								gaaat98 
							
						 
					 
					
						
						
							
						
						9ffcde878a 
					 
					
						
						
							
							fix for  #3884  
						
						 
						
						
						
						
					 
					
						2024-04-06 15:40:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						aa970d6ca5 
					 
					
						
						
							
							Extend JSON API info object  
						
						 
						
						... 
						
						
						
						- add "clock" - CPU clock in MHz
- add "flash" - flash size in MB
Fix for #3879  
						
						
					 
					
						2024-04-05 19:26:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						503c68320a 
					 
					
						
						
							
							Bugfix: millis rollover (fix for  #3870 )  
						
						 
						
						... 
						
						
						
						millis()/1000 rollover after 18h was not handled, truncating to 16bits after division fixes it. 
						
						
					 
					
						2024-04-05 07:23:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a106342439 
					 
					
						
						
							
							PICO & WROVER runtime support  
						
						 
						
						... 
						
						
						
						return of GPIO16 
						
						
					 
					
						2024-04-04 23:09:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						00f5471270 
					 
					
						
						
							
							Build bump, changelog udate  
						
						 
						
						
						
						
					 
					
						2024-04-04 21:59:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						3b0e6ec65c 
					 
					
						
						
							
							Merge pull request  #3667  from ccruz09/main  
						
						 
						
						... 
						
						
						
						usermod support for Adafruit MAX17048 module 
						
						
					 
					
						2024-04-04 20:25:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						8691ddc081 
					 
					
						
						
							
							Merge pull request  #3875  from w00000dy/cdata  
						
						 
						
						... 
						
						
						
						Update cdata.js to rebuild if package.json changes 
						
						
					 
					
						2024-04-04 20:21:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f5199d2b73 
					 
					
						
						
							
							Fix compile.  
						
						 
						
						
						
						
					 
					
						2024-04-03 20:55:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0c8d9d5614 
					 
					
						
						
							
							Mode blending styles  
						
						 
						
						... 
						
						
						
						- alternative to #3669  
						
						
					 
					
						2024-04-03 18:38:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						24c5935661 
					 
					
						
						
							
							Fix for missing firmware build  
						
						 
						
						... 
						
						
						
						updated changelog (missing credit) 
						
						
					 
					
						2024-04-03 18:31:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						bff6697690 
					 
					
						
						
							
							Update to AsyncWebServer v2.2.1  
						
						 
						
						
						
						
					 
					
						2024-04-03 18:23:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						02405b4856 
					 
					
						
						
							
							Create stale.yml  
						
						 
						
						
						
						
					 
					
						2024-04-03 12:32:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						78b37b592e 
					 
					
						
						
							
							backup & restore package.json in cdata tests  
						
						 
						
						
						
						
					 
					
						2024-04-02 20:59:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						4db88cf86b 
					 
					
						
						
							
							update cdata.js to rebuild if package.json changes  
						
						 
						
						
						
						
					 
					
						2024-04-02 20:38:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						a7e17eabff 
					 
					
						
						
							
							add cdata test for package.json & fix a small bug  
						
						 
						
						
						
						
					 
					
						2024-04-02 20:12:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						93d9ce18b2 
					 
					
						
						
							
							Merge pull request  #3873  from willmmiles/aws-v2.2.1  
						
						 
						
						... 
						
						
						
						Update to AsyncWebServer v2.2.1 
						
						
					 
					
						2024-04-02 07:13:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						6f7ac93d84 
					 
					
						
						
							
							Update to AsyncWebServer v2.2.1  
						
						 
						
						... 
						
						
						
						Fix use-after-free issue and slightly improve code size.  Note that the
version is changed to a hard pin, so future updates can be validated
before getting picked up by new clones, and old version builds
are reproducible. 
						
						
					 
					
						2024-04-01 11:25:31 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Carlos Cruz 
							
						 
					 
					
						
						
							
						
						fa5d60ca26 
					 
					
						
						
							
							Merge branch '0_15' into main  
						
						 
						
						
						
						
					 
					
						2024-04-01 11:02:02 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						20ed81cd86 
					 
					
						
						
							
							Prefer I2S1 over RMT on ESP32  
						
						 
						
						... 
						
						
						
						- remove Audioreactive limitation 
						
						
					 
					
						2024-03-30 11:02:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						6f38874096 
					 
					
						
						
							
							Merge pull request  #3862  from willmmiles/fix-esp8266-platform-selection  
						
						 
						
						... 
						
						
						
						Fix ESP8266 framework version selection 
						
						
					 
					
						2024-03-29 21:01:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						b7db5be4df 
					 
					
						
						
							
							Merge pull request  #3859  from w00000dy/serg  
						
						 
						
						... 
						
						
						
						Only create bin.gz files for esp8266 
						
						
					 
					
						2024-03-29 21:00:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6d278994ec 
					 
					
						
						
							
							WLED 0.14.3 release  
						
						 
						
						... 
						
						
						
						- Fix for transition 0 (#3854 , #3832 , #3720 )
- copyright year update
- updated AsyncWebServer to v2.2.0 
						
						
					 
					
						2024-03-29 20:05:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						157dbffc59 
					 
					
						
						
							
							Changelog update  
						
						 
						
						
						
						
					 
					
						2024-03-29 18:56:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f21ab3588d 
					 
					
						
						
							
							Individual color channel control for JSON API  
						
						 
						
						... 
						
						
						
						- fixes  #3860 
- debug verbose
- PSRAM detection 
						
						
					 
					
						2024-03-29 16:43:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						2900bda8f9 
					 
					
						
						
							
							Select ESP8266 framework version via platform  
						
						 
						
						... 
						
						
						
						By explicitly listing an unversioned framework dependency in
'platform_packages', we were overriding the selection via the 'platform'
specification, allowing PlatformIO to select any random version.
Remove this line to allow 'platform' to add the framework dependency
with the expected version. 
						
						
					 
					
						2024-03-29 09:33:12 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5f37c19d42 
					 
					
						
						
							
							PSRAM fix & CCT IC  
						
						 
						
						... 
						
						
						
						- prevent PSRAM use on ESP32 rev.1 without compile fix
- add runtime selection for CCT IC (Athom 15W bulb) 
						
						
					 
					
						2024-03-28 16:03:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						6f6356e617 
					 
					
						
						
							
							fix print output for bin.gz file  
						
						 
						
						
						
						
					 
					
						2024-03-27 21:34:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						5d152baac0 
					 
					
						
						
							
							Do not create release_gz folder  
						
						 
						
						
						
						
					 
					
						2024-03-27 21:19:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						d7739f9764 
					 
					
						
						
							
							Revert "Change path for ESP02-binary"  
						
						 
						
						... 
						
						
						
						This reverts commit e3271b8082 . 
						
						
					 
					
						2024-03-26 17:41:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						d6e73fde50 
					 
					
						
						
							
							only create bin.gz files for esp8266  
						
						 
						
						
						
						
					 
					
						2024-03-26 17:34:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						fd149b3f46 
					 
					
						
						
							
							fileDoc removal (optimisation)  
						
						 
						
						
						
						
					 
					
						2024-03-26 17:18:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						d1d45e7166 
					 
					
						
						
							
							Merge pull request  #3850  from w00000dy/GitHub-Actions  
						
						 
						
						... 
						
						
						
						Use npm ci instead of npm install & Remove zlib dependency from package.json 
						
						
					 
					
						2024-03-25 08:46:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4b19759dd6 
					 
					
						
						
							
							Rotary encoder palette count bugfix  
						
						 
						
						
						
						
					 
					
						2024-03-24 20:34:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						47f44680a3 
					 
					
						
						
							
							Multi-update  
						
						 
						
						... 
						
						
						
						- 0.15.0-b2
- WS2805 support (NeoPixelBus 2.7.9)
- generic PSRAM support (ESP32 rev.1 still needs compile fix)
- BREAKING: default LEDPIN 2 (due to PSRAM)
- PinManager optimisations 
						
						
					 
					
						2024-03-24 17:37:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						0a344ada97 
					 
					
						
						
							
							Add bin.gz binaries for 160mhz builds  
						
						 
						
						
						
						
					 
					
						2024-03-24 15:23:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						3b98d01f71 
					 
					
						
						
							
							Merge branch '0_15' into serg  
						
						 
						
						
						
						
					 
					
						2024-03-24 14:42:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						23d8000239 
					 
					
						
						
							
							Remove accidental space in cdata.js  
						
						 
						
						
						
						
					 
					
						2024-03-24 14:34:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						c32ee40ca0 
					 
					
						
						
							
							add node: prefix to Core modules  
						
						 
						
						... 
						
						
						
						The node: prefix makes it clear that you’re importing a built-in module, not a user-defined or third-party module. This can help avoid confusion. 
						
						
					 
					
						2024-03-24 14:19:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						213f45494f 
					 
					
						
						
							
							Merge branch '0_15' into GitHub-Actions  
						
						 
						
						
						
						
					 
					
						2024-03-24 13:38:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						85a51e6c42 
					 
					
						
						
							
							Update requirements.txt to solve CI build errors  
						
						 
						
						... 
						
						
						
						use latest platformIO package, to avoid build errors due to missing 'scons'
> Tool Manager: Installing platformio/tool-scons @ ~4.40400.0 
> Error: Could not find the package with 'platformio/tool-scons @ ~4.40400.0' requirements for your system 'linux_x86_64' 
> Error: Process completed with exit code 1. 
						
						
					 
					
						2024-03-24 12:27:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ecfdc6f0a8 
					 
					
						
						
							
							Bugfixes:  
						
						 
						
						... 
						
						
						
						- #3843 
- #3844 
- network scan on new install
- misc optimization 
						
						
					 
					
						2024-03-22 20:49:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						1c1c3fd832 
					 
					
						
						
							
							Use npm ci instead of npm install  
						
						 
						
						
						
						
					 
					
						2024-03-21 12:03:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						7bafe995e5 
					 
					
						
						
							
							Remove zlib dependency from package.json  
						
						 
						
						
						
						
					 
					
						2024-03-21 12:00:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						3c23672347 
					 
					
						
						
							
							Merge pull request  #3836  from THATDONFC/0_15  
						
						 
						
						... 
						
						
						
						Add SSD1309_64 I2C Support for FLD Usermod 
						
						
					 
					
						2024-03-21 05:48:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								thatdonfc 
							
						 
					 
					
						
						
							
						
						33fe68d7eb 
					 
					
						
						
							
							Revert breaking change  
						
						 
						
						
						
						
					 
					
						2024-03-20 13:48:15 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b031fa1531 
					 
					
						
						
							
							Palette cycling fix.  
						
						 
						
						... 
						
						
						
						Updated getPaletteCount() to return count of all available palettes, including custom ones. 
						
						
					 
					
						2024-03-20 20:12:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						dab4dc3f41 
					 
					
						
						
							
							Merge pull request  #3810  from deece/fw1906_0_15  
						
						 
						
						... 
						
						
						
						Fw1906 Support (based on 0-15) 
						
						
					 
					
						2024-03-20 19:57:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						78096803ea 
					 
					
						
						
							
							Merge branch '0_15' into fw1906_0_15  
						
						 
						
						
						
						
					 
					
						2024-03-20 19:51:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						f1987b9544 
					 
					
						
						
							
							Merge pull request  #3828  from willmmiles/0_15-asyncwebserver-2.2.0-features  
						
						 
						
						... 
						
						
						
						ESPAsyncWebServer 2.2.0 + features 
						
						
					 
					
						2024-03-20 19:50:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						8b6bf08a23 
					 
					
						
						
							
							serveLiveLeds: Use variable buffer size  
						
						 
						
						... 
						
						
						
						Allocate the serialization buffer size at the required length, rather
than always allocating the maximum size. 
						
						
					 
					
						2024-03-19 23:50:32 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						2640203c88 
					 
					
						
						
							
							wled_server: Remove local content type variables  
						
						 
						
						... 
						
						
						
						Use the CONTENT_TYPEs exported by AsyncWebServer directly. 
						
						
					 
					
						2024-03-19 23:46:55 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								thatdonfc 
							
						 
					 
					
						
						
							
						
						2dafa9644f 
					 
					
						
						
							
							Update Readme for Rotary Encoder Usermod  
						
						 
						
						... 
						
						
						
						Add example platformio_override.sample.ini 
						
						
					 
					
						2024-03-19 14:48:51 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								thatdonfc 
							
						 
					 
					
						
						
							
						
						92ebeddcb0 
					 
					
						
						
							
							Update Readme for Four Line Display Usermod  
						
						 
						
						
						
						
					 
					
						2024-03-19 14:48:04 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								thatdonfc 
							
						 
					 
					
						
						
							
						
						ecee073e08 
					 
					
						
						
							
							Fix palette names when palette ID > 58 and not custom  
						
						 
						
						
						
						
					 
					
						2024-03-19 14:04:24 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								thatdonfc 
							
						 
					 
					
						
						
							
						
						6d1b9ffad2 
					 
					
						
						
							
							Add SSD1309_64 I2C Support to FDL Usermod  
						
						 
						
						
						
						
					 
					
						2024-03-19 14:04:09 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						7ee4b54154 
					 
					
						
						
							
							optimize output_bins.py  
						
						 
						
						
						
						
					 
					
						2024-03-19 20:06:09 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						e3271b8082 
					 
					
						
						
							
							Change path for ESP02-binary  
						
						 
						
						
						
						
					 
					
						2024-03-19 18:15:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						c6ff45f959 
					 
					
						
						
							
							Merge branch '0_15' into serg  
						
						 
						
						
						
						
					 
					
						2024-03-19 17:49:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5d3f22e06a 
					 
					
						
						
							
							Changelog update and build bump.  
						
						 
						
						
						
						
					 
					
						2024-03-19 15:18:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						c77f6c5f7b 
					 
					
						
						
							
							Merge pull request  #3711  from muebau/tetris-ai  
						
						 
						
						... 
						
						
						
						Tetris AI usermod 
						
						
					 
					
						2024-03-19 14:44:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						6d03c3a54c 
					 
					
						
						
							
							Merge pull request  #3834  from willmmiles/ddp-no-push  
						
						 
						
						... 
						
						
						
						Support DDP sources that don't PUSH 
						
						
					 
					
						2024-03-19 07:30:58 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						92dc63e5c9 
					 
					
						
						
							
							Merge pull request  #3833  from willmmiles/fix-avgloopmillis  
						
						 
						
						... 
						
						
						
						Fix avgLoopMillis 
						
						
					 
					
						2024-03-19 06:20:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						505d319e01 
					 
					
						
						
							
							Fix avgLoopMillis  
						
						 
						
						
						
						
					 
					
						2024-03-18 19:50:54 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						62f845a94e 
					 
					
						
						
							
							DDP: Support sources that don't push  
						
						 
						
						... 
						
						
						
						If the source never sends the push flag, WLED buffers the update but
never publishes it to the LEDs.  This causes the confusing case where
the peek display shows one thing but the LEDs themselves something else.
Add a static flag that tracks if we've seen a push from the source;
until we do, apply every update as soon as it's received, per the DDP
specification. 
						
						
					 
					
						2024-03-18 19:49:26 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7a9eff7f35 
					 
					
						
						
							
							Fix.  
						
						 
						
						
						
						
					 
					
						2024-03-18 20:23:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b849ea8eaa 
					 
					
						
						
							
							Fix for  #3827  
						
						 
						
						
						
						
					 
					
						2024-03-18 20:01:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								muebau 
							
						 
					 
					
						
						
							
						
						f1635fa302 
					 
					
						
						
							
							Merge branch '0_15' into tetris-ai  
						
						 
						
						
						
						
					 
					
						2024-03-18 13:21:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						6110b72b87 
					 
					
						
						
							
							Merge pull request  #3831  from willmmiles/missing-ir-disable  
						
						 
						
						... 
						
						
						
						getSettingsJS: Fix missing DISABLE_INFRARED guard 
						
						
					 
					
						2024-03-18 08:00:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						247de600af 
					 
					
						
						
							
							Fix missing GIF enable macros  
						
						 
						
						
						
						
					 
					
						2024-03-17 22:57:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						3e60d3d96e 
					 
					
						
						
							
							Working GIF support  
						
						 
						
						
						
						
					 
					
						2024-03-17 22:24:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						6de617ecd5 
					 
					
						
						
							
							getSettingsJS: Fix missing DISABLE_INFRARED guard  
						
						 
						
						
						
						
					 
					
						2024-03-17 16:28:09 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7c8df97968 
					 
					
						
						
							
							Merge branch 'main' into 0_15  
						
						 
						
						
						
						
					 
					
						2024-03-17 12:21:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						acf6736afd 
					 
					
						
						
							
							WLED 0.14.2 release  
						
						 
						
						
						
						
					 
					
						2024-03-17 11:52:09 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						5f2480c3d9 
					 
					
						
						
							
							serveLiveLeds: Use dynamic buffer  
						
						 
						
						... 
						
						
						
						There were three problems here:
- AsyncWebServer is going to copy to a heap buffer anyways, so we might
   as well just pass it one it can use
- The buffer size estimate was wrong -- we need 9 bytes per pixel
   ("RRGGBB",), so the buffer could overflow, and it was not
   considering the extra 2D requirements
- On ESP8266, the stack allocation was overflowing the stack, causing
  corruption and crashes. 
						
						
					 
					
						2024-03-16 12:16:36 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						0593a078c6 
					 
					
						
						
							
							handleFileRead: Leverage AWS code  
						
						 
						
						... 
						
						
						
						No need to filter or look up content type, just pitch it over the wall.
Also fixes .gz'd content processing. 
						
						
					 
					
						2024-03-16 12:12:48 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						323c70dcdf 
					 
					
						
						
							
							Update for new AsyncWebSocketBuffer  
						
						 
						
						... 
						
						
						
						Eliminate the extra indirection and allocate shared buffers directly. 
						
						
					 
					
						2024-03-16 12:12:48 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						a1b0f84444 
					 
					
						
						
							
							Pass PROGMEM type to server.on()  
						
						 
						
						... 
						
						
						
						Rather than relying on the exception handler, indicate the
__FlashStringHelper type so the correct String constructor is
used. 
						
						
					 
					
						2024-03-16 12:12:48 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						df6c271830 
					 
					
						
						
							
							Use web server ContentType symbols  
						
						 
						
						... 
						
						
						
						These were mostly PROGMEM already, but every little bit helps. 
						
						
					 
					
						2024-03-16 12:12:48 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						12bf04826a 
					 
					
						
						
							
							Update ESPAsyncWebServer to v2.2.0  
						
						 
						
						
						
						
					 
					
						2024-03-16 12:12:48 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						52a1b0453c 
					 
					
						
						
							
							MQTT cleanup & reduction  
						
						 
						
						
						
						
					 
					
						2024-03-16 15:26:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0dcb56eab5 
					 
					
						
						
							
							Modify Bus & BusManager to accommodate digital CCT  
						
						 
						
						... 
						
						
						
						- additional fix in hasWhite() & setCCT() & hasCCT() 
						
						
					 
					
						2024-03-16 12:36:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						a42f78b08b 
					 
					
						
						
							
							Update CONTRIBUTING.md  
						
						 
						
						... 
						
						
						
						Trying to explain why any PR should have a`description` 
						
						
					 
					
						2024-03-14 20:27:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						505768db04 
					 
					
						
						
							
							Some fixes & implement recommendation from @Aircoookie  
						
						 
						
						... 
						
						
						
						https://github.com/Aircoookie/WLED/pull/3298#issuecomment-1651910418  
						
						
					 
					
						2024-03-13 20:44:34 +11:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Robert 
							
						 
					 
					
						
						
							
						
						c74db95c14 
					 
					
						
						
							
							Add FW1906 support  
						
						 
						
						
						
						
					 
					
						2024-03-13 20:44:33 +11:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Robert 
							
						 
					 
					
						
						
							
						
						af3f27feae 
					 
					
						
						
							
							Move CTT calculation from BusPwm to Bus class.  
						
						 
						
						... 
						
						
						
						This enable it to other bus types. 
						
						
					 
					
						2024-03-13 20:26:58 +11:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7b366d49d2 
					 
					
						
						
							
							Effect: 2D Drift gets original twin option  
						
						 
						
						
						
						
					 
					
						2024-03-12 21:23:09 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						88b30e7e28 
					 
					
						
						
							
							Merge pull request  #3816  from BaptisteHudyma/3813-fix-the-drift-animation-0_15  
						
						 
						
						... 
						
						
						
						fix the 2d drift animation 
						
						
					 
					
						2024-03-12 20:59:19 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								BaptisteHudyma 
							
						 
					 
					
						
						
							
						
						05c0febd04 
					 
					
						
						
							
							fix the 2d drift animation  
						
						 
						
						
						
						
					 
					
						2024-03-12 12:01:25 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9d70ec56f2 
					 
					
						
						
							
							Distinguish 160MHz binaries  
						
						 
						
						
						
						
					 
					
						2024-03-11 23:22:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7f8ec59939 
					 
					
						
						
							
							Changelog update  
						
						 
						
						
						
						
					 
					
						2024-03-11 23:08:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0398ec40b7 
					 
					
						
						
							
							Merge branch 'main' into v0142-beta2  
						
						 
						
						
						
						
					 
					
						2024-03-11 23:00:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f55465f8b8 
					 
					
						
						
							
							Fix AsyncWebServer library  
						
						 
						
						
						
						
					 
					
						2024-03-11 18:02:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a4384bd340 
					 
					
						
						
							
							Simpler boot preset save  
						
						 
						
						... 
						
						
						
						- fixes  #3806  
						
						
					 
					
						2024-03-11 17:59:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a2368a75f7 
					 
					
						
						
							
							Fix AsynWebServer lib  
						
						 
						
						... 
						
						
						
						Add 160MHz builds for ESP8266 
						
						
					 
					
						2024-03-11 17:41:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						68e5e74882 
					 
					
						
						
							
							Fix expanded preset low width  
						
						 
						
						... 
						
						
						
						Fix spaces missing in HTML somehow
Update copyright year 
						
						
					 
					
						2024-03-10 21:52:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						b2afac8914 
					 
					
						
						
							
							GIFs work again in principle  
						
						 
						
						
						
						
					 
					
						2024-03-10 21:36:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						0637c1c9d4 
					 
					
						
						
							
							bugfixes  
						
						 
						
						... 
						
						
						
						-added minimum threshold, had some crashes when setting threshold to zero before
-moved interrupt detach to GPIO deallocation where it belongs
-added check for touchbutton before detaching interrupt
-moved thochThreshold readout up so it gets updated before passing it to the system call 
						
						
					 
					
						2024-03-10 19:44:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						0453a5fb3d 
					 
					
						
						
							
							added interrupt detach to cfg.cpp  
						
						 
						
						
						
						
					 
					
						2024-03-10 16:54:25 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						3ad56ea103 
					 
					
						
						
							
							GIF testing  
						
						 
						
						
						
						
					 
					
						2024-03-10 14:34:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						6322ab9f07 
					 
					
						
						
							
							.  
						
						 
						
						
						
						
					 
					
						2024-03-09 22:00:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						21d0f10dd7 
					 
					
						
						
							
							Fix AR compilation  
						
						 
						
						
						
						
					 
					
						2024-03-09 21:59:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						51b9e81c3d 
					 
					
						
						
							
							Fix missing spaces in info page  
						
						 
						
						
						
						
					 
					
						2024-03-09 21:48:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						7723011594 
					 
					
						
						
							
							Update CONTRIBUTING.md  
						
						 
						
						
						
						
					 
					
						2024-03-09 21:32:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						91c11a18e0 
					 
					
						
						
							
							Update CONTRIBUTING.md  
						
						 
						
						
						
						
					 
					
						2024-03-09 21:31:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						215ba35fe1 
					 
					
						
						
							
							Make ASCII art in build script more like WLED logo  
						
						 
						
						
						
						
					 
					
						2024-03-09 20:56:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						7e17011ebc 
					 
					
						
						
							
							Revert "Merge branch 'gif' into 0_15"  
						
						 
						
						... 
						
						
						
						This reverts commit cb5eb9edc7 , reversing
changes made to da5c12f466 . 
						
						
					 
					
						2024-03-09 20:00:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						1f25edc737 
					 
					
						
						
							
							Merge pull request  #3805  from Aircoookie/0_15  
						
						 
						
						... 
						
						
						
						update gif with new changes 
						
						
					 
					
						2024-03-09 19:44:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Carlos Cruz 
							
						 
					 
					
						
						
							
						
						ab13db73e7 
					 
					
						
						
							
							Added files to usermod directory and changes to platform.ini to support Adafruit MAX17048 module. ( #2 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: Azots <78281612+Azots@users.noreply.github.com > 
						
						
					 
					
						2024-03-09 13:06:30 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						cb5eb9edc7 
					 
					
						
						
							
							Merge branch 'gif' into 0_15  
						
						 
						
						
						
						
					 
					
						2024-03-09 18:23:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						509675fe66 
					 
					
						
						
							
							added touch interrupt activation to set.cpp for S2/S3  
						
						 
						
						
						
						
					 
					
						2024-03-09 16:03:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						da5c12f466 
					 
					
						
						
							
							Segment UI bugfix.  
						
						 
						
						
						
						
					 
					
						2024-03-09 12:37:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f2ad10bbce 
					 
					
						
						
							
							Limit max frequency to 64k  
						
						 
						
						
						
						
					 
					
						2024-03-08 18:11:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						99a7bece2e 
					 
					
						
						
							
							Build bump & changlog update  
						
						 
						
						
						
						
					 
					
						2024-03-07 21:43:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b305fd8865 
					 
					
						
						
							
							Fix for ArduinoFFT  
						
						 
						
						
						
						
					 
					
						2024-03-07 20:52:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c0beb621e2 
					 
					
						
						
							
							Better low brightness level PWM handling  
						
						 
						
						... 
						
						
						
						Additional string optimisation 
						
						
					 
					
						2024-03-07 20:21:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						da6d64e581 
					 
					
						
						
							
							Multiple fixes  
						
						 
						
						... 
						
						
						
						- compile time button configuration #3792 
- remove IR config if not compiled
- additional string optimisations 
						
						
					 
					
						2024-03-05 16:27:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						a6d58ee360 
					 
					
						
						
							
							Merge pull request  #3790  from WoodyLetsCode/fix-preset-sorting  
						
						 
						
						... 
						
						
						
						Fix preset sorting 
						
						
					 
					
						2024-03-05 11:38:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						2a480ab7db 
					 
					
						
						
							
							Revert "fix preset sorting reordering bug"  
						
						 
						
						... 
						
						
						
						This reverts commit f25fadafd8 . 
						
						
					 
					
						2024-03-05 11:30:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						5c09ee29db 
					 
					
						
						
							
							removed notes  
						
						 
						
						
						
						
					 
					
						2024-03-04 14:42:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						15526bd6e8 
					 
					
						
						
							
							some tuning for touch buttons on S2/S3  
						
						 
						
						... 
						
						
						
						now better fits the default threshold value of 32 
						
						
					 
					
						2024-03-04 14:38:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						c8f48168b4 
					 
					
						
						
							
							fixed touch buttons for ESP32 S2 and S3  
						
						 
						
						... 
						
						
						
						touch is implemented differently on S2 and S3, these changes make touch buttons work on S2 and S3 
						
						
					 
					
						2024-03-04 14:38:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						d937d473f9 
					 
					
						
						
							
							Merge pull request  #3737  from WoodyLetsCode/GitHub-Actions  
						
						 
						
						... 
						
						
						
						Update setup-node and cache usermods in wled-ci.yml 
						
						
					 
					
						2024-03-04 07:00:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						66f14c6343 
					 
					
						
						
							
							restore default preset sorting if no search term is entered  
						
						 
						
						
						
						
					 
					
						2024-03-03 15:58:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						f25fadafd8 
					 
					
						
						
							
							fix preset sorting reordering bug  
						
						 
						
						
						
						
					 
					
						2024-03-03 15:16:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						d9b0df94e2 
					 
					
						
						
							
							LockedJsonResponse: Release early if possible  
						
						 
						
						... 
						
						
						
						Release the json buffer lock as soon as we've finished serializing.
This should slightly reduce the number of lock collisions as the
response class isn't destructed until after the last packet is ack'd. 
						
						
					 
					
						2024-03-03 10:58:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						200d11ca99 
					 
					
						
						
							
							Revert "Fix preset sorting"  
						
						 
						
						... 
						
						
						
						This reverts commit 00038453e1 . 
						
						
					 
					
						2024-03-02 21:56:25 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						f8c48ef60a 
					 
					
						
						
							
							Merge pull request  #3760  from willmmiles/json-response-early-unlock  
						
						 
						
						... 
						
						
						
						LockedJsonResponse: Release early if possible 
						
						
					 
					
						2024-03-02 14:29:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1fc0680c71 
					 
					
						
						
							
							160MHz clock & alternate AWS  
						
						 
						
						
						
						
					 
					
						2024-03-02 14:12:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						ec4afb2cbc 
					 
					
						
						
							
							Merge pull request  #3616  from demophoon/dmx-segment-options-expanded  
						
						 
						
						... 
						
						
						
						Add additional segment options when controlling over e1.31 
						
						
					 
					
						2024-03-01 16:28:19 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a2a632c415 
					 
					
						
						
							
							Variable PWM duty cycle resolution  
						
						 
						
						
						
						
					 
					
						2024-03-01 14:36:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						962e64106c 
					 
					
						
						
							
							A few more PROGMEM optimisations  
						
						 
						
						
						
						
					 
					
						2024-03-01 14:36:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						c40b6088ee 
					 
					
						
						
							
							Merge pull request  #3783  from shammy642/virtual-artnet-rgbw  
						
						 
						
						... 
						
						
						
						Add virtual Art-Net RGBW option 
						
						
					 
					
						2024-02-29 14:57:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								shammy642 
							
						 
					 
					
						
						
							
						
						0d1a254ca8 
					 
					
						
						
							
							Changed values to 89  
						
						 
						
						
						
						
					 
					
						2024-02-29 12:47:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								shammy642 
							
						 
					 
					
						
						
							
						
						fdbcb61a12 
					 
					
						
						
							
							Rebased to 0.15  
						
						 
						
						
						
						
					 
					
						2024-02-29 08:27:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6435cb1466 
					 
					
						
						
							
							Fix for missing string in OTA  
						
						 
						
						
						
						
					 
					
						2024-02-28 20:25:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4739cfab9a 
					 
					
						
						
							
							JS ABL optimisation  
						
						 
						
						
						
						
					 
					
						2024-02-28 18:14:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						00a73e9cc8 
					 
					
						
						
							
							ABL display bugfix  
						
						 
						
						
						
						
					 
					
						2024-02-27 21:21:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0ff5dec004 
					 
					
						
						
							
							Reposition upload warning message.  
						
						 
						
						... 
						
						
						
						Fixes  #3778  
						
						
					 
					
						2024-02-27 15:59:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						07a15883bd 
					 
					
						
						
							
							Cleanup comments  
						
						 
						
						
						
						
					 
					
						2024-02-26 23:23:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						2bd1e81917 
					 
					
						
						
							
							Default to mrfaptastic pinout  
						
						 
						
						
						
						
					 
					
						2024-02-26 23:19:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						755f91f5ab 
					 
					
						
						
							
							Remove referece to MM  
						
						 
						
						
						
						
					 
					
						2024-02-26 21:16:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						7603b5a56c 
					 
					
						
						
							
							Remove getMaxPixels  
						
						 
						
						
						
						
					 
					
						2024-02-26 19:35:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						7ef84cfbfe 
					 
					
						
						
							
							Add HUB75 support  
						
						 
						
						
						
						
					 
					
						2024-02-26 19:29:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						41129cf379 
					 
					
						
						
							
							Sqeeze every byte  
						
						 
						
						
						
						
					 
					
						2024-02-25 17:08:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						c8c394b4e9 
					 
					
						
						
							
							TZ_TABLE: Add missing const  
						
						 
						
						
						
						
					 
					
						2024-02-20 18:33:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						59886a1528 
					 
					
						
						
							
							Move timezone table to PROGMEM  
						
						 
						
						
						
						
					 
					
						2024-02-20 18:33:09 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						a28d2c869f 
					 
					
						
						
							
							Merge pull request  #3766  from willmmiles/tztable-progmem  
						
						 
						
						... 
						
						
						
						Move timezone table to PROGMEM, saving ~200 bytes of RAM on 8266. 
						
						
					 
					
						2024-02-20 17:09:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						6f1fff44fa 
					 
					
						
						
							
							TZ_TABLE: Add missing const  
						
						 
						
						
						
						
					 
					
						2024-02-19 09:48:34 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						108978d1a5 
					 
					
						
						
							
							Move timezone table to PROGMEM  
						
						 
						
						
						
						
					 
					
						2024-02-18 21:23:53 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a4733b4d91 
					 
					
						
						
							
							Move strings into flash  
						
						 
						
						
						
						
					 
					
						2024-02-18 14:25:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						66f4671ec0 
					 
					
						
						
							
							Move strings into flash  
						
						 
						
						
						
						
					 
					
						2024-02-18 14:09:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c932621b5d 
					 
					
						
						
							
							string fix  
						
						 
						
						
						
						
					 
					
						2024-02-17 15:00:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						21173dc907 
					 
					
						
						
							
							Fixing a potential array bounds violation in ESPDMX  
						
						 
						
						... 
						
						
						
						DMXESPSerial::write and DMXESPSerial::read could access DMXDataStore[512] -   one more than the allocated number of elements (i.e. 0...511]. 
						
						
					 
					
						2024-02-17 13:05:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f2c30ba3f7 
					 
					
						
						
							
							Effect: modified KITT (Scanner)  
						
						 
						
						... 
						
						
						
						- add delay
- add dual checkmark
- rename Fade rate to Trail (inverse)
- makes Scanner Dual obsolete 
						
						
					 
					
						2024-02-17 12:58:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						989bdfb0d5 
					 
					
						
						
							
							Reduce string RAM usage for ESP8266 debug builds  
						
						 
						
						
						
						
					 
					
						2024-02-17 11:33:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5761dce957 
					 
					
						
						
							
							JSON buffer lock error messages  
						
						 
						
						... 
						
						
						
						Reduce wait time for lock to 100ms 
						
						
					 
					
						2024-02-17 11:30:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						95e2e574b8 
					 
					
						
						
							
							ESP-NOW packet modification  
						
						 
						
						... 
						
						
						
						- include up to 5 segments in 1st packet
- header contains total number of packets (instead of segments)
web server code reorganise 
						
						
					 
					
						2024-02-15 20:40:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						c789d80ce5 
					 
					
						
						
							
							LockedJsonResponse: Release early if possible  
						
						 
						
						... 
						
						
						
						Release the json buffer lock as soon as we've finished serializing.
This should slightly reduce the number of lock collisions as the
response class isn't destructed until after the last packet is ack'd. 
						
						
					 
					
						2024-02-14 19:37:34 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						8422ffcd19 
					 
					
						
						
							
							Fixing a potential array bounds violation in ESPDMX  
						
						 
						
						... 
						
						
						
						DMXESPSerial::write and DMXESPSerial::read could access DMXDataStore[512] -   one more than the allocated number of elements (i.e. 0...511]. 
						
						
					 
					
						2024-02-15 00:53:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								lost-hope 
							
						 
					 
					
						
						
							
						
						2d30535b69 
					 
					
						
						
							
							Fixing stairway usermod and adding buildflags  
						
						 
						
						
						
						
					 
					
						2024-02-14 09:56:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						0a815179a2 
					 
					
						
						
							
							Merge pull request  #3758  from lost-hope/main  
						
						 
						
						... 
						
						
						
						Fixing stairway usermod and adding buildflags 
						
						
					 
					
						2024-02-14 09:45:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						aa24e5d284 
					 
					
						
						
							
							Preset caching on chips with PSRAM  
						
						 
						
						... 
						
						
						
						- credit @akaricchi 
						
						
					 
					
						2024-02-13 11:12:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								lost-hope 
							
						 
					 
					
						
						
							
						
						23aad24027 
					 
					
						
						
							
							Fixing stairway usermod and adding buildflags  
						
						 
						
						... 
						
						
						
						Fixing Stairway:
missing setup function
Adding builflags:
USERMOD_STAIRCASE_WIPE to install the usermod 
						
						
					 
					
						2024-02-12 22:41:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7ae5459fe7 
					 
					
						
						
							
							0.14.2-b1  
						
						 
						
						
						
						
					 
					
						2024-02-12 13:29:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0a8a88421e 
					 
					
						
						
							
							Possible fix for  #3589  & partial fix for  #3605  
						
						 
						
						
						
						
					 
					
						2024-02-12 13:20:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4f42a176ef 
					 
					
						
						
							
							Prevent JSON buffer clear after failed lock attempt  
						
						 
						
						... 
						
						
						
						(alternative to #3743 ) 
						
						
					 
					
						2024-02-11 20:12:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4457067045 
					 
					
						
						
							
							Multiple analog button fix for  #3549  
						
						 
						
						
						
						
					 
					
						2024-02-10 11:47:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e7dc2048ad 
					 
					
						
						
							
							Multiple analog button fix for  #3549  
						
						 
						
						
						
						
					 
					
						2024-02-10 11:45:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						af6094bb06 
					 
					
						
						
							
							Bump  
						
						 
						
						
						
						
					 
					
						2024-02-09 22:58:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						0ab139cb24 
					 
					
						
						
							
							Merge pull request  #3560  from roelbroersma/usermod_v2_HttpPullLightControl_0.0.5  
						
						 
						
						... 
						
						
						
						Usermod:  httpPullLightControl v0.0.5 (supersede v0.0.4) 
						
						
					 
					
						2024-02-09 22:42:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						500a7301f2 
					 
					
						
						
							
							Fix merge error  
						
						 
						
						
						
						
					 
					
						2024-02-09 22:37:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c92cef1780 
					 
					
						
						
							
							Merge branch '0_15' into usermod_v2_HttpPullLightControl_0.0.5  
						
						 
						
						
						
						
					 
					
						2024-02-09 22:34:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						49ceac1ac7 
					 
					
						
						
							
							Add "RGB2Go Tetra" Ethernet  
						
						 
						
						
						
						
					 
					
						2024-02-09 22:21:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						276a93605d 
					 
					
						
						
							
							Multiupdate  
						
						 
						
						... 
						
						
						
						- allow DMX for S2 & C3 (ESPDMX, needs testing)
- (debug) string cleanup & optimisation
- WLED_BRAND for AP SSID 
						
						
					 
					
						2024-02-09 22:15:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0150c3fe23 
					 
					
						
						
							
							Undo flash string in DMX  
						
						 
						
						
						
						
					 
					
						2024-02-08 23:35:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						34674501c3 
					 
					
						
						
							
							Remove throttling from UI  
						
						 
						
						
						
						
					 
					
						2024-02-08 19:33:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f6206d4c30 
					 
					
						
						
							
							Web server string optimisation  
						
						 
						
						... 
						
						
						
						(saves 140B of RAM on ESP8266)
ETag bugfix 
						
						
					 
					
						2024-02-08 19:32:23 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6dcd9596a2 
					 
					
						
						
							
							Prevent JSON buffer clear after failed lock attempt  
						
						 
						
						... 
						
						
						
						(alternative to #3743 ) 
						
						
					 
					
						2024-02-07 18:58:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e165838e54 
					 
					
						
						
							
							PIR readme update.  
						
						 
						
						
						
						
					 
					
						2024-02-07 18:03:58 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						eae1707e97 
					 
					
						
						
							
							Merge pull request  #3750  from Moustachauve/product-data-0_15  
						
						 
						
						... 
						
						
						
						Allow product information to be specified at build time 
						
						
					 
					
						2024-02-07 13:20:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christophe Gagnier 
							
						 
					 
					
						
						
							
						
						ed2950f73b 
					 
					
						
						
							
							Allow product information to be specified at build time  
						
						 
						
						
						
						
					 
					
						2024-02-07 02:09:03 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7eae8f68d8 
					 
					
						
						
							
							Merge branch 'main' into 0_15  
						
						 
						
						
						
						
					 
					
						2024-02-06 14:47:20 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						0ab2d18b52 
					 
					
						
						
							
							Merge pull request  #3729  from DedeHai/harmonic-random-palette-generator  
						
						 
						
						... 
						
						
						
						added function to generate random palette based on harmonic color theory 
						
						
					 
					
						2024-02-06 13:16:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8ab621bc91 
					 
					
						
						
							
							Another unsigned  
						
						 
						
						
						
						
					 
					
						2024-02-06 11:43:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						41e51bbeb5 
					 
					
						
						
							
							Configuration item for harmonic palettes  
						
						 
						
						... 
						
						
						
						Comment cleanup 
						
						
					 
					
						2024-02-06 11:06:23 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						66d9e8c038 
					 
					
						
						
							
							Merge branch '0_15' into harmonic-random-palette-generator  
						
						 
						
						
						
						
					 
					
						2024-02-06 10:53:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f5e47b2b74 
					 
					
						
						
							
							Fix compiler warning  
						
						 
						
						
						
						
					 
					
						2024-02-06 10:17:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						678a823e8b 
					 
					
						
						
							
							PULLDOWN fix  
						
						 
						
						
						
						
					 
					
						2024-02-05 22:21:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						246746a82e 
					 
					
						
						
							
							Multi PIR usermod  
						
						 
						
						
						
						
					 
					
						2024-02-05 22:13:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						00038453e1 
					 
					
						
						
							
							Fix preset sorting  
						
						 
						
						
						
						
					 
					
						2024-02-03 19:24:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9ce485eade 
					 
					
						
						
							
							Ignore missing remote.json  
						
						 
						
						
						
						
					 
					
						2024-02-03 14:40:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8a6ff5a42b 
					 
					
						
						
							
							UI fixes and refinements  
						
						 
						
						
						
						
					 
					
						2024-02-03 14:40:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						1eaac0072d 
					 
					
						
						
							
							Add a separate folder for .gz release files  
						
						 
						
						
						
						
					 
					
						2024-02-03 00:44:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						35716a7e4c 
					 
					
						
						
							
							Cache usermods in wled-ci.yml  
						
						 
						
						
						
						
					 
					
						2024-02-01 20:44:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						e0f89beebb 
					 
					
						
						
							
							slight change to color parameters  
						
						 
						
						... 
						
						
						
						added more white, changed function return value of fully random palette function 
						
						
					 
					
						2024-02-01 20:06:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b8bf2a707c 
					 
					
						
						
							
							Remove obsolete usermods  
						
						 
						
						... 
						
						
						
						- mode sort
- 4LD (non ALT)
- Rotary encoder (non ALT) 
						
						
					 
					
						2024-02-01 18:53:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						7d616be8f4 
					 
					
						
						
							
							Update setup-node in wled-ci.yml  
						
						 
						
						
						
						
					 
					
						2024-02-01 18:41:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0a7e9f9f8f 
					 
					
						
						
							
							Build bump and ghanglog update  
						
						 
						
						
						
						
					 
					
						2024-02-01 18:36:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						226e188903 
					 
					
						
						
							
							Merge branch '0_15' of  https://github.com/aircoookie/WLED  into 0_15  
						
						 
						
						
						
						
					 
					
						2024-02-01 18:33:23 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						590d454119 
					 
					
						
						
							
							Merge pull request  #3718  from WoodyLetsCode/GitHub-Actions  
						
						 
						
						... 
						
						
						
						Update GitHub Actions workflow 
						
						
					 
					
						2024-02-01 18:26:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						06d5bd799f 
					 
					
						
						
							
							Merge pull request  #3732  from wled-install/patch-1  
						
						 
						
						... 
						
						
						
						UM Audioreactive: add two compiler options 
						
						
					 
					
						2024-02-01 18:24:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						7fe6541b7c 
					 
					
						
						
							
							Merge branch '0_15' into GitHub-Actions  
						
						 
						
						
						
						
					 
					
						2024-02-01 18:05:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						0f30fa5fb9 
					 
					
						
						
							
							Merge pull request  #3702  from Aircoookie/trim-platformio_ini  
						
						 
						
						... 
						
						
						
						Trim platformio.ini & add info to sample 
						
						
					 
					
						2024-02-01 17:17:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2c362315ad 
					 
					
						
						
							
							Rename sample  
						
						 
						
						
						
						
					 
					
						2024-02-01 17:09:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						7dd79edc52 
					 
					
						
						
							
							Merge pull request  #3734  from WoodyLetsCode/tooltip  
						
						 
						
						... 
						
						
						
						Improvements for tooltips 
						
						
					 
					
						2024-02-01 17:07:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						3d6f25a9d3 
					 
					
						
						
							
							Merge pull request  #3732  from wled-install/patch-1  
						
						 
						
						... 
						
						
						
						UM Audioreactive: add two compiler options 
						
						
					 
					
						2024-02-01 17:07:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						b3c21feba3 
					 
					
						
						
							
							Merge pull request  #3699  from WoodyLetsCode/cdata  
						
						 
						
						... 
						
						
						
						Update dependencies for cdata.js and make some improvements 
						
						
					 
					
						2024-02-01 17:05:19 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						fe54fadbf8 
					 
					
						
						
							
							Merge pull request  #3709  from Aircoookie/multiwifi  
						
						 
						
						... 
						
						
						
						Implement multiple WiFi 
						
						
					 
					
						2024-02-01 17:04:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						caa0722d49 
					 
					
						
						
							
							Merge pull request  #3715  from WoodyLetsCode/nodelist  
						
						 
						
						... 
						
						
						
						Allow nodes buttons to be opened in new target or copy ip address 
						
						
					 
					
						2024-02-01 17:00:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						fee32622f1 
					 
					
						
						
							
							Merge pull request  #3489  from WoodyLetsCode/clock-overlay  
						
						 
						
						... 
						
						
						
						Show clock overlay only if all LEDs are solid black 
						
						
					 
					
						2024-02-01 16:54:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d1910e4274 
					 
					
						
						
							
							Merge branch '0_15' into multiwifi  
						
						 
						
						
						
						
					 
					
						2024-02-01 16:49:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						45eb11d7f4 
					 
					
						
						
							
							Merge pull request  #3721  from Aircoookie/temporary-AP  
						
						 
						
						... 
						
						
						
						Temporary AP 
						
						
					 
					
						2024-02-01 16:44:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						874179fa75 
					 
					
						
						
							
							Merge pull request  #3625  from m-wachter/ESP32-POE-WROVER  
						
						 
						
						... 
						
						
						
						Add support for Olimex ESP32-POE-WROVER. 
						
						
					 
					
						2024-02-01 16:41:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						8b16cb4bae 
					 
					
						
						
							
							Merge pull request  #3580  from itstefanjanos/feature/add-APA106-led  
						
						 
						
						... 
						
						
						
						Add APA106 support 
						
						
					 
					
						2024-02-01 16:41:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						777ed55c21 
					 
					
						
						
							
							Add tooltip for toggle freeze & label  
						
						 
						
						
						
						
					 
					
						2024-01-31 22:36:09 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						fcafd8b05e 
					 
					
						
						
							
							Improved tooltips  
						
						 
						
						
						
						
					 
					
						2024-01-31 22:35:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5f1cadfea4 
					 
					
						
						
							
							Merge branch '0_15' into feature/add-APA106-led  
						
						 
						
						
						
						
					 
					
						2024-01-31 17:21:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								wled-install 
							
						 
					 
					
						
						
							
						
						917a981096 
					 
					
						
						
							
							Update audio_reactive.h  
						
						 
						
						
						
						
					 
					
						2024-01-31 06:34:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								wled-install 
							
						 
					 
					
						
						
							
						
						89f8b6060f 
					 
					
						
						
							
							Update readme.md  
						
						 
						
						
						
						
					 
					
						2024-01-31 06:33:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								wled-install 
							
						 
					 
					
						
						
							
						
						345346315a 
					 
					
						
						
							
							Update readme.md  
						
						 
						
						
						
						
					 
					
						2024-01-30 22:59:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								wled-install 
							
						 
					 
					
						
						
							
						
						f1c27e1798 
					 
					
						
						
							
							Update readme.md  
						
						 
						
						
						
						
					 
					
						2024-01-30 22:56:09 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								wled-install 
							
						 
					 
					
						
						
							
						
						4316024dc7 
					 
					
						
						
							
							Update audio_reactive.h  
						
						 
						
						
						
						
					 
					
						2024-01-30 22:51:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						ca05aa84ff 
					 
					
						
						
							
							changed randomness and added optimizations  
						
						 
						
						... 
						
						
						
						-added fully random palette function ('the old way', currently just used for initialization)
-changed randomness values to make it a little less random
-added 10% chance for pastel color palette
-now using swap() from std library for shuffeling
-changed function name
-moved update check from loadPalette() to handleRandomPalette() saving CPU cycles 
						
						
					 
					
						2024-01-30 22:28:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d10d7dc298 
					 
					
						
						
							
							upload speed and clarifications  
						
						 
						
						
						
						
					 
					
						2024-01-30 19:44:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						063af1dbc7 
					 
					
						
						
							
							core description fix  
						
						 
						
						
						
						
					 
					
						2024-01-30 19:26:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						ef6fe43251 
					 
					
						
						
							
							random palette transitions with set transition time  
						
						 
						
						
						
						
					 
					
						2024-01-29 22:14:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						2659055c31 
					 
					
						
						
							
							fixed typos  
						
						 
						
						
						
						
					 
					
						2024-01-29 20:47:09 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						f5ed757780 
					 
					
						
						
							
							added some minor fixes  
						
						 
						
						... 
						
						
						
						-fastled flags
-gamma correction
-pass by reference instead of pointer 
						
						
					 
					
						2024-01-29 20:47:09 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						e114b842ba 
					 
					
						
						
							
							fixed initialisation or random palette  
						
						 
						
						
						
						
					 
					
						2024-01-29 20:47:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						12e2116acb 
					 
					
						
						
							
							bugfix, need to initialize the random palette to something useful  
						
						 
						
						
						
						
					 
					
						2024-01-29 20:47:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						bccc97d25f 
					 
					
						
						
							
							fixed include, bugfix in random palette handling  
						
						 
						
						
						
						
					 
					
						2024-01-29 20:47:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Damian Schneider 
							
						 
					 
					
						
						
							
						
						a9bcc75733 
					 
					
						
						
							
							added function to generate random palette based on harmonic color theory  
						
						 
						
						
						
						
					 
					
						2024-01-29 20:47:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7b87475af8 
					 
					
						
						
							
							Fix random palette transitions.  
						
						 
						
						
						
						
					 
					
						2024-01-29 19:06:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Wachter 
							
						 
					 
					
						
						
							
						
						2ac218886a 
					 
					
						
						
							
							Add support for Olimex ESP32-POE-WROVER.  
						
						 
						
						... 
						
						
						
						There is a version of the Olimex ESP32-POE board with an ESP32-WROVER
module which has a the ethernet clock connected to a different IO than
the version with an ESP32-WROOM module.
This commit adds a new runtime selectable variant for the WROVER version. 
						
						
					 
					
						2024-01-28 17:54:19 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						97503897f0 
					 
					
						
						
							
							New effect: 2D Rotozoomer  
						
						 
						
						
						
						
					 
					
						2024-01-28 15:09:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								lost-hope 
							
						 
					 
					
						
						
							
						
						7e06e32cb6 
					 
					
						
						
							
							Usermod Klipper Percentage: fix error with slashes on non windows devices  
						
						 
						
						
						
						
					 
					
						2024-01-27 23:26:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						15b813c6af 
					 
					
						
						
							
							Build bump & changelog update  
						
						 
						
						
						
						
					 
					
						2024-01-27 21:22:25 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						a71c9107bd 
					 
					
						
						
							
							Merge pull request  #3683  from TripleWhy/rotatingPalletteEffect  
						
						 
						
						... 
						
						
						
						Rotating 2D Palette effect 
						
						
					 
					
						2024-01-27 20:04:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						4c2110189b 
					 
					
						
						
							
							Merge pull request  #3682  from Aircoookie/supersync  
						
						 
						
						... 
						
						
						
						Use strip.now instead of millis() in effects 
						
						
					 
					
						2024-01-27 14:06:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						df750c2a71 
					 
					
						
						
							
							Fix for single wifi  
						
						 
						
						
						
						
					 
					
						2024-01-27 08:39:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3eb412b750 
					 
					
						
						
							
							Add rescan & selection on disconnect  
						
						 
						
						
						
						
					 
					
						2024-01-26 18:38:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5c7b7e4182 
					 
					
						
						
							
							Constant & override  
						
						 
						
						
						
						
					 
					
						2024-01-26 15:31:09 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						2b0fad87d2 
					 
					
						
						
							
							Merge pull request  #3722  from lost-hope/main  
						
						 
						
						... 
						
						
						
						Usermod Klipper Percentage: Fix for include paths (windows backslash vs. linux slash) 
						
						
					 
					
						2024-01-26 11:41:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8817d41275 
					 
					
						
						
							
							Wrong return value  
						
						 
						
						
						
						
					 
					
						2024-01-25 19:57:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						04ef3f9496 
					 
					
						
						
							
							Merge pull request  #3723  from Derek4aty1/dnaSpiralFix  
						
						 
						
						... 
						
						
						
						DNA Spiral Effect Speed Fix 
						
						
					 
					
						2024-01-25 19:52:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						fbe26e13ae 
					 
					
						
						
							
							Remove erroneous wifi selection  
						
						 
						
						
						
						
					 
					
						2024-01-25 19:46:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4408dffa87 
					 
					
						
						
							
							Better invalid password handling  
						
						 
						
						... 
						
						
						
						Changed function return value 
						
						
					 
					
						2024-01-25 19:42:23 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Derek4aty1 
							
						 
					 
					
						
						
							
						
						546192865c 
					 
					
						
						
							
							DNA Spiral Effect Speed Fix  
						
						 
						
						
						
						
					 
					
						2024-01-25 11:21:16 -06:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								lost-hope 
							
						 
					 
					
						
						
							
						
						7afa550ba4 
					 
					
						
						
							
							Usermod Klipper Percentage: fix error with slashes on non windows devices  
						
						 
						
						
						
						
					 
					
						2024-01-25 17:55:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						21a9372320 
					 
					
						
						
							
							fix clock overlay display  
						
						 
						
						
						
						
					 
					
						2024-01-25 12:14:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						f4a2eec984 
					 
					
						
						
							
							Use a reference instead of segment object copy  
						
						 
						
						
						
						
					 
					
						2024-01-25 11:33:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						94b9455c9c 
					 
					
						
						
							
							closes   Aircoookie/WLED#984  
						
						 
						
						... 
						
						
						
						Implements option to show clock overlay only if all LEDs are solid black 
						
						
					 
					
						2024-01-25 11:33:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						c41c71c8c1 
					 
					
						
						
							
							add bin.gz firmware for ESP02 to artifacs ( #4 )  
						
						 
						
						
						
						
					 
					
						2024-01-24 21:22:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						dde647c570 
					 
					
						
						
							
							Required fix  
						
						 
						
						
						
						
					 
					
						2024-01-24 20:53:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						445a89ba6e 
					 
					
						
						
							
							Try hard to release memory  
						
						 
						
						
						
						
					 
					
						2024-01-24 20:49:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						07495f6621 
					 
					
						
						
							
							Merge branch '0_15' into temporary-AP  
						
						 
						
						
						
						
					 
					
						2024-01-24 20:22:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5952edc550 
					 
					
						
						
							
							Some fixes  
						
						 
						
						
						
						
					 
					
						2024-01-24 19:52:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						b66a038a2f 
					 
					
						
						
							
							Change path separator  
						
						 
						
						
						
						
					 
					
						2024-01-24 17:15:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						df1c8a64e5 
					 
					
						
						
							
							Update GitHub Actions workflow  
						
						 
						
						... 
						
						
						
						This also adds a WLED_RELEASE_NAME for esp32s3dev_8MB_PSRAM_opi 
						
						
					 
					
						2024-01-24 16:11:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3e2aebcd10 
					 
					
						
						
							
							Remove regression  
						
						 
						
						... 
						
						
						
						Init wifi for scan
Always save WiFi name 
						
						
					 
					
						2024-01-24 15:43:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								TripleWhy 
							
						 
					 
					
						
						
							
						
						0d279cb4dd 
					 
					
						
						
							
							Add some comments  
						
						 
						
						
						
						
					 
					
						2024-01-24 15:38:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						3942a76d15 
					 
					
						
						
							
							Fix   #3708  
						
						 
						
						
						
						
					 
					
						2024-01-23 21:00:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1bebf3d3d6 
					 
					
						
						
							
							Optimise wifi scan  
						
						 
						
						... 
						
						
						
						- prioritize strongest signal
- prune removed networks
- fill present networks 
						
						
					 
					
						2024-01-23 20:44:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d5f54c240a 
					 
					
						
						
							
							Debug pin fix  
						
						 
						
						
						
						
					 
					
						2024-01-22 21:01:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8868ecd11a 
					 
					
						
						
							
							Cleanup 2  
						
						 
						
						
						
						
					 
					
						2024-01-22 20:48:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8a31c57bfa 
					 
					
						
						
							
							Fix getActiveSegmentsNum  
						
						 
						
						... 
						
						
						
						Limit rotation to +-90 deg (swapping sin/cos & limit angle)
Shift palette shift 
						
						
					 
					
						2024-01-22 19:38:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								muebau 
							
						 
					 
					
						
						
							
						
						7e2cce4a8d 
					 
					
						
						
							
							Tetris AI usermod  
						
						 
						
						
						
						
					 
					
						2024-01-21 17:28:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bfb217c203 
					 
					
						
						
							
							Implement multiple WiFi  
						
						 
						
						... 
						
						
						
						- similar to #3705 
- solves #2845 , #2974 , #852 , #1228  
						
						
					 
					
						2024-01-21 00:30:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						593e55af95 
					 
					
						
						
							
							Cleanup.  
						
						 
						
						
						
						
					 
					
						2024-01-20 23:29:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						29af62f956 
					 
					
						
						
							
							Fix for 1D & remove segment ID  
						
						 
						
						
						
						
					 
					
						2024-01-20 14:55:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						2b022e1871 
					 
					
						
						
							
							Update platformio.ini  
						
						 
						
						... 
						
						
						
						Added WROVER model and removed flash options for ESP32-S2 
						
						
					 
					
						2024-01-19 14:18:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						783a4d3996 
					 
					
						
						
							
							old line break style  
						
						 
						
						
						
						
					 
					
						2024-01-18 21:23:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						ddfe925f8c 
					 
					
						
						
							
							rename test  
						
						 
						
						
						
						
					 
					
						2024-01-18 21:23:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						1735bcab21 
					 
					
						
						
							
							fix wled banner color in cdata.js  
						
						 
						
						
						
						
					 
					
						2024-01-18 21:23:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						ff6cacf766 
					 
					
						
						
							
							npm update  
						
						 
						
						
						
						
					 
					
						2024-01-18 21:23:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						2a72eae77f 
					 
					
						
						
							
							cdata.js: Better console print messages  
						
						 
						
						
						
						
					 
					
						2024-01-18 21:23:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						39fb7fdfe3 
					 
					
						
						
							
							Add test for -f and --force argument  
						
						 
						
						
						
						
					 
					
						2024-01-18 21:23:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						e0facf35c8 
					 
					
						
						
							
							refactored tests  
						
						 
						
						
						
						
					 
					
						2024-01-18 21:23:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						73d48c8ac4 
					 
					
						
						
							
							remove html-minify-ui option  
						
						 
						
						
						
						
					 
					
						2024-01-18 21:23:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						5080059143 
					 
					
						
						
							
							Rebuild if a cdata.js has been modified  
						
						 
						
						
						
						
					 
					
						2024-01-18 21:23:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						90d5b77d74 
					 
					
						
						
							
							more minifying  
						
						 
						
						
						
						
					 
					
						2024-01-18 21:23:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						e0f987328b 
					 
					
						
						
							
							add new test  
						
						 
						
						
						
						
					 
					
						2024-01-18 21:23:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						04c3a925cc 
					 
					
						
						
							
							Fix test on Github Actions  
						
						 
						
						... 
						
						
						
						This needed more time on Github 
						
						
					 
					
						2024-01-18 21:23:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						219b29991b 
					 
					
						
						
							
							Update wled-ci.yml  
						
						 
						
						
						
						
					 
					
						2024-01-18 21:23:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						5120045459 
					 
					
						
						
							
							refactor cdata.js  
						
						 
						
						
						
						
					 
					
						2024-01-18 21:23:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						3bca4a73f4 
					 
					
						
						
							
							More tests for cdata  
						
						 
						
						
						
						
					 
					
						2024-01-18 21:23:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						b4857ab036 
					 
					
						
						
							
							Automatically test cdata.js  
						
						 
						
						
						
						
					 
					
						2024-01-18 21:23:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						f3ae041691 
					 
					
						
						
							
							Add first unit tests for cdata.js  
						
						 
						
						
						
						
					 
					
						2024-01-18 21:23:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						a84627a465 
					 
					
						
						
							
							Update dependencies for cdata.js  
						
						 
						
						
						
						
					 
					
						2024-01-18 21:23:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						78aeca6399 
					 
					
						
						
							
							Trim platformio.ini & add info to sample  
						
						 
						
						
						
						
					 
					
						2024-01-18 18:28:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5dd8f0a0b7 
					 
					
						
						
							
							typo  
						
						 
						
						
						
						
					 
					
						2024-01-17 23:39:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						9378fc7276 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/0_15' into gif  
						
						 
						
						
						
						
					 
					
						2024-01-16 21:53:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3a0d8069b6 
					 
					
						
						
							
							Bus type clarifications  
						
						 
						
						... 
						
						
						
						- expansion of digital types
- updated macros
- mem calc function 
						
						
					 
					
						2024-01-16 21:02:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bab42014a4 
					 
					
						
						
							
							Fix for  #3693  
						
						 
						
						
						
						
					 
					
						2024-01-16 19:35:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						74fed5695f 
					 
					
						
						
							
							Fix for  #3693  
						
						 
						
						
						
						
					 
					
						2024-01-16 19:34:23 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3be368c333 
					 
					
						
						
							
							A few more overrides  
						
						 
						
						
						
						
					 
					
						2024-01-14 21:04:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a4a8e2614e 
					 
					
						
						
							
							Release WLED 0.14.1  
						
						 
						
						
						
						
					 
					
						2024-01-14 18:33:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						58eb151ba1 
					 
					
						
						
							
							Use strip.now instead of millis() in effects  
						
						 
						
						... 
						
						
						
						AKA "supersync" from WLED MM fork 
						
						
					 
					
						2024-01-14 17:51:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						21d21ea7f0 
					 
					
						
						
							
							Orange flash fix ( #3196 ) for transitions  
						
						 
						
						
						
						
					 
					
						2024-01-14 17:40:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						45dc5e236d 
					 
					
						
						
							
							Override identifier  
						
						 
						
						
						
						
					 
					
						2024-01-14 17:38:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						0597eeed6b 
					 
					
						
						
							
							Bump urllib3 from 1.26.15 to 1.26.18 ( #3455 )  
						
						 
						
						... 
						
						
						
						Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.26.15 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.15...1.26.18 )
---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-01-14 15:58:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						0a66fe196a 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/0_15' into pr/3580  
						
						 
						
						
						
						
					 
					
						2024-01-14 15:08:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						3f21b4aa7d 
					 
					
						
						
							
							Add own background image upload ( #3596 )  
						
						 
						
						... 
						
						
						
						* Add own bg image upload
* Fix undefined issue in settings UI 
						
						
					 
					
						2024-01-14 14:16:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								TripleWhy 
							
						 
					 
					
						
						
							
						
						b97186c5bf 
					 
					
						
						
							
							Rotating palette effect  
						
						 
						
						
						
						
					 
					
						2024-01-13 18:49:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						874b24fb32 
					 
					
						
						
							
							WLED time overrides  
						
						 
						
						
						
						
					 
					
						2024-01-13 13:06:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						97889b5e55 
					 
					
						
						
							
							Fix for audio palettes  
						
						 
						
						
						
						
					 
					
						2024-01-12 20:45:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						4b134194cf 
					 
					
						
						
							
							Better sorting and naming of static palettes  
						
						 
						
						
						
						
					 
					
						2024-01-12 19:44:25 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						24b60a25d5 
					 
					
						
						
							
							Merge pull request  #3674  from WoodyLetsCode/cpal  
						
						 
						
						... 
						
						
						
						Better sorting and naming of static palettes in the Custom Palette Editor 
						
						
					 
					
						2024-01-12 18:57:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						3e069376a7 
					 
					
						
						
							
							Merge pull request  #3666  from WoodyLetsCode/pio  
						
						 
						
						... 
						
						
						
						Ignore autogenerated files with binary array for the Web UI and fix caching bug 
						
						
					 
					
						2024-01-12 16:52:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						5bdb2c9e86 
					 
					
						
						
							
							Fix bug where some changes were not recognized  
						
						 
						
						
						
						
					 
					
						2024-01-12 00:02:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						71b0c5f805 
					 
					
						
						
							
							Update wled-ci.yml  
						
						 
						
						
						
						
					 
					
						2024-01-12 00:02:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						a1f62e7a1f 
					 
					
						
						
							
							Add result file check to isCached function  
						
						 
						
						
						
						
					 
					
						2024-01-12 00:02:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						186c40801a 
					 
					
						
						
							
							Delete html_*.h files  
						
						 
						
						
						
						
					 
					
						2024-01-12 00:02:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						bf867e84d6 
					 
					
						
						
							
							Update .gitignore  
						
						 
						
						
						
						
					 
					
						2024-01-12 00:02:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						27035a8e1d 
					 
					
						
						
							
							Better sorting and naming of static palettes  
						
						 
						
						
						
						
					 
					
						2024-01-11 23:13:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						db3770c3e5 
					 
					
						
						
							
							Merge pull request  #3673  from netmindz/animartrix  
						
						 
						
						... 
						
						
						
						Add ANIMartRIX usermod 
						
						
					 
					
						2024-01-11 22:06:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						46337ca554 
					 
					
						
						
							
							Add ANIMartRIX usermod  
						
						 
						
						
						
						
					 
					
						2024-01-11 20:20:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						4f0f288000 
					 
					
						
						
							
							Merge pull request  #3621  from zanhecht/patch-2  
						
						 
						
						... 
						
						
						
						Use canvas instead of CSS gradient for liveview 
						
						
					 
					
						2024-01-11 20:41:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8060bae1b8 
					 
					
						
						
							
							Width fix  
						
						 
						
						
						
						
					 
					
						2024-01-11 20:37:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ea32c97b82 
					 
					
						
						
							
							Fix for  #3672  
						
						 
						
						
						
						
					 
					
						2024-01-11 20:24:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						99efbd30f1 
					 
					
						
						
							
							ColoOrderMap W channel swap  
						
						 
						
						... 
						
						
						
						& cleanup 
						
						
					 
					
						2024-01-11 20:22:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						a9eb7cb4fd 
					 
					
						
						
							
							udp realtime - improve robustness against short packets (fix for  #3672 )  
						
						 
						
						... 
						
						
						
						when only two bytes were received in a packet, the "for" condition `packetsize -3` would underflow, leading to an infinite loop. 
						
						
					 
					
						2024-01-11 18:07:23 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a11cab0f88 
					 
					
						
						
							
							Fix for  #3665  
						
						 
						
						
						
						
					 
					
						2024-01-10 19:41:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						447324b59f 
					 
					
						
						
							
							Fix for  #3665  
						
						 
						
						
						
						
					 
					
						2024-01-10 19:40:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e580e815f0 
					 
					
						
						
							
							Fix .gitignore  
						
						 
						
						
						
						
					 
					
						2024-01-10 18:52:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						5fc00840f2 
					 
					
						
						
							
							Merge pull request  #3554  from ezcGman/ledmaps-realtime  
						
						 
						
						... 
						
						
						
						En-/disable LED maps when receiving realtime data 
						
						
					 
					
						2024-01-10 18:25:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ezcGman 
							
						 
					 
					
						
						
							
						
						ff59dcd66e 
					 
					
						
						
							
							Merge branch '0_15' of  https://github.com/Aircoookie/WLED  into ledmaps-realtime  
						
						 
						
						
						
						
					 
					
						2024-01-10 05:11:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								zanhecht 
							
						 
					 
					
						
						
							
						
						0a1d82de2a 
					 
					
						
						
							
							Remove legacy CSS gradient code from liveview.htm  
						
						 
						
						... 
						
						
						
						Reduce file size by removing legacy CSS gradient code and moving drawing operations to a separate function 
						
						
					 
					
						2024-01-09 19:27:45 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						26837645ac 
					 
					
						
						
							
							Add PWM frequency selection in settings  
						
						 
						
						
						
						
					 
					
						2024-01-09 21:54:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Janos Stefan 
							
						 
					 
					
						
						
							
						
						c318699d6a 
					 
					
						
						
							
							Merge branch 'feature/add-APA106-led' of  https://github.com/itstefanjanos/WLED  into feature/add-APA106-led  
						
						 
						
						
						
						
					 
					
						2024-01-09 21:32:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Janos Stefan 
							
						 
					 
					
						
						
							
						
						e5caab635a 
					 
					
						
						
							
							Remove compiled html headers.  
						
						 
						
						
						
						
					 
					
						2024-01-09 21:31:25 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Janos Stefan 
							
						 
					 
					
						
						
							
						
						d5f96295ff 
					 
					
						
						
							
							Add APA106 support  
						
						 
						
						
						
						
					 
					
						2024-01-09 21:30:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4a6c78aaf3 
					 
					
						
						
							
							npm  
						
						 
						
						
						
						
					 
					
						2024-01-09 19:11:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						c4d214f5c0 
					 
					
						
						
							
							Merge pull request  #3598  from WoodyLetsCode/pio  
						
						 
						
						... 
						
						
						
						Automatically build UI before compiling 
						
						
					 
					
						2024-01-09 19:05:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						1ed7e6cb1c 
					 
					
						
						
							
							Merge pull request  #3611  from Aircoookie/suspend  
						
						 
						
						... 
						
						
						
						Suspend strip during operations 
						
						
					 
					
						2024-01-09 18:33:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6b7f80f24a 
					 
					
						
						
							
							Merge branch '0_15' into suspend  
						
						 
						
						
						
						
					 
					
						2024-01-09 18:30:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						220217561a 
					 
					
						
						
							
							Possible fix for  #3589  & partial fix for  #3605  
						
						 
						
						
						
						
					 
					
						2024-01-09 18:20:20 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						75e857a510 
					 
					
						
						
							
							npm run build  
						
						 
						
						
						
						
					 
					
						2024-01-09 11:57:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						052bdd8eb0 
					 
					
						
						
							
							fix for  #3655  
						
						 
						
						... 
						
						
						
						make WS2814 explicit in LED driver drop-down menu 
						
						
					 
					
						2024-01-09 11:54:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Britt Gresham 
							
						 
					 
					
						
						
							
						
						9e54de8a8a 
					 
					
						
						
							
							Set 2 values between each segment option  
						
						 
						
						... 
						
						
						
						Due to the midi interface being difficult/impossible to increment on
values of 1 because it has 7-bits of granularity, this commit moves all
the bitfields for configuring segment options left by one which
guarantees that every option has 2 values next to each other.
This allows midi controllers to more easily select an individual segment
option for 2D arrays. 
						
						
					 
					
						2024-01-08 11:16:55 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Britt Gresham 
							
						 
					 
					
						
						
							
						
						fd2809e367 
					 
					
						
						
							
							Replace bitshifts with masks and division  
						
						 
						
						
						
						
					 
					
						2024-01-08 11:16:55 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Britt Gresham 
							
						 
					 
					
						
						
							
						
						18874c2069 
					 
					
						
						
							
							Remove unneeded floor call on segment option channel  
						
						 
						
						
						
						
					 
					
						2024-01-08 11:16:55 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Britt Gresham 
							
						 
					 
					
						
						
							
						
						115eb0ddef 
					 
					
						
						
							
							Add additional segment options when controlling over e1.31  
						
						 
						
						... 
						
						
						
						Before this commit it was only possible to control mirror and reverse on
a 1d segment. All of the other options for 2d effects could not be set
and thus they would be kept disabled.
This commit replaces the Effect Option dmx channel with a bitfield which
allows for each segment option to be individually toggled depending on
which bit is set in the field. Backwards compatibility has been
maintained with existing 1d segment options. 
						
						
					 
					
						2024-01-08 11:16:55 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						9940258725 
					 
					
						
						
							
							Merge pull request  #3654  from willmmiles/mpu6050-upgrade  
						
						 
						
						... 
						
						
						
						Upgrade the MPU6050 usermod 
						
						
					 
					
						2024-01-08 19:32:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						74e14a4fc3 
					 
					
						
						
							
							Merge pull request  #3656  from WoodyLetsCode/documentation  
						
						 
						
						... 
						
						
						
						Make loadBg() more readable 
						
						
					 
					
						2024-01-08 19:28:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						90ea386c62 
					 
					
						
						
							
							Merge pull request  #3658  from WoodyLetsCode/colorPicker  
						
						 
						
						... 
						
						
						
						Fix that color picker is not centered on screens with width between 1024px and 1249px 
						
						
					 
					
						2024-01-08 19:24:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						a5b132dfd7 
					 
					
						
						
							
							Fix that color picker is not centered  
						
						 
						
						... 
						
						
						
						Color Picker was not centerd on screens with width between 1024px and 1249px 
						
						
					 
					
						2024-01-08 14:20:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						157debf8e4 
					 
					
						
						
							
							Make loadBg() more readable  
						
						 
						
						
						
						
					 
					
						2024-01-07 23:51:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						74a5528f17 
					 
					
						
						
							
							Small refactor of isCached function in cdata.js  
						
						 
						
						
						
						
					 
					
						2024-01-07 23:14:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						21de9e938a 
					 
					
						
						
							
							Rebuild if command line argument is set  
						
						 
						
						
						
						
					 
					
						2024-01-07 22:06:20 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						9c4d3cd6e2 
					 
					
						
						
							
							platformio.ini: Add MPU6050 library dep  
						
						 
						
						
						
						
					 
					
						2024-01-07 15:50:15 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						0616d184e0 
					 
					
						
						
							
							Add GyroSurge usermod  
						
						 
						
						... 
						
						
						
						This usermod applies the IMU data to create a "surge" effect when
the device is moved. 
						
						
					 
					
						2024-01-07 15:44:11 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						6f8b3a6242 
					 
					
						
						
							
							usermod_list: Add IMU usermod  
						
						 
						
						
						
						
					 
					
						2024-01-07 15:44:11 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						9a006dc84a 
					 
					
						
						
							
							usermod_mpu6050: Add options and outputs  
						
						 
						
						... 
						
						
						
						Upgrade the MPU6050 usermod to provide configuration settings for
interrupt pin selection and calibration, a polled mode, and data
output for consumption by other usermods. 
						
						
					 
					
						2024-01-07 15:44:11 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						d2dbaf52a1 
					 
					
						
						
							
							usermod_mpu6050: Fix debug prints  
						
						 
						
						... 
						
						
						
						The MPU6050 library happens to choose the same defines as WLED, which
collide and result in nothing printing.   Un- and re-define the macros
to work around this. 
						
						
					 
					
						2024-01-07 13:48:41 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						0a9145cd3c 
					 
					
						
						
							
							add caching for cdata.js  
						
						 
						
						
						
						
					 
					
						2024-01-07 01:06:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						e778b02c0c 
					 
					
						
						
							
							Automatically build UI before compiling  
						
						 
						
						
						
						
					 
					
						2024-01-07 01:06:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8fb5f0ef3c 
					 
					
						
						
							
							Changelog update v0.14.1-b3  
						
						 
						
						
						
						
					 
					
						2024-01-06 20:34:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						43f5e4360d 
					 
					
						
						
							
							Changelog update  
						
						 
						
						... 
						
						
						
						Remove obsolete semaphore 
						
						
					 
					
						2024-01-06 20:28:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						cdc8640218 
					 
					
						
						
							
							Merge pull request  #3648  from willmmiles/json-response-locking  
						
						 
						
						... 
						
						
						
						Expand JSON buffer lock scope to entire web reply 
						
						
					 
					
						2024-01-06 17:16:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						21f8d7a967 
					 
					
						
						
							
							Bump  
						
						 
						
						
						
						
					 
					
						2024-01-06 17:04:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						801d92bbba 
					 
					
						
						
							
							Merge pull request  #3648  from willmmiles/json-response-locking  
						
						 
						
						... 
						
						
						
						Expand JSON buffer lock scope to entire web reply 
						
						
					 
					
						2024-01-06 17:01:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						77116172e4 
					 
					
						
						
							
							serveJson: Fix possible memory leak  
						
						 
						
						... 
						
						
						
						Ensure we delete the response if it's not locked 
						
						
					 
					
						2024-01-06 10:24:05 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						9d3c0f4ff0 
					 
					
						
						
							
							serveJson: Ensure semaphore scope lasts until reply is done  
						
						 
						
						... 
						
						
						
						Extend the JSON response class to hold the global JSON buffer lock
until the transaction is completed.
Fixes  #3641  
						
						
					 
					
						2024-01-06 10:09:07 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Miles 
							
						 
					 
					
						
						
							
						
						6382d2b730 
					 
					
						
						
							
							Add C++-style guard class for JSON Buffer lock  
						
						 
						
						... 
						
						
						
						Add JSONBufferGuard, an RAII lock guard class for JSONBufferLock
analogous to std::lock_guard.  This permits binding the guard to a scope,
such as an object life cycle or function body, guaranteeing that the
lock will be released when the scope exits. 
						
						
					 
					
						2024-01-06 10:05:18 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						6ad4493a91 
					 
					
						
						
							
							Merge pull request  #3639  from WoodyLetsCode/caching  
						
						 
						
						... 
						
						
						
						Improve ETag Caching 
						
						
					 
					
						2024-01-04 19:16:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f070dc5527 
					 
					
						
						
							
							Cosmetic & needsUpdate()  
						
						 
						
						
						
						
					 
					
						2024-01-04 17:40:23 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						fc6e7c81d3 
					 
					
						
						
							
							Merge branch '0_15' into suspend  
						
						 
						
						
						
						
					 
					
						2024-01-04 17:33:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						59a725c52c 
					 
					
						
						
							
							Use uint16_t eTagSuffix instead of String  
						
						 
						
						
						
						
					 
					
						2024-01-03 23:39:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						51b3d7cb4a 
					 
					
						
						
							
							Merge pull request  #3569  from raymondhardy/ESP32-S3-WROOM-1-N16R8  
						
						 
						
						... 
						
						
						
						new buildenv for esp32s3dev_16MB_PSRAM_opi dev board (LilyGo T7-S3) 
						
						
					 
					
						2024-01-03 22:20:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						3baff4e675 
					 
					
						
						
							
							Merge pull request  #3572  from drasch/fix/esp32c3-2mb-flash-size  
						
						 
						
						... 
						
						
						
						fix(esp32c3-2mb): correct flash size for c3 board with only 2MB 
						
						
					 
					
						2024-01-03 22:18:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						06911e7ad0 
					 
					
						
						
							
							Merge pull request  #3642  from peterpociask/patch-1  
						
						 
						
						... 
						
						
						
						Update README.md 
						
						
					 
					
						2024-01-03 21:16:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								PeterP 
							
						 
					 
					
						
						
							
						
						4e0f3e35db 
					 
					
						
						
							
							Update README.md  
						
						 
						
						... 
						
						
						
						Pointed link to current directions for compiling WLED 
						
						
					 
					
						2024-01-03 15:08:02 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						fd6ce57003 
					 
					
						
						
							
							Improve ETag Caching  
						
						 
						
						... 
						
						
						
						This also adds support for ETag caching for the settings pages
Also fixed some issues with the previous caching not being RFC 7232 compliant. 
						
						
					 
					
						2024-01-03 18:53:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4f55be4f19 
					 
					
						
						
							
							Bugfix  #3632  
						
						 
						
						
						
						
					 
					
						2024-01-01 23:21:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bd20c83919 
					 
					
						
						
							
							Bugfix  #3632  
						
						 
						
						
						
						
					 
					
						2024-01-01 23:14:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						48f8a45031 
					 
					
						
						
							
							Last minute adjustments & fixes  
						
						 
						
						
						
						
					 
					
						2023-12-31 18:05:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Istvan Meszaros 
							
						 
					 
					
						
						
							
						
						680cec5abb 
					 
					
						
						
							
							Make palette editor mobile friendly.  
						
						 
						
						
						
						
					 
					
						2023-12-30 19:49:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						e8b3c66c21 
					 
					
						
						
							
							Merge pull request  #3617  from imeszaros/cpal-mobile  
						
						 
						
						... 
						
						
						
						Make palette editor more mobile friendly 
						
						
					 
					
						2023-12-30 18:43:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ecdc3be52e 
					 
					
						
						
							
							Changlog update  
						
						 
						
						
						
						
					 
					
						2023-12-30 11:56:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						301bdf2186 
					 
					
						
						
							
							Merge pull request  #3610  from Aircoookie/psram-4-json  
						
						 
						
						... 
						
						
						
						Allow PSRAM (SPI RAM) to be used for JSON buffer 
						
						
					 
					
						2023-12-30 11:00:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1c1b67e000 
					 
					
						
						
							
							Full per-port ABL implementation and bugfix.  
						
						 
						
						... 
						
						
						
						Update of BusManager class (static) 
						
						
					 
					
						2023-12-29 23:07:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						662870baf4 
					 
					
						
						
							
							Changlog update, b2 release  
						
						 
						
						
						
						
					 
					
						2023-12-29 10:35:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bc85520f5e 
					 
					
						
						
							
							Merge branch '0_15' into suspend  
						
						 
						
						
						
						
					 
					
						2023-12-28 23:38:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d3be7a3edf 
					 
					
						
						
							
							Merge branch '0_15' into psram-4-json  
						
						 
						
						
						
						
					 
					
						2023-12-28 23:38:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6cd0da821a 
					 
					
						
						
							
							Reduce heap fragmentation when switching ledmaps  
						
						 
						
						
						
						
					 
					
						2023-12-28 23:32:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1333c41811 
					 
					
						
						
							
							Slight tweak to reduce footprint  
						
						 
						
						
						
						
					 
					
						2023-12-28 20:05:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								zanhecht 
							
						 
					 
					
						
						
							
						
						55eceb4080 
					 
					
						
						
							
							Fix Firefox loading order, more resilient fallback to gradient method  
						
						 
						
						
						
						
					 
					
						2023-12-28 13:06:13 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e95629f827 
					 
					
						
						
							
							Remote preset cancles playlist  
						
						 
						
						
						
						
					 
					
						2023-12-27 20:14:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6332ee6edb 
					 
					
						
						
							
							Effect buffer optimisations  
						
						 
						
						... 
						
						
						
						setMode() fix for selecting gap
UI error messages 
						
						
					 
					
						2023-12-27 19:36:25 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								zanhecht 
							
						 
					 
					
						
						
							
						
						901d56f898 
					 
					
						
						
							
							Use canvas instead of CSS gradient for liveview  
						
						 
						
						... 
						
						
						
						Allows for "pixel perfect" liveview instead of diffused view, to better match what's shown at https://kno.wled.ge/features/effects/ . This will make it easier to see what the LEDs are doing, although it may not be as accurate a representation for installations with diffused LEDs. Includes fallback to CSS gradient method for browsers that don't support canvas. 
						
						
					 
					
						2023-12-27 13:20:22 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Istvan Meszaros 
							
						 
					 
					
						
						
							
						
						010c3494fd 
					 
					
						
						
							
							Make palette editor mobile friendly.  
						
						 
						
						
						
						
					 
					
						2023-12-26 11:09:20 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5ebc345e95 
					 
					
						
						
							
							Possible bugfix for  #3609   #3616  
						
						 
						
						
						
						
					 
					
						2023-12-25 17:47:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b3a768a04b 
					 
					
						
						
							
							Remove check for strip  
						
						 
						
						
						
						
					 
					
						2023-12-25 12:29:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f414af4d82 
					 
					
						
						
							
							Fix incorrect compare  
						
						 
						
						
						
						
					 
					
						2023-12-25 12:27:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						b743ca8eb1 
					 
					
						
						
							
							Merge pull request  #3615  from srg74/patch-2  
						
						 
						
						... 
						
						
						
						Update readme.md 
						
						
					 
					
						2023-12-24 20:51:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								srg74 
							
						 
					 
					
						
						
							
						
						a3a5bffce4 
					 
					
						
						
							
							Update readme.md  
						
						 
						
						... 
						
						
						
						Fixed typo 
						
						
					 
					
						2023-12-24 12:10:51 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7971f3cbd8 
					 
					
						
						
							
							Fix for saving config.  
						
						 
						
						
						
						
					 
					
						2023-12-23 22:56:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d1b80aa4d4 
					 
					
						
						
							
							Beta2  
						
						 
						
						
						
						
					 
					
						2023-12-23 21:13:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						08d9f7d967 
					 
					
						
						
							
							Fix for  #2922  
						
						 
						
						
						
						
					 
					
						2023-12-23 21:05:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5f62b4a89d 
					 
					
						
						
							
							Fix for  #2922  
						
						 
						
						
						
						
					 
					
						2023-12-23 20:58:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						776502e6db 
					 
					
						
						
							
							Merge pull request  #3606  from WoodyLetsCode/welcome  
						
						 
						
						... 
						
						
						
						Fix bug that welcome page was not shown 
						
						
					 
					
						2023-12-23 20:27:20 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						39e0a1fb9e 
					 
					
						
						
							
							Merge pull request  #3612  from Aircoookie/sunset-fix  
						
						 
						
						... 
						
						
						
						workaround for invalid sunrise/sunset times (#3601 ) 
						
						
					 
					
						2023-12-23 20:26:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Broersma 
							
						 
					 
					
						
						
							
						
						5ed02d2f0d 
					 
					
						
						
							
							Merge branch 'upstream/0_14_2' into usermod_v2_HttpPullLightControl_0.0.5  
						
						 
						
						
						
						
					 
					
						2023-12-23 13:47:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						72e864b013 
					 
					
						
						
							
							sunrise/sunset: fix for ambiguous error value  
						
						 
						
						... 
						
						
						
						sunset = 0 is a valid result, as the function result is in UTC and not local time .
Example: local time is UTC-8, local sunrise = 08:00am => getSunriseUTC()  = 0.
So we cannot use "0" for "invalid". Using UINT16_MAX resolves the problem, and even allows to simplify calculateSunriseAndSunset() a bit. 
						
						
					 
					
						2023-12-23 13:13:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						5ab012163e 
					 
					
						
						
							
							workaround for  #3601  
						
						 
						
						... 
						
						
						
						if case of invalid or impossible sunset/sunrise results, retry with the previous day. max 3 days back, to prevent infinite loops and far-away results. 
						
						
					 
					
						2023-12-22 23:28:58 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1900686bc4 
					 
					
						
						
							
							Bump  
						
						 
						
						
						
						
					 
					
						2023-12-22 15:49:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						809a294f9d 
					 
					
						
						
							
							Fix Pixel Magic button.  
						
						 
						
						
						
						
					 
					
						2023-12-22 15:43:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cf3f6ede72 
					 
					
						
						
							
							Suspend strip during operations  
						
						 
						
						
						
						
					 
					
						2023-12-22 15:39:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ezcGman 
							
						 
					 
					
						
						
							
						
						b76a90304d 
					 
					
						
						
							
							Merge branch '0_15' of  https://github.com/Aircoookie/WLED  into ledmaps-realtime  
						
						 
						
						
						
						
					 
					
						2023-12-22 13:19:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						7af5b24b03 
					 
					
						
						
							
							Fix bug that welcome page was not shown  
						
						 
						
						
						
						
					 
					
						2023-12-21 22:17:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1f81fb9284 
					 
					
						
						
							
							Implement JSON buffer in PSRAM to free up DRAM.  
						
						 
						
						
						
						
					 
					
						2023-12-21 21:30:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4e105492ca 
					 
					
						
						
							
							Retry on failed JSON load.  
						
						 
						
						... 
						
						
						
						Throttle for ESP8266
This is a band-aid for ESP8266 JSON corruption and not a proper fix. 
						
						
					 
					
						2023-12-21 21:02:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						abf7dd5fa8 
					 
					
						
						
							
							Merge pull request  #3587  from WoodyLetsCode/search-scroll-top  
						
						 
						
						... 
						
						
						
						Scroll to first search result on search 
						
						
					 
					
						2023-12-21 20:49:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						6c877b6d44 
					 
					
						
						
							
							Merge pull request  #3597  from WoodyLetsCode/inline  
						
						 
						
						... 
						
						
						
						Inline iro.js and rangetouch.js 
						
						
					 
					
						2023-12-21 20:43:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Xaver 
							
						 
					 
					
						
						
							
						
						86d2998dc0 
					 
					
						
						
							
							Add reference to old loading of iro.js and rangetouch.js  
						
						 
						
						
						
						
					 
					
						2023-12-20 11:30:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						201daf8ff3 
					 
					
						
						
							
							Remove /iro.js and /rangetouch.js  
						
						 
						
						
						
						
					 
					
						2023-12-19 22:40:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						1140f5f6cb 
					 
					
						
						
							
							Update version to 2312190  
						
						 
						
						
						
						
					 
					
						2023-12-19 21:18:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						0a91d60677 
					 
					
						
						
							
							add onload event to body  
						
						 
						
						
						
						
					 
					
						2023-12-19 21:12:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						5cd8f5681e 
					 
					
						
						
							
							Remove unused feedback function  
						
						 
						
						... 
						
						
						
						This was probably forgotten to remove in commit d6c0642a02 
						
						
					 
					
						2023-12-19 20:41:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Xaver 
							
						 
					 
					
						
						
							
						
						b2babd9502 
					 
					
						
						
							
							inline iro.js and rangetouch.js  
						
						 
						
						
						
						
					 
					
						2023-12-19 16:52:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						10faaaf531 
					 
					
						
						
							
							Build bump & changelog  
						
						 
						
						
						
						
					 
					
						2023-12-18 21:52:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						7642c5a50d 
					 
					
						
						
							
							Merge pull request  #3529  from Aircoookie/0_14_1  
						
						 
						
						... 
						
						
						
						0.14.1-beta 
						
						
					 
					
						2023-12-18 21:20:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						42dba3170d 
					 
					
						
						
							
							Fix for  #3593  
						
						 
						
						
						
						
					 
					
						2023-12-17 22:16:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5c90a742ba 
					 
					
						
						
							
							Fix for  #3593  
						
						 
						
						
						
						
					 
					
						2023-12-17 22:15:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9e57ef074d 
					 
					
						
						
							
							Simplify PIR usermod  
						
						 
						
						... 
						
						
						
						- remove periodic updates
- immediately trigger MQTT
- call mode chang to CALL_MODE_BUTTON 
						
						
					 
					
						2023-12-17 12:56:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9e9b1c3c98 
					 
					
						
						
							
							Fix for incorrect move of MQTT publish  
						
						 
						
						
						
						
					 
					
						2023-12-17 12:14:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						13d5deddec 
					 
					
						
						
							
							Fix buffer overwrite in PIR MQTT  
						
						 
						
						
						
						
					 
					
						2023-12-17 11:34:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						8522760c70 
					 
					
						
						
							
							Merge pull request  #3591  from WoodyLetsCode/caching  
						
						 
						
						... 
						
						
						
						Fix ETag caching 
						
						
					 
					
						2023-12-16 13:31:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						5bc2282ac5 
					 
					
						
						
							
							Merge branch '0_15' into caching  
						
						 
						
						
						
						
					 
					
						2023-12-16 13:27:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2944b2a8f6 
					 
					
						
						
							
							Merge branch '0_15' into temporary-AP  
						
						 
						
						
						
						
					 
					
						2023-12-16 13:07:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						264480b9bc 
					 
					
						
						
							
							Merge pull request  #3586  from WoodyLetsCode/aircoookie-link  
						
						 
						
						... 
						
						
						
						Add link to Aircoookie in Info 
						
						
					 
					
						2023-12-16 13:04:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						7d52cc46dc 
					 
					
						
						
							
							Merge pull request  #3590  from WoodyLetsCode/style  
						
						 
						
						... 
						
						
						
						Send empty page if skin.css does not exist 
						
						
					 
					
						2023-12-16 13:03:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						37c9fd278c 
					 
					
						
						
							
							Merge pull request  #3511  from WoodyLetsCode/simple-mode  
						
						 
						
						... 
						
						
						
						New implementation of the simplified UI 
						
						
					 
					
						2023-12-16 13:02:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3d6fe0a565 
					 
					
						
						
							
							Reduce memory fragmentation  
						
						 
						
						
						
						
					 
					
						2023-12-16 12:38:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						da488f76d2 
					 
					
						
						
							
							LDR_Dusk_Dawn: use pinManager, check ldrPin before use (quick-fix for  #3490 )  
						
						 
						
						
						
						
					 
					
						2023-12-15 21:58:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						6d28de77d1 
					 
					
						
						
							
							npm run build  
						
						 
						
						... 
						
						
						
						refreshing all UI files 
						
						
					 
					
						2023-12-14 20:47:58 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						a8bd46c521 
					 
					
						
						
							
							bugfix - unusable pins on pico32 boards ( #3573 )  
						
						 
						
						... 
						
						
						
						According to the technical manual, GPIO 16 + 17 are used for onboard flash, so cannot be used by WLED.
example buildenv:
[env:esp32_pico]
extends = env:esp32dev_qio80
board = pico32 
						
						
					 
					
						2023-12-14 20:36:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						1ec3a74d4c 
					 
					
						
						
							
							Manila Time is the same as CST (solves  #3517 )  
						
						 
						
						... 
						
						
						
						PHST abbreviation added for clarity. 
						
						
					 
					
						2023-12-14 19:44:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						076449a33d 
					 
					
						
						
							
							Strings in flash  
						
						 
						
						
						
						
					 
					
						2023-12-14 18:34:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1b5cc2abf1 
					 
					
						
						
							
							Button handling  
						
						 
						
						... 
						
						
						
						- debug messages
- verify touch GPIO 
						
						
					 
					
						2023-12-14 18:32:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b176225910 
					 
					
						
						
							
							Add Domoticz MQTT API  
						
						 
						
						... 
						
						
						
						- to PIR sensor
- to Dallas temperature 
						
						
					 
					
						2023-12-14 18:30:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						082d1eea48 
					 
					
						
						
							
							oappend robustness improvement  
						
						 
						
						... 
						
						
						
						obuf is reset to nullptr in some cases 
						
						
					 
					
						2023-12-14 15:58:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						e99dfbae0d 
					 
					
						
						
							
							Fix ETag caching  
						
						 
						
						
						
						
					 
					
						2023-12-14 14:41:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						d6735bed4f 
					 
					
						
						
							
							comment clean-up (cosmetic)  
						
						 
						
						
						
						
					 
					
						2023-12-14 13:53:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						b024d93fa0 
					 
					
						
						
							
							Send empty page if skin.css does not exist  
						
						 
						
						... 
						
						
						
						This has the advantage that we do not need to send the 404 error page every time 
						
						
					 
					
						2023-12-14 13:21:09 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						dbe8554724 
					 
					
						
						
							
							code spell checking - part3 (usermods)  
						
						 
						
						... 
						
						
						
						if you can spell Fahrenheit, you can't spell Celsius. And vice versa :-) 
						
						
					 
					
						2023-12-14 03:52:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						9f79e64678 
					 
					
						
						
							
							code spell checking - part2 (dependencies)  
						
						 
						
						
						
						
					 
					
						2023-12-14 03:50:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						f513cae66e 
					 
					
						
						
							
							code spell checking - part1 (core)  
						
						 
						
						... 
						
						
						
						I've found a code spellchecker, so this is what can be corrected easily. Changes are only affecting comments, readme and a few user-visible strings. So no functional impact expected. 
						
						
					 
					
						2023-12-14 03:49:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						37b807210e 
					 
					
						
						
							
							Scroll to first search result on search  
						
						 
						
						
						
						
					 
					
						2023-12-13 21:42:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Xaver 
							
						 
					 
					
						
						
							
						
						15e26ba929 
					 
					
						
						
							
							Add link to Aircoookie in Info  
						
						 
						
						
						
						
					 
					
						2023-12-13 11:34:25 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						db1795981f 
					 
					
						
						
							
							Fix dialog backdrop blur on Safari  
						
						 
						
						
						
						
					 
					
						2023-12-13 00:38:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						2a40baf509 
					 
					
						
						
							
							Update backdrop-filter blur value in index.css  
						
						 
						
						
						
						
					 
					
						2023-12-13 00:24:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						2dbf72e452 
					 
					
						
						
							
							Better implementation of dialog  
						
						 
						
						
						
						
					 
					
						2023-12-12 23:57:20 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						67ae716c60 
					 
					
						
						
							
							JSON HTTP error handling  
						
						 
						
						
						
						
					 
					
						2023-12-12 15:45:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Janos Stefan 
							
						 
					 
					
						
						
							
						
						8dfb130d19 
					 
					
						
						
							
							Remove compiled html headers.  
						
						 
						
						
						
						
					 
					
						2023-12-11 12:23:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Janos Stefan 
							
						 
					 
					
						
						
							
						
						2a42fea32a 
					 
					
						
						
							
							Add APA106 support  
						
						 
						
						
						
						
					 
					
						2023-12-11 09:26:20 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f69edefddf 
					 
					
						
						
							
							Segment syncing debug info  
						
						 
						
						
						
						
					 
					
						2023-12-10 10:12:58 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6f3b5fc559 
					 
					
						
						
							
							Add JSON API for AP toggle  
						
						 
						
						
						
						
					 
					
						2023-12-10 09:59:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7275a34e1f 
					 
					
						
						
							
							Partial fix for  #3578  
						
						 
						
						
						
						
					 
					
						2023-12-09 22:39:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						687e2ecaaa 
					 
					
						
						
							
							Merge branch '0_15' into simple-mode  
						
						 
						
						
						
						
					 
					
						2023-12-09 19:41:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						64312aedae 
					 
					
						
						
							
							npm and minor tweak  
						
						 
						
						
						
						
					 
					
						2023-12-09 19:29:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						391876e557 
					 
					
						
						
							
							Autowhite cleanup  
						
						 
						
						... 
						
						
						
						Fix for USC8904 hasWhite() 
						
						
					 
					
						2023-12-09 19:03:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cb95a7d418 
					 
					
						
						
							
							Autowhite cleanup  
						
						 
						
						... 
						
						
						
						Fix for UCS8904 hasWhite(). 
						
						
					 
					
						2023-12-09 18:58:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						830f806dee 
					 
					
						
						
							
							Fix segments not be displayed in simplified ui  
						
						 
						
						
						
						
					 
					
						2023-12-08 12:17:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						21c2316f6b 
					 
					
						
						
							
							Minor optimizations  
						
						 
						
						
						
						
					 
					
						2023-12-08 11:41:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						930a1ae450 
					 
					
						
						
							
							Fix dialog scrollbar on Firefox  
						
						 
						
						
						
						
					 
					
						2023-12-07 17:09:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						aec331b5a6 
					 
					
						
						
							
							Add selected palette and effect names to dropdown  
						
						 
						
						
						
						
					 
					
						2023-12-07 14:58:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						1db6c281b1 
					 
					
						
						
							
							Hide buttons for pixel art and custom palettes  
						
						 
						
						
						
						
					 
					
						2023-12-07 13:11:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ezcGman 
							
						 
					 
					
						
						
							
						
						5b70ca81a7 
					 
					
						
						
							
							Dropped RLM again from HTTP API  
						
						 
						
						
						
						
					 
					
						2023-12-06 21:42:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ezcGman 
							
						 
					 
					
						
						
							
						
						d00df785a5 
					 
					
						
						
							
							Merge branch '0_15' of  https://github.com/Aircoookie/WLED  into ledmaps-realtime  
						
						 
						
						
						
						
					 
					
						2023-12-06 21:41:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						d0c6e7a285 
					 
					
						
						
							
							Add check if UI was already simplified  
						
						 
						
						
						
						
					 
					
						2023-12-06 19:20:58 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						058995a0b6 
					 
					
						
						
							
							fix selected effect position  
						
						 
						
						
						
						
					 
					
						2023-12-06 18:57:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						fd3be887b4 
					 
					
						
						
							
							Add dropdown for effects  
						
						 
						
						
						
						
					 
					
						2023-12-06 17:48:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								skinnyquiver 
							
						 
					 
					
						
						
							
						
						84802d9065 
					 
					
						
						
							
							[fix] Uses extends as per softhack007 comment  
						
						 
						
						
						
						
					 
					
						2023-12-05 10:36:31 -06:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Rasch 
							
						 
					 
					
						
						
							
						
						90d696d826 
					 
					
						
						
							
							fix(esp32c3-2mb): correct flash size for c3 board with only 2MB  
						
						 
						
						
						
						
					 
					
						2023-12-05 10:54:32 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								skinnyquiver 
							
						 
					 
					
						
						
							
						
						aeb9e2ad9f 
					 
					
						
						
							
							[fix] Removes additional default envs line  
						
						 
						
						
						
						
					 
					
						2023-12-04 19:24:35 -06:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								skinnyquiver 
							
						 
					 
					
						
						
							
						
						26ab1bfd4f 
					 
					
						
						
							
							[Feat] Adds new esp32s3dev_16MB_PSRAM_opi dev board to work with LilyGo T7_s3 ESP32-S3-WROOM-1-N16R8  
						
						 
						
						
						
						
					 
					
						2023-12-04 19:17:15 -06:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						23d44cb28b 
					 
					
						
						
							
							Update top position in .dialog CSS  
						
						 
						
						... 
						
						
						
						for better mobile appearance 
						
						
					 
					
						2023-12-04 20:42:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Broersma 
							
						 
					 
					
						
						
							
						
						de4b352495 
					 
					
						
						
							
							Fix AsyncClient hangs  
						
						 
						
						
						
						
					 
					
						2023-12-02 16:23:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d635117194 
					 
					
						
						
							
							Bugfix ledtype  
						
						 
						
						
						
						
					 
					
						2023-12-02 12:15:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c0412d368e 
					 
					
						
						
							
							SEGLEN bugfix if default map1D2D not defined  
						
						 
						
						... 
						
						
						
						- comments 
						
						
					 
					
						2023-12-02 00:48:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7ec30f0796 
					 
					
						
						
							
							FX:  
						
						 
						
						... 
						
						
						
						- Matrix bugfix
- Lissajous metadata fix 
						
						
					 
					
						2023-12-02 00:47:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9815a55221 
					 
					
						
						
							
							Bugfix  #3561  
						
						 
						
						
						
						
					 
					
						2023-12-02 00:45:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7c108e5128 
					 
					
						
						
							
							Bugfix for SEGENV if defult map1D2D not defined  
						
						 
						
						
						
						
					 
					
						2023-12-02 00:44:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4873031c37 
					 
					
						
						
							
							Bugfix  #3561  
						
						 
						
						
						
						
					 
					
						2023-12-02 00:39:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						15d23870c1 
					 
					
						
						
							
							Tootip bugfix  
						
						 
						
						
						
						
					 
					
						2023-12-01 16:29:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						2abbf7e762 
					 
					
						
						
							
							Hide palette dialog if not available  
						
						 
						
						
						
						
					 
					
						2023-12-01 15:31:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						1578aa7cb6 
					 
					
						
						
							
							Finalize rebase  
						
						 
						
						
						
						
					 
					
						2023-12-01 14:09:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						f2230751e7 
					 
					
						
						
							
							Update padding of palette dialog  
						
						 
						
						
						
						
					 
					
						2023-12-01 11:57:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						8fc0dda26d 
					 
					
						
						
							
							Reset scrolling when opening pallet dialog  
						
						 
						
						
						
						
					 
					
						2023-12-01 11:57:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						0ab71badfa 
					 
					
						
						
							
							Clear palette search when dialog is opened  
						
						 
						
						
						
						
					 
					
						2023-12-01 11:57:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						0f24d924f9 
					 
					
						
						
							
							Update background color of palette dialog  
						
						 
						
						
						
						
					 
					
						2023-12-01 11:57:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						518a0de95f 
					 
					
						
						
							
							minor tweak  
						
						 
						
						
						
						
					 
					
						2023-12-01 11:57:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						fa5648c0c3 
					 
					
						
						
							
							Remove hideD class to use hide class instead  
						
						 
						
						
						
						
					 
					
						2023-12-01 11:57:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christophe Gagnier 
							
						 
					 
					
						
						
							
						
						bd620a764d 
					 
					
						
						
							
							Fix width issue with simplified UI due to desktop mode leftovers  
						
						 
						
						
						
						
					 
					
						2023-12-01 11:53:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christophe Gagnier 
							
						 
					 
					
						
						
							
						
						cff42b5d27 
					 
					
						
						
							
							Improve palette list resizing a bit  
						
						 
						
						
						
						
					 
					
						2023-12-01 11:53:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christophe Gagnier 
							
						 
					 
					
						
						
							
						
						25eef2a40e 
					 
					
						
						
							
							Show palette selection in a dialog  
						
						 
						
						
						
						
					 
					
						2023-12-01 11:51:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						db276d5f1f 
					 
					
						
						
							
							moved segcont simplification to simplifyUI()  
						
						 
						
						
						
						
					 
					
						2023-12-01 11:51:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ce0d906c35 
					 
					
						
						
							
							Dev mode fix.  
						
						 
						
						
						
						
					 
					
						2023-12-01 11:51:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						520826abc0 
					 
					
						
						
							
							Minor tewaks.  
						
						 
						
						
						
						
					 
					
						2023-12-01 11:51:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						5e1d6014d5 
					 
					
						
						
							
							Fix color picker  
						
						 
						
						
						
						
					 
					
						2023-12-01 11:51:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						32af17317c 
					 
					
						
						
							
							minor improvements  
						
						 
						
						
						
						
					 
					
						2023-12-01 11:51:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						3e7cc8a0a0 
					 
					
						
						
							
							add comment for simplifyUI()  
						
						 
						
						
						
						
					 
					
						2023-12-01 11:51:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						f717ce52fa 
					 
					
						
						
							
							Display effect mode text on small screens  
						
						 
						
						
						
						
					 
					
						2023-12-01 11:50:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						d880f3c628 
					 
					
						
						
							
							Add palette list dropdown  
						
						 
						
						
						
						
					 
					
						2023-12-01 11:50:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						0a97717b35 
					 
					
						
						
							
							Add simplified segments  
						
						 
						
						
						
						
					 
					
						2023-12-01 11:50:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						029403ea10 
					 
					
						
						
							
							Only Effect Search should stay on top  
						
						 
						
						
						
						
					 
					
						2023-12-01 11:50:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						e4ec65622f 
					 
					
						
						
							
							Enable simplifiedUI by default  
						
						 
						
						
						
						
					 
					
						2023-12-01 11:50:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						3ee3b97255 
					 
					
						
						
							
							Remove old simplifiedUI code and update cdata.js  
						
						 
						
						
						
						
					 
					
						2023-12-01 11:09:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						a3dd6ce891 
					 
					
						
						
							
							simplifiedUI moved to index.js  
						
						 
						
						
						
						
					 
					
						2023-12-01 11:09:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						0c97d7701e 
					 
					
						
						
							
							Remove no longer needed code for simplifiedUI  
						
						 
						
						
						
						
					 
					
						2023-12-01 10:55:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						b852b6f55c 
					 
					
						
						
							
							Add simplifiedUI to info object  
						
						 
						
						
						
						
					 
					
						2023-12-01 10:55:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						d3b7b857a4 
					 
					
						
						
							
							Fix palette list shadow of selected option  
						
						 
						
						... 
						
						
						
						Fix padding and margin in pallist element
Fix palette list shadow of selected option 
						
						
					 
					
						2023-12-01 10:55:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						63ad3f9290 
					 
					
						
						
							
							Show brightness slider  
						
						 
						
						
						
						
					 
					
						2023-12-01 10:55:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						40cc30e054 
					 
					
						
						
							
							Remove unnecessary comment in simple.js  
						
						 
						
						
						
						
					 
					
						2023-12-01 10:55:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						23374e98ae 
					 
					
						
						
							
							Added preset quick load before palette list  
						
						 
						
						
						
						
					 
					
						2023-12-01 10:55:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						40f544fffc 
					 
					
						
						
							
							Reimplemented simplified UI  
						
						 
						
						
						
						
					 
					
						2023-12-01 10:52:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ezcGman 
							
						 
					 
					
						
						
							
						
						4fc69c9a2c 
					 
					
						
						
							
							Merge branch '0_15' of  https://github.com/Aircoookie/WLED  into ledmaps-realtime  
						
						 
						
						
						
						
					 
					
						2023-11-29 20:14:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ezcGman 
							
						 
					 
					
						
						
							
						
						2e5a485804 
					 
					
						
						
							
							Realtime LED Maps: Feedback applied  
						
						 
						
						
						
						
					 
					
						2023-11-29 20:12:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2d10b5be90 
					 
					
						
						
							
							from  #3555  
						
						 
						
						
						
						
					 
					
						2023-11-29 13:46:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						b0d0bb7953 
					 
					
						
						
							
							Merge pull request  #3555  from srg74/patch-1  
						
						 
						
						... 
						
						
						
						Update readme.md 
						
						
					 
					
						2023-11-29 13:42:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						8c69b85280 
					 
					
						
						
							
							Merge pull request  #3540  from WoodyLetsCode/search  
						
						 
						
						... 
						
						
						
						Improve search and filter functionality 
						
						
					 
					
						2023-11-29 13:41:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9d6d1e4ff8 
					 
					
						
						
							
							npm  
						
						 
						
						
						
						
					 
					
						2023-11-29 13:37:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e71c72b4a2 
					 
					
						
						
							
							Remove re-seeding FastLED random8/random16 in FX  
						
						 
						
						
						
						
					 
					
						2023-11-29 13:33:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						bf4b29b3e3 
					 
					
						
						
							
							Merge pull request  #3552  from TripleWhy/seedRandom16  
						
						 
						
						... 
						
						
						
						Seed FastLED's RNG 
						
						
					 
					
						2023-11-29 13:30:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8e0809ceba 
					 
					
						
						
							
							Code size reduction  
						
						 
						
						
						
						
					 
					
						2023-11-29 11:56:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Broersma 
							
						 
					 
					
						
						
							
						
						230af48899 
					 
					
						
						
							
							Fixing parsing only VALID JSON, in the past, when invalid JSON, the WLED runtime would crash  
						
						 
						
						
						
						
					 
					
						2023-11-28 12:04:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ezcGman 
							
						 
					 
					
						
						
							
						
						9dc459192e 
					 
					
						
						
							
							Merge branch '0_15' of  https://github.com/Aircoookie/WLED  into ledmaps-realtime  
						
						 
						
						
						
						
					 
					
						2023-11-28 11:49:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8de2301c6b 
					 
					
						
						
							
							Usermod transition change  
						
						 
						
						
						
						
					 
					
						2023-11-28 10:46:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f66b343edd 
					 
					
						
						
							
							Possible fix for  #3541  
						
						 
						
						
						
						
					 
					
						2023-11-28 10:42:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								srg74 
							
						 
					 
					
						
						
							
						
						ff82d36e94 
					 
					
						
						
							
							Update readme.md  
						
						 
						
						... 
						
						
						
						Fix typo 
						
						
					 
					
						2023-11-27 22:47:07 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c3e937f5e0 
					 
					
						
						
							
							Fix for  #3514  
						
						 
						
						
						
						
					 
					
						2023-11-27 20:58:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								TripleWhy 
							
						 
					 
					
						
						
							
						
						25c5e823d9 
					 
					
						
						
							
							Seed FastLED's random functions during startup  
						
						 
						
						... 
						
						
						
						This allows effects or color palettes that use FastLED's RNG to be
different each time the device is powered on. 
						
						
					 
					
						2023-11-27 18:44:09 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								TripleWhy 
							
						 
					 
					
						
						
							
						
						528b8b1271 
					 
					
						
						
							
							Use FastLED's random functions instead of arduino's for all effects  
						
						 
						
						
						
						
					 
					
						2023-11-27 18:18:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b88344a6c0 
					 
					
						
						
							
							Second attempt at  #3541  
						
						 
						
						
						
						
					 
					
						2023-11-27 14:24:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9e135cc81d 
					 
					
						
						
							
							Hide transitions if not enabled.  
						
						 
						
						
						
						
					 
					
						2023-11-27 13:39:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						72ef288357 
					 
					
						
						
							
							Fix for  #3514  
						
						 
						
						
						
						
					 
					
						2023-11-27 13:34:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						426ac29ca5 
					 
					
						
						
							
							Possible fix for  #3541  
						
						 
						
						
						
						
					 
					
						2023-11-27 13:27:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						ceb330e3e4 
					 
					
						
						
							
							Do not hide filter menu if filter is active  
						
						 
						
						
						
						
					 
					
						2023-11-26 18:15:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						7ea8f741f2 
					 
					
						
						
							
							Make code more readable  
						
						 
						
						
						
						
					 
					
						2023-11-26 17:35:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						443c9fba03 
					 
					
						
						
							
							Fix search input focus issue  
						
						 
						
						
						
						
					 
					
						2023-11-26 17:07:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						0227f79bd7 
					 
					
						
						
							
							Merge pull request  #3547  from micw/feature/wiz-smart-button-0.15  
						
						 
						
						... 
						
						
						
						Support for wiz smart button 
						
						
					 
					
						2023-11-25 19:17:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Wyraz 
							
						 
					 
					
						
						
							
						
						2812eaa13d 
					 
					
						
						
							
							Support for wiz smart button  
						
						 
						
						
						
						
					 
					
						2023-11-25 16:42:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						cb293fcdb3 
					 
					
						
						
							
							Fix filter hiding on chrome  
						
						 
						
						
						
						
					 
					
						2023-11-24 13:48:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						706428fe98 
					 
					
						
						
							
							Fix filterFx function calls  
						
						 
						
						
						
						
					 
					
						2023-11-24 13:21:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						698f5f951e 
					 
					
						
						
							
							Fix search function behavior when filter is active  
						
						 
						
						
						
						
					 
					
						2023-11-24 13:04:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						155c12f657 
					 
					
						
						
							
							Improve search and filter functionality  
						
						 
						
						
						
						
					 
					
						2023-11-24 11:24:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ezcGman 
							
						 
					 
					
						
						
							
						
						a36c731d15 
					 
					
						
						
							
							En-/disable LED maps when receiving realtime data  
						
						 
						
						
						
						
					 
					
						2023-11-23 17:13:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6a793536dd 
					 
					
						
						
							
							Add button type: Touch (switch)  #3537  
						
						 
						
						
						
						
					 
					
						2023-11-22 15:35:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						27532a4237 
					 
					
						
						
							
							Add new AP type to prevent user frustration.  
						
						 
						
						
						
						
					 
					
						2023-11-22 15:30:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						467f69f50e 
					 
					
						
						
							
							Switch off AP after 5min  
						
						 
						
						... 
						
						
						
						- when no clients are connected in "No connection after boot" mode 
						
						
					 
					
						2023-11-21 17:23:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						32e724e744 
					 
					
						
						
							
							Merge pull request  #3536  from Aircoookie/ntp_errorchecking  
						
						 
						
						... 
						
						
						
						NTP validation, and rejecting malformed responses (related to #3515 ) 
						
						
					 
					
						2023-11-20 21:13:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						5fb891c495 
					 
					
						
						
							
							indentation fix2  
						
						 
						
						
						
						
					 
					
						2023-11-20 19:24:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						d56cefdc7a 
					 
					
						
						
							
							indentation fix  
						
						 
						
						
						
						
					 
					
						2023-11-20 19:20:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						80c67d37c0 
					 
					
						
						
							
							bufix: ntp query when NTP gets enabled from UI  
						
						 
						
						... 
						
						
						
						when NTP got enabled via UI, WLED would wait up to 12 hours before issuing the first NTP request. 
						
						
					 
					
						2023-11-20 15:13:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						1e29d9463e 
					 
					
						
						
							
							validate NTP responses ( fixes   #3515 )  
						
						 
						
						... 
						
						
						
						* purge old (not yet processes) NTP responses
* validate server responses before updating WLED time
* purge receive buffer when package is rejected (avoids mem leak on esp32) 
						
						
					 
					
						2023-11-20 12:24:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						75f6a53269 
					 
					
						
						
							
							Fix ( #3522 )  
						
						 
						
						
						
						
					 
					
						2023-11-18 18:50:19 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b5a8f3156c 
					 
					
						
						
							
							Bugfix ( #3522 )  
						
						 
						
						
						
						
					 
					
						2023-11-18 18:49:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						de245c08ce 
					 
					
						
						
							
							Merge pull request  #3483  from ajotanc/pxm_update  
						
						 
						
						... 
						
						
						
						Update Pixel Magic Tool 
						
						
					 
					
						2023-11-18 18:34:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						76a7f25083 
					 
					
						
						
							
							Merge pull request  #3522  from martinez20m/fix_ir_repeat  
						
						 
						
						... 
						
						
						
						Fix repeatable action for ir json 
						
						
					 
					
						2023-11-18 18:29:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d9a96fbb29 
					 
					
						
						
							
							Bugfix ( #3533 )  
						
						 
						
						
						
						
					 
					
						2023-11-18 18:24:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						16617660c3 
					 
					
						
						
							
							Bugfix ( #3533 )  
						
						 
						
						
						
						
					 
					
						2023-11-18 18:22:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						a83d9a075f 
					 
					
						
						
							
							Merge pull request  #3508  from Moustachauve/fix-settings-cache  
						
						 
						
						... 
						
						
						
						Fix settings caching on some browsers 
						
						
					 
					
						2023-11-17 08:48:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christophe Gagnier 
							
						 
					 
					
						
						
							
						
						eca3fb1e19 
					 
					
						
						
							
							Revert "Implement front-end strategy to prevent caching"  
						
						 
						
						... 
						
						
						
						This reverts commit 51dfa9a247 . 
						
						
					 
					
						2023-11-16 21:21:09 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						41bc799c3f 
					 
					
						
						
							
							0.14.1 changelog  
						
						 
						
						
						
						
					 
					
						2023-11-16 20:37:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						44726c7411 
					 
					
						
						
							
							Changelog 0.14.1-b1  
						
						 
						
						
						
						
					 
					
						2023-11-16 19:34:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8f7f9ec367 
					 
					
						
						
							
							Feature: Per-port ABL  
						
						 
						
						
						
						
					 
					
						2023-11-15 19:37:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						21de8f2284 
					 
					
						
						
							
							Effect: 2D Matrix gap fix  
						
						 
						
						
						
						
					 
					
						2023-11-15 18:05:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						15797a89e7 
					 
					
						
						
							
							Bugfix ( #3526 )  
						
						 
						
						
						
						
					 
					
						2023-11-15 18:04:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c340a1d47f 
					 
					
						
						
							
							Bugfix ( #3526 )  
						
						 
						
						
						
						
					 
					
						2023-11-15 18:04:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Broersma 
							
						 
					 
					
						
						
							
						
						71cec39bc4 
					 
					
						
						
							
							update to 0.0.4 includes SHA1 hash instead of old 10digit hash  
						
						 
						
						
						
						
					 
					
						2023-11-15 17:24:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Broersma 
							
						 
					 
					
						
						
							
						
						882542318c 
					 
					
						
						
							
							Update to v0.0.3, allowing all WLED JSON giving much more possibilities  
						
						 
						
						
						
						
					 
					
						2023-11-13 22:05:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marcin Skiba 
							
						 
					 
					
						
						
							
						
						7238ef4f55 
					 
					
						
						
							
							Fix repeatable action for ir json  
						
						 
						
						
						
						
					 
					
						2023-11-13 12:28:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1049d65621 
					 
					
						
						
							
							Changelog update  
						
						 
						
						
						
						
					 
					
						2023-11-12 14:21:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						552ae836e9 
					 
					
						
						
							
							Merge pull request  #3501  from TripleWhy/spookierEyes  
						
						 
						
						... 
						
						
						
						A spookier version of Halloween Eyes 
						
						
					 
					
						2023-11-12 14:01:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1852c0a88c 
					 
					
						
						
							
							Merge branch '0_15' into spookierEyes  
						
						 
						
						
						
						
					 
					
						2023-11-12 12:49:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d0d399bdfc 
					 
					
						
						
							
							Revert to comparing _data for double buffering  
						
						 
						
						... 
						
						
						
						- warning: test for potential FPS drop (regression) 
						
						
					 
					
						2023-11-12 12:45:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3975fe0f02 
					 
					
						
						
							
							Unload playlist on Wiz  remote preset button press  
						
						 
						
						
						
						
					 
					
						2023-11-12 12:41:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						0739cfc240 
					 
					
						
						
							
							Merge pull request  #3498  from chrisburrows/multi-relay-settings  
						
						 
						
						... 
						
						
						
						Allow more compile time settings for multi-relay 
						
						
					 
					
						2023-11-10 19:54:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chris Burrows 
							
						 
					 
					
						
						
							
						
						f31bf4f7c9 
					 
					
						
						
							
							Updated readme  
						
						 
						
						
						
						
					 
					
						2023-11-10 17:36:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f413671915 
					 
					
						
						
							
							Focus fix.  
						
						 
						
						
						
						
					 
					
						2023-11-09 17:14:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christophe Gagnier 
							
						 
					 
					
						
						
							
						
						e67a210e95 
					 
					
						
						
							
							Implement back-end strategy to prevent caching  
						
						 
						
						... 
						
						
						
						By setting the response header "Cache-Control" to "no-store" and setting "Expires" to 0, we make sure the browsers and place calling this never store it in cache. 
						
						
					 
					
						2023-11-08 23:46:31 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christophe Gagnier 
							
						 
					 
					
						
						
							
						
						51dfa9a247 
					 
					
						
						
							
							Implement front-end strategy to prevent caching  
						
						 
						
						... 
						
						
						
						By adding a random string to the path of the js file every time, we make sure to never hit the browser cache. 
						
						
					 
					
						2023-11-08 23:45:48 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7c121b8ba6 
					 
					
						
						
							
							Dissolve fix ( #3502 )  
						
						 
						
						
						
						
					 
					
						2023-11-08 18:42:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ae92a5c25e 
					 
					
						
						
							
							Dissolve fix ( #3502 )  
						
						 
						
						
						
						
					 
					
						2023-11-08 18:41:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						fabd3b8421 
					 
					
						
						
							
							Better reverse proxy support.  
						
						 
						
						
						
						
					 
					
						2023-11-08 18:40:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chris Burrows 
							
						 
					 
					
						
						
							
						
						94d754e63a 
					 
					
						
						
							
							Allow more compile time settings  
						
						 
						
						
						
						
					 
					
						2023-11-07 16:06:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f869542a47 
					 
					
						
						
							
							Changelog update.  
						
						 
						
						
						
						
					 
					
						2023-11-06 20:39:58 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2b616b688d 
					 
					
						
						
							
							Implement global JSON API boolean toggle.  
						
						 
						
						
						
						
					 
					
						2023-11-06 20:08:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								TripleWhy 
							
						 
					 
					
						
						
							
						
						0925ea6f9c 
					 
					
						
						
							
							Add some comments  
						
						 
						
						
						
						
					 
					
						2023-11-04 16:12:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								TripleWhy 
							
						 
					 
					
						
						
							
						
						87b5565679 
					 
					
						
						
							
							Minor simplification  
						
						 
						
						
						
						
					 
					
						2023-11-04 16:12:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								TripleWhy 
							
						 
					 
					
						
						
							
						
						adcecf969a 
					 
					
						
						
							
							Simplify casting a bit, where possible  
						
						 
						
						
						
						
					 
					
						2023-11-04 15:54:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								TripleWhy 
							
						 
					 
					
						
						
							
						
						f3831665d4 
					 
					
						
						
							
							Fix type name  
						
						 
						
						
						
						
					 
					
						2023-11-04 15:48:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9db8d44654 
					 
					
						
						
							
							Sort presets by ID  
						
						 
						
						
						
						
					 
					
						2023-11-04 09:51:25 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e1075a3bbf 
					 
					
						
						
							
							Sort presets by ID  
						
						 
						
						
						
						
					 
					
						2023-11-04 09:39:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								TripleWhy 
							
						 
					 
					
						
						
							
						
						3b6f499fc5 
					 
					
						
						
							
							Reduce EyeData size by a few bytes  
						
						 
						
						
						
						
					 
					
						2023-11-02 18:31:58 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								TripleWhy 
							
						 
					 
					
						
						
							
						
						2c1fbe103b 
					 
					
						
						
							
							Spookier version of Halloween Eyes  
						
						 
						
						
						
						
					 
					
						2023-11-02 18:12:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						1543862f3b 
					 
					
						
						
							
							Merge pull request  #3490  from JeffWDH/main  
						
						 
						
						... 
						
						
						
						Add LDR sensor dusk/dawn preset control Usermod 
						
						
					 
					
						2023-11-02 16:47:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								JeffWDH 
							
						 
					 
					
						
						
							
						
						5b7b34a9f0 
					 
					
						
						
							
							Add LDR sensor dusk/dawn preset control Usermod  
						
						 
						
						
						
						
					 
					
						2023-11-02 11:20:08 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						fb6271eecf 
					 
					
						
						
							
							Merge pull request  #3496  from WoodyLetsCode/power-supply  
						
						 
						
						... 
						
						
						
						Fix wrong power supply info 
						
						
					 
					
						2023-11-01 10:35:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						031526b619 
					 
					
						
						
							
							Correction  
						
						 
						
						
						
						
					 
					
						2023-11-01 10:29:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e42ca2dbf2 
					 
					
						
						
							
							Fix   #3496  
						
						 
						
						
						
						
					 
					
						2023-11-01 10:28:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4f5816f42e 
					 
					
						
						
							
							Merge branch '0_14_1' into power-supply  
						
						 
						
						
						
						
					 
					
						2023-11-01 10:26:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						555d0d3378 
					 
					
						
						
							
							Npm & version comment  
						
						 
						
						
						
						
					 
					
						2023-11-01 10:23:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						1495b756d3 
					 
					
						
						
							
							Merge pull request  #3481  from WoodyLetsCode/random-bg-img  
						
						 
						
						... 
						
						
						
						Improved random bg image and added random bg image options 
						
						
					 
					
						2023-10-31 10:27:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7f78d00b97 
					 
					
						
						
							
							Tweaks  
						
						 
						
						
						
						
					 
					
						2023-10-31 10:21:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bfd58b3cdf 
					 
					
						
						
							
							Merge branch '0_15' into random-bg-img  
						
						 
						
						
						
						
					 
					
						2023-10-31 09:24:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e260b9473a 
					 
					
						
						
							
							Bump build  
						
						 
						
						
						
						
					 
					
						2023-10-31 09:20:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						ccc56d446f 
					 
					
						
						
							
							Merge pull request  #3484  from WoodyLetsCode/settings-page  
						
						 
						
						... 
						
						
						
						Show 2D Configuration button by default 
						
						
					 
					
						2023-10-31 09:17:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						31a4e38bc0 
					 
					
						
						
							
							Shave a few bytes.  
						
						 
						
						
						
						
					 
					
						2023-10-30 13:43:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						284366e6bb 
					 
					
						
						
							
							fixed wrong power supply info  
						
						 
						
						
						
						
					 
					
						2023-10-29 19:04:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9c6dda9bd2 
					 
					
						
						
							
							Segment copy bugfix  
						
						 
						
						... 
						
						
						
						Audio palette modification 
						
						
					 
					
						2023-10-29 11:27:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e5f6f8dfa7 
					 
					
						
						
							
							Twinklefox & Twinklecat fix  
						
						 
						
						
						
						
					 
					
						2023-10-28 21:04:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0232117de5 
					 
					
						
						
							
							Twinklefox fix  
						
						 
						
						... 
						
						
						
						Tooltip tuning 
						
						
					 
					
						2023-10-28 21:02:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						96700fe3d1 
					 
					
						
						
							
							Fix for udp sync ( #3487 )  
						
						 
						
						
						
						
					 
					
						2023-10-27 17:49:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						367a4e17a2 
					 
					
						
						
							
							Fix udp sync (fix for  #3487 )  
						
						 
						
						
						
						
					 
					
						2023-10-27 17:48:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						eba0d7c1e0 
					 
					
						
						
							
							Remove loggong.  
						
						 
						
						
						
						
					 
					
						2023-10-27 16:53:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						341a4a0d60 
					 
					
						
						
							
							Fix sticky top.  
						
						 
						
						
						
						
					 
					
						2023-10-27 16:35:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d116424241 
					 
					
						
						
							
							Filter dropdown.  
						
						 
						
						
						
						
					 
					
						2023-10-26 22:09:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						db881ee011 
					 
					
						
						
							
							Small optimisations.  
						
						 
						
						... 
						
						
						
						2D liveView (non-WS) core
soundSim fix 
						
						
					 
					
						2023-10-25 20:27:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						34bed44a9b 
					 
					
						
						
							
							Hide 2D Configuration if 2D is not compiled in  
						
						 
						
						
						
						
					 
					
						2023-10-25 18:33:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Xaver 
							
						 
					 
					
						
						
							
						
						d431aa4b59 
					 
					
						
						
							
							Show 2D Config button by default  
						
						 
						
						
						
						
					 
					
						2023-10-25 08:33:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						2512bebc62 
					 
					
						
						
							
							Corrections  
						
						 
						
						... 
						
						
						
						- CSS adjustments
- Removal of some html
- Correction of CORS error when using the file locally, it was unable to generate the images that are saved in WLED
- Among others that I don't remember now 
						
						
					 
					
						2023-10-24 18:56:12 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						309dbd7585 
					 
					
						
						
							
							Fixies  
						
						 
						
						... 
						
						
						
						- Correction in animation generation that was actually breaking
- Button to return to WLED if pxmagic.htm is accessed via url (http://), if accessed via external (file://) the button will not show
- Adjustments to CSS and some features 
						
						
					 
					
						2023-10-24 13:28:33 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						a1f28caa8e 
					 
					
						
						
							
							Update Pixel Magic Tool  
						
						 
						
						... 
						
						
						
						Reducing the size of HTML/CSS/Javascript 
						
						
					 
					
						2023-10-24 12:52:06 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						4204393337 
					 
					
						
						
							
							Merge branch '0_15' into random-bg-img  
						
						 
						
						
						
						
					 
					
						2023-10-23 22:21:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						789e34702b 
					 
					
						
						
							
							Pixel Magic logo  
						
						 
						
						
						
						
					 
					
						2023-10-23 21:06:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						47bc1bf88d 
					 
					
						
						
							
							Merge branch '0_14_1' into 0_15  
						
						 
						
						
						
						
					 
					
						2023-10-23 20:18:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9867227ccd 
					 
					
						
						
							
							Increase IRAM at the expense of cache for ESP8266  
						
						 
						
						
						
						
					 
					
						2023-10-23 19:30:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						26302d478e 
					 
					
						
						
							
							Shave a few bytes.  
						
						 
						
						
						
						
					 
					
						2023-10-23 19:26:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						0decf94c9c 
					 
					
						
						
							
							Merge pull request  #3480  from knarfd/0_14_1  
						
						 
						
						... 
						
						
						
						Add #HH and #MM time options for ScrollingText effect 
						
						
					 
					
						2023-10-23 19:20:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								knarfd 
							
						 
					 
					
						
						
							
						
						0ae78efd43 
					 
					
						
						
							
							Update FX.cpp  
						
						 
						
						
						
						
					 
					
						2023-10-23 18:28:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						b5af6b0bf9 
					 
					
						
						
							
							added options for random bg image  
						
						 
						
						
						
						
					 
					
						2023-10-23 17:30:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						3eabefd3d6 
					 
					
						
						
							
							Merge pull request  #3466  from WoodyLetsCode/fix-effect-jumping  
						
						 
						
						... 
						
						
						
						Fix jumping of selected effect on refresh 
						
						
					 
					
						2023-10-22 19:12:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						7ff6a6e0e7 
					 
					
						
						
							
							updated html_ui.h via npm run build  
						
						 
						
						
						
						
					 
					
						2023-10-22 18:26:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						94dc611024 
					 
					
						
						
							
							Merge pull request  #1  from WoodyLetsCode/0_14_1  
						
						 
						
						... 
						
						
						
						update to 0.14.1 
						
						
					 
					
						2023-10-22 18:20:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						0b28107432 
					 
					
						
						
							
							Merge branch 'fix-effect-jumping' into 0_14_1  
						
						 
						
						
						
						
					 
					
						2023-10-22 18:19:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						fe717dad7f 
					 
					
						
						
							
							Possible fix for:  
						
						 
						
						... 
						
						
						
						- #3382 
- #3312  
						
						
					 
					
						2023-10-22 17:54:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						fb3816e2e5 
					 
					
						
						
							
							Possible fix for:  
						
						 
						
						... 
						
						
						
						- #3382 
- #3312  
						
						
					 
					
						2023-10-22 17:53:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						535bf4c848 
					 
					
						
						
							
							npm  
						
						 
						
						
						
						
					 
					
						2023-10-22 12:37:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						1fc60b0682 
					 
					
						
						
							
							Merge pull request  #3460  from mountainash/fix/broken-asset-links  
						
						 
						
						... 
						
						
						
						Fixed broken Alphacoders hosted assest asset links 
						
						
					 
					
						2023-10-22 11:41:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mountain/\Ash 
							
						 
					 
					
						
						
							
						
						302f1ee8e3 
					 
					
						
						
							
							removed: past Easter event  
						
						 
						
						
						
						
					 
					
						2023-10-22 11:02:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mountain/\Ash 
							
						 
					 
					
						
						
							
						
						42aec56b8e 
					 
					
						
						
							
							refactor: removed trailing whitespace  
						
						 
						
						
						
						
					 
					
						2023-10-22 11:02:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mountain/\Ash 
							
						 
					 
					
						
						
							
						
						199c00c59b 
					 
					
						
						
							
							fix: image URLs moved on alphacoders  
						
						 
						
						
						
						
					 
					
						2023-10-22 11:02:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						107bb14555 
					 
					
						
						
							
							Merge pull request  #3296  from ajotanc/pxmagic  
						
						 
						
						... 
						
						
						
						Updating pxmagic and WLED UI 
						
						
					 
					
						2023-10-21 20:22:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5820792013 
					 
					
						
						
							
							Revert changes.  
						
						 
						
						
						
						
					 
					
						2023-10-21 20:12:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0e20248494 
					 
					
						
						
							
							Fix gitignore.  
						
						 
						
						
						
						
					 
					
						2023-10-21 20:01:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c4f4b247bc 
					 
					
						
						
							
							Merge branch 'main' into 0_15  
						
						 
						
						
						
						
					 
					
						2023-10-21 19:52:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0d66bc49c2 
					 
					
						
						
							
							Merge branch 'main' into 0_14_1  
						
						 
						
						
						
						
					 
					
						2023-10-21 19:52:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						bdc78a826f 
					 
					
						
						
							
							Merge pull request  #3464  from ajotanc/new_feature  
						
						 
						
						... 
						
						
						
						UI tooltips (interface improvements) 
						
						
					 
					
						2023-10-21 19:27:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6570062e61 
					 
					
						
						
							
							Slight tweaks.  
						
						 
						
						
						
						
					 
					
						2023-10-21 19:18:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						820facb833 
					 
					
						
						
							
							Removed unnecessary text  
						
						 
						
						
						
						
					 
					
						2023-10-21 18:13:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						a933fcf7e2 
					 
					
						
						
							
							Optimisations, and fix variable multiplier in tooltip()  
						
						 
						
						
						
						
					 
					
						2023-10-20 19:13:45 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						2d3039c6a2 
					 
					
						
						
							
							Fix  
						
						 
						
						
						
						
					 
					
						2023-10-20 18:22:13 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						aca01044f4 
					 
					
						
						
							
							Add brand  
						
						 
						
						... 
						
						
						
						Since PXM will not open internally but on another page from the button, I decided to add the logo again if it's not a problem of course.. Just so I don't run out of information 
						
						
					 
					
						2023-10-20 18:20:28 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						dffd1b1d69 
					 
					
						
						
							
							Optimisations.  
						
						 
						
						... 
						
						
						
						- tooltip everywhere
- smaller footprint
- fix brightness div 
						
						
					 
					
						2023-10-20 21:32:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						14fc64f2f1 
					 
					
						
						
							
							Fix  
						
						 
						
						... 
						
						
						
						Checkbox fixes added 
						
						
					 
					
						2023-10-20 12:20:49 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						04791d06d0 
					 
					
						
						
							
							hide URL field when Random BG image is checked  
						
						 
						
						
						
						
					 
					
						2023-10-20 15:58:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						a485451328 
					 
					
						
						
							
							Fix tooltip  
						
						 
						
						... 
						
						
						
						Messages showing correctly according to their respective effect. 
						
						
					 
					
						2023-10-20 09:27:00 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						c7d399c122 
					 
					
						
						
							
							fix effect jumping on refresh  
						
						 
						
						... 
						
						
						
						fix effect jumping on refresh
fix jumping of selected effect on refresh 
						
						
					 
					
						2023-10-20 12:08:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						df155bed89 
					 
					
						
						
							
							Merge branch 'new_feature' of  https://github.com/ajotanc/WLED  into new_feature  
						
						 
						
						
						
						
					 
					
						2023-10-19 16:39:17 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						3ee3630d22 
					 
					
						
						
							
							Correction  
						
						 
						
						... 
						
						
						
						Correction of the sliders in the `setEffectParameters()` function to eliminate the need to update the old tooltip span. 
						
						
					 
					
						2023-10-19 16:39:00 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						6b2911b8c8 
					 
					
						
						
							
							Merge branch '0_15' into new_feature  
						
						 
						
						
						
						
					 
					
						2023-10-19 15:20:32 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d474200d7f 
					 
					
						
						
							
							Power button override (solves  #3431 )  
						
						 
						
						... 
						
						
						
						Simple CSS optimisation. 
						
						
					 
					
						2023-10-19 18:54:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						cc6f6277f6 
					 
					
						
						
							
							Squashed commit of the following:  
						
						 
						
						... 
						
						
						
						commit 1dab26bcbc 
Author: Christian Schwinne <dev.aircoookie@gmail.com >
Date:   Thu Oct 19 13:29:46 2023 +0200
    Update Discord invite links to point to guidelines channel 
						
						
					 
					
						2023-10-19 13:49:52 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						0521e988bc 
					 
					
						
						
							
							UI interface improvements  
						
						 
						
						
						
						
					 
					
						2023-10-19 12:47:37 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						832ff39eb6 
					 
					
						
						
							
							Revert "UI interface improvements"  
						
						 
						
						... 
						
						
						
						This reverts commit 134798e82f . 
						
						
					 
					
						2023-10-19 12:45:41 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						134798e82f 
					 
					
						
						
							
							UI interface improvements  
						
						 
						
						... 
						
						
						
						Improvements in tooltip creation 
						
						
					 
					
						2023-10-19 12:41:08 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						b6f43966ea 
					 
					
						
						
							
							Some functionality improvements  
						
						 
						
						
						
						
					 
					
						2023-10-19 09:30:28 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						1dab26bcbc 
					 
					
						
						
							
							Update Discord invite links to point to guidelines channel  
						
						 
						
						
						
						
					 
					
						2023-10-19 13:29:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						afa7be6fdc 
					 
					
						
						
							
							CSS optimisation  
						
						 
						
						
						
						
					 
					
						2023-10-17 20:55:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						36290c20aa 
					 
					
						
						
							
							Merge pull request  #3445  from Moustachauve/ota-lock-post-fix  
						
						 
						
						... 
						
						
						
						Update response code when access is denied 
						
						
					 
					
						2023-10-17 06:29:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						c33c7eb68e 
					 
					
						
						
							
							Correction related to enabling and disabling PXM in the User Interface  
						
						 
						
						
						
						
					 
					
						2023-10-16 19:27:11 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						5da33afecd 
					 
					
						
						
							
							Corrections made, added in a very accessible place  
						
						 
						
						... 
						
						
						
						I added the possibility of using the tooltip on buttons (.btn) with the span inside the button;
Adjusted the tooltip css to center 100% in the middle
Some cleaning and correction of sele 
						
						
					 
					
						2023-10-16 19:09:43 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a49b49aaa9 
					 
					
						
						
							
							Request throttling  
						
						 
						
						... 
						
						
						
						UI/UX improvements 
						
						
					 
					
						2023-10-16 18:34:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christophe Gagnier 
							
						 
					 
					
						
						
							
						
						225fd0d05b 
					 
					
						
						
							
							Update response code when access is denied  
						
						 
						
						... 
						
						
						
						Having the wrong pin would result in a server error (500). The more appropriate error code for that would be 401.
This also changes the page that asks for users to login from 200 to 401. 
						
						
					 
					
						2023-10-16 03:19:14 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						c43b4f9cf0 
					 
					
						
						
							
							Merge branch 'main' into pxmagic  
						
						 
						
						
						
						
					 
					
						2023-10-16 01:22:41 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						3581f4c87e 
					 
					
						
						
							
							Modifications  
						
						 
						
						
						
						
					 
					
						2023-10-16 01:18:00 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						7a4e0cc850 
					 
					
						
						
							
							Revert "Modifications"  
						
						 
						
						... 
						
						
						
						This reverts commit ba49da75de . 
						
						
					 
					
						2023-10-16 01:15:21 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						ba49da75de 
					 
					
						
						
							
							Modifications  
						
						 
						
						
						
						
					 
					
						2023-10-16 01:10:40 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f329a5950e 
					 
					
						
						
							
							Speed optimisations.  
						
						 
						
						
						
						
					 
					
						2023-10-15 13:06:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						d95158003c 
					 
					
						
						
							
							Merge pull request  #3368  from tetele/usermod-ssdr-leading-zero  
						
						 
						
						... 
						
						
						
						Usermod SSDR - allow configurable leading zero 
						
						
					 
					
						2023-10-14 20:50:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1be6223a31 
					 
					
						
						
							
							Pixelmagic optimisation  
						
						 
						
						... 
						
						
						
						Filter tooltips 
						
						
					 
					
						2023-10-14 20:44:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						76178b423e 
					 
					
						
						
							
							Fix pixel magic  
						
						 
						
						
						
						
					 
					
						2023-10-14 18:10:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						195e537499 
					 
					
						
						
							
							Merge branch '0_14_1' into 0_15  
						
						 
						
						
						
						
					 
					
						2023-10-14 17:39:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						418abc2b0a 
					 
					
						
						
							
							Merge pull request  #3414  from DanCaveman/max-fan-pct-to-pwm-fan-usermod  
						
						 
						
						... 
						
						
						
						added the max fan pct to the PWM-Fan usermod. 
						
						
					 
					
						2023-10-14 17:31:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						277f0346f2 
					 
					
						
						
							
							0.14.1 alpha 1  
						
						 
						
						
						
						
					 
					
						2023-10-13 20:42:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6148cbb122 
					 
					
						
						
							
							Merge branch 'main' into 0_14_1  
						
						 
						
						
						
						
					 
					
						2023-10-13 20:40:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						3847bfc41a 
					 
					
						
						
							
							npm run build  
						
						 
						
						... 
						
						
						
						plus fixing a small typo in VERSION 
						
						
					 
					
						2023-10-13 13:55:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						783424dd26 
					 
					
						
						
							
							version bump 0.14.0 (release)  
						
						 
						
						
						
						
					 
					
						2023-10-13 13:45:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4c1861dd27 
					 
					
						
						
							
							Merge branch 'main' into 0_15  
						
						 
						
						
						
						
					 
					
						2023-10-12 23:08:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7f6486c77d 
					 
					
						
						
							
							Custom palette gamma  
						
						 
						
						... 
						
						
						
						Mode blending option
Optimisations 
						
						
					 
					
						2023-10-12 23:06:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1b2a50f9a3 
					 
					
						
						
							
							Minor optimisation  
						
						 
						
						
						
						
					 
					
						2023-10-12 16:15:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						5dadf92a62 
					 
					
						
						
							
							also change second discord link in readme  
						
						 
						
						... 
						
						
						
						seems this was missing in the previous PR. 
						
						
					 
					
						2023-10-11 21:09:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						76821addd7 
					 
					
						
						
							
							Merge pull request  #3437  from chrishultin/fix_discord_invite  
						
						 
						
						... 
						
						
						
						Updating "Discord" invite to point to #general 
						
						
					 
					
						2023-10-11 21:07:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christopher 
							
						 
					 
					
						
						
							
						
						a769c55c72 
					 
					
						
						
							
							Updating "Discord" invite to point to #general  
						
						 
						
						
						
						
					 
					
						2023-10-11 09:58:58 -06:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						347ec91bfc 
					 
					
						
						
							
							notify() bugfix  
						
						 
						
						
						
						
					 
					
						2023-10-08 22:44:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						4245767357 
					 
					
						
						
							
							fix for partly uninitialized sound sync packets (audioreactive)  
						
						 
						
						... 
						
						
						
						audioSyncPacket contains four "invisible" padding bytes added by the compiler. These need to be initialized to zero, as future versions of the protocol will make use of these fields. 
						
						
					 
					
						2023-10-08 19:54:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						74d196ad50 
					 
					
						
						
							
							npm run build  
						
						 
						
						... 
						
						
						
						chores 
						
						
					 
					
						2023-10-06 16:37:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						3c4649748d 
					 
					
						
						
							
							Merge pull request  #3420  from mountainash/fix/duplicate-viewport-declaration  
						
						 
						
						... 
						
						
						
						Remove duplicate `viewport` declaration, put lang=en into the right place 
						
						
					 
					
						2023-10-06 16:27:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						22985900a8 
					 
					
						
						
							
							Merge pull request  #3425  from mountainash/fix/git-ignore  
						
						 
						
						... 
						
						
						
						.gitignore Reordered & grouped 
						
						
					 
					
						2023-10-06 16:26:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Kaufman 
							
						 
					 
					
						
						
							
						
						86300a8e3c 
					 
					
						
						
							
							code review suggestions to make the code more efficient and cleaner  
						
						 
						
						
						
						
					 
					
						2023-10-05 09:49:00 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mountain/\Ash 
							
						 
					 
					
						
						
							
						
						32ab2ae201 
					 
					
						
						
							
							Allow /wled00/html_*.h files  
						
						 
						
						
						
						
					 
					
						2023-10-05 11:55:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mountain/\Ash 
							
						 
					 
					
						
						
							
						
						23e4a2e28e 
					 
					
						
						
							
							Reordered & grouped  
						
						 
						
						
						
						
					 
					
						2023-10-05 10:26:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mountain/\Ash 
							
						 
					 
					
						
						
							
						
						40515e62ac 
					 
					
						
						
							
							Ignoring HTML build output  
						
						 
						
						
						
						
					 
					
						2023-10-05 10:21:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Kaufman 
							
						 
					 
					
						
						
							
						
						b56490650c 
					 
					
						
						
							
							fix for maxPWMValuePct being ignored  
						
						 
						
						
						
						
					 
					
						2023-10-05 00:37:51 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mountain/\Ash 
							
						 
					 
					
						
						
							
						
						b5751795b5 
					 
					
						
						
							
							Fix: lang moved to the correct HTML element  
						
						 
						
						
						
						
					 
					
						2023-10-04 21:42:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mountain/\Ash 
							
						 
					 
					
						
						
							
						
						43d6151506 
					 
					
						
						
							
							Fix: removing duplicate viewport declaration  
						
						 
						
						... 
						
						
						
						- removed unneeded self-closing slash 
						
						
					 
					
						2023-10-04 21:37:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Kaufman 
							
						 
					 
					
						
						
							
						
						8ccfb606c0 
					 
					
						
						
							
							added the max fan pct to the PWM-Fan usermod.  This allows high speed (loud fans) like delta fans to cap at a maximum percentage to keep noise down.  
						
						 
						
						
						
						
					 
					
						2023-10-03 12:42:51 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3b74cd5676 
					 
					
						
						
							
							Merge branch 'main' into 0_15  
						
						 
						
						
						
						
					 
					
						2023-10-02 21:20:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						26e766ee19 
					 
					
						
						
							
							Merge pull request  #3406  from Aircoookie/sunset_accuracy_fix  
						
						 
						
						... 
						
						
						
						fix for #3400  - wrong sunset time 00:00 
						
						
					 
					
						2023-10-02 19:58:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6f96dc8f23 
					 
					
						
						
							
							Gamma correction for custom palettes ( #3399 ).  
						
						 
						
						... 
						
						
						
						Bugfix for audio palettes. 
						
						
					 
					
						2023-10-01 21:15:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						1c3fdb73fb 
					 
					
						
						
							
							optimization: only use "float" math functions  
						
						 
						
						... 
						
						
						
						- saves 5KB flash and some RAM
-allow to build with -D WLED_USE_UNREAL_MATH, to restore old behaviour and save another 6KB flash 
						
						
					 
					
						2023-10-01 19:04:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						332be7edd6 
					 
					
						
						
							
							Build bump.  
						
						 
						
						
						
						
					 
					
						2023-10-01 13:38:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						76e0e935f0 
					 
					
						
						
							
							Merge branch 'bugfix' into 0_15  
						
						 
						
						
						
						
					 
					
						2023-10-01 13:27:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7e6eb65950 
					 
					
						
						
							
							Fix for  #3403  
						
						 
						
						
						
						
					 
					
						2023-10-01 13:26:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b0a56a431b 
					 
					
						
						
							
							Fix for  #3405  
						
						 
						
						
						
						
					 
					
						2023-10-01 13:04:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						166316e0c5 
					 
					
						
						
							
							fix for  #3400  
						
						 
						
						... 
						
						
						
						replace low_accuracy math functions (sint_t, cos_t, atan_t, ...) with standard libm functions that have higher accuracy. 
						
						
					 
					
						2023-09-30 23:34:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						4194e66d81 
					 
					
						
						
							
							Corrections  
						
						 
						
						... 
						
						
						
						It was missing to upload this file in the commit.
- PXMagic is enabled by default in the Preset tab, and can be disabled in Settings, UI session 
						
						
					 
					
						2023-09-28 12:41:52 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						c9b9d86892 
					 
					
						
						
							
							Corrections  
						
						 
						
						... 
						
						
						
						Topic 1, 2
I made the change, took it off the website and put it in the Preset section under the +Preset, +Playlist buttons, it was in a good location.
Topic 3, 4
It reloads because it needs the updated information so that it can create the preset correctly with all the information generated from the selected image.
Topic 5
The change has already been made, it just hasn't gone up yet, it's default upload
Topic 6, 7
Fixed 
						
						
					 
					
						2023-09-28 09:41:48 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						f2d00e6e42 
					 
					
						
						
							
							Merge remote-tracking branch 'upstream/main' into pxmagic  
						
						 
						
						
						
						
					 
					
						2023-09-28 09:10:47 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						acfc166a11 
					 
					
						
						
							
							Corrections  
						
						 
						
						
						
						
					 
					
						2023-09-28 09:09:42 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3255382132 
					 
					
						
						
							
							Add JSON override for ESP-NOW remote.  
						
						 
						
						
						
						
					 
					
						2023-09-27 20:39:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						25831bfb60 
					 
					
						
						
							
							Codename "Ray of light"  
						
						 
						
						
						
						
					 
					
						2023-09-26 20:34:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d011ca0626 
					 
					
						
						
							
							Merge branch 'main' into 0_15  
						
						 
						
						
						
						
					 
					
						2023-09-24 16:59:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5eadbe7ecd 
					 
					
						
						
							
							FX update  
						
						 
						
						... 
						
						
						
						- Meteor: trail & 0.13 behaviour
- Meteor Smooth: train & 0.13 behaviour
- Scrolling Text: rotation 
						
						
					 
					
						2023-09-24 16:48:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						ea7e0c6204 
					 
					
						
						
							
							npm run build  
						
						 
						
						... 
						
						
						
						regenerate UI files from latest sources. 
						
						
					 
					
						2023-09-23 21:22:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						2dcb126e6d 
					 
					
						
						
							
							version bump 0.14.0-b6  
						
						 
						
						... 
						
						
						
						beta release preparation. 
						
						
					 
					
						2023-09-23 21:08:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						438525e8ec 
					 
					
						
						
							
							AR: use bandpass filter for analog input  
						
						 
						
						... 
						
						
						
						Many bad quality analog mics are not centered properly at 1.6V, but stuck at 0V or stuck at 3.3V in silence. The bandpass filter removes DC offsets and improve signal quality. 
						
						
					 
					
						2023-09-23 16:48:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						eb66a403d9 
					 
					
						
						
							
							Merge pull request  #3377  from christianpatterson/audioreactive-initialize-i2ssource-bugfix  
						
						 
						
						... 
						
						
						
						Fix ES8388Source & ES7243 initialization. 
						
						
					 
					
						2023-09-19 16:32:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						26ac612474 
					 
					
						
						
							
							fix wrong signature of SPH0654::initialize()  
						
						 
						
						... 
						
						
						
						* debug messages added to different initializers
* SPH0654::initialize() was having a wrong signature: uint8 instead of int8.
C++ can be a real bastard ;-) 
						
						
					 
					
						2023-09-19 15:27:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2e28df3e8a 
					 
					
						
						
							
							Merge 'main' to 0_15  
						
						 
						
						
						
						
					 
					
						2023-09-18 21:28:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						43613e3b10 
					 
					
						
						
							
							Matrix effect speedup  
						
						 
						
						... 
						
						
						
						Typically, more than 50% of pixels are black. 
This optimization avoids to fade and rewrite already black pixels. 
						
						
					 
					
						2023-09-18 15:56:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						555dd2e726 
					 
					
						
						
							
							matrix: fix for a corner case (e.g. gapmaps)  
						
						 
						
						... 
						
						
						
						workaround for a corner case; if the reference pixels falls into a "gap" then gPC returns BLACK. Solutions is to reject BLACK. 
						
						
					 
					
						2023-09-18 15:34:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						3260f46543 
					 
					
						
						
							
							bugfix for  #3375  
						
						 
						
						... 
						
						
						
						* improves robustness of the Matrix effect, by dynamically adjusting the "reference color" used to identify "falling code" head pixels.
* a bit faster, as I've removed the need to scan all pixels a second time for "black screen" detection.
Its still not perfect, and the main loop could be simplified a lot by leveraging on the fact that all changes actually happen in the top row, and "falling" is actually just moving everything down by one pixel. 
						
						
					 
					
						2023-09-18 14:57:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Patterson 
							
						 
					 
					
						
						
							
						
						f9de23402a 
					 
					
						
						
							
							Remove obsolete I2C parameters from AudioSource::initialize and all overriding methods.  
						
						 
						
						
						
						
					 
					
						2023-09-17 19:10:18 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Patterson 
							
						 
					 
					
						
						
							
						
						9e155cf94a 
					 
					
						
						
							
							Fix ES8388Source & ES7243 initialization.  
						
						 
						
						... 
						
						
						
						Update ES8388Source::initialize and ES7243::initialize method signatures to match I2SSource::initialize so that when initialize is called on a AudioSource pointer the child class's method is used. 
						
						
					 
					
						2023-09-17 14:12:20 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						dcace43ce2 
					 
					
						
						
							
							Merge branch 'main' into 0_15  
						
						 
						
						
						
						
					 
					
						2023-09-17 20:39:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						527e3d6cd0 
					 
					
						
						
							
							Merge pull request  #3373  from Aircoookie/ripple-tweak  
						
						 
						
						... 
						
						
						
						2D Ripple and Meteor effect tweak 
						
						
					 
					
						2023-09-17 18:48:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						befce5b887 
					 
					
						
						
							
							Typo fix and preset reload after restore  
						
						 
						
						
						
						
					 
					
						2023-09-16 20:29:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9929c96650 
					 
					
						
						
							
							Restore corrupt presets from backup  
						
						 
						
						
						
						
					 
					
						2023-09-16 14:41:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c7d45c28cf 
					 
					
						
						
							
							Meteor effect change  
						
						 
						
						... 
						
						
						
						- remedy for #3374  
						
						
					 
					
						2023-09-16 12:30:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						87cc3fd714 
					 
					
						
						
							
							2D Ripple effect tweak  
						
						 
						
						... 
						
						
						
						for #3370  
						
						
					 
					
						2023-09-16 00:21:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						282d58a6fe 
					 
					
						
						
							
							audioreactive: stack size tuning  
						
						 
						
						... 
						
						
						
						This gives ~3KB extra free heap on -S2. 
						
						
					 
					
						2023-09-14 18:26:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b4aec91d67 
					 
					
						
						
							
							Bugfix  
						
						 
						
						
						
						
					 
					
						2023-09-12 23:44:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d2a149ee23 
					 
					
						
						
							
							Version  
						
						 
						
						
						
						
					 
					
						2023-09-12 17:07:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8a72f94b3d 
					 
					
						
						
							
							Merge branch 'main' into 0_15  
						
						 
						
						
						
						
					 
					
						2023-09-12 17:02:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						fc4ed1c50b 
					 
					
						
						
							
							Fix for  #3369  
						
						 
						
						
						
						
					 
					
						2023-09-12 16:48:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ae1d0a18f3 
					 
					
						
						
							
							Separate mode blending option  
						
						 
						
						
						
						
					 
					
						2023-09-12 06:17:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								tetele 
							
						 
					 
					
						
						
							
						
						9709ca331e 
					 
					
						
						
							
							Backwards compatible default value  
						
						 
						
						
						
						
					 
					
						2023-09-11 16:25:36 +03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								tetele 
							
						 
					 
					
						
						
							
						
						b4a9641c31 
					 
					
						
						
							
							Add option for leading zero  
						
						 
						
						
						
						
					 
					
						2023-09-11 15:59:04 +03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cc68e6b6e6 
					 
					
						
						
							
							Squashed commit of the following:  
						
						 
						
						... 
						
						
						
						Remove sync receive
Disallow 2D effects on non-2D segments
Optimisations
Sync clarification
AR palettes
Return of 2 audio simulations
Bugfix in sync #3344 
    - remove excessive segments
    - ignore inactive segments if not syncing bounds
    - send UDP/WS on segment change
    - pop_back() when removing last segment
Add pairing support for ESP-NOW sync
Reduce string RAM footprint
UDP parse optimisation
Make WizMote work with sync.
ESP-NOW wireless sync POC.
    - caveat: devices have to be on the same channel
    - clashes with WizMote handling ATM 
						
						
					 
					
						2023-09-10 18:52:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						60c47cfca1 
					 
					
						
						
							
							npm run build  
						
						 
						
						... 
						
						
						
						regenerated UI files 
						
						
					 
					
						2023-09-10 16:59:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						720abd4e04 
					 
					
						
						
							
							version bump 0.14.0-b5  
						
						 
						
						... 
						
						
						
						preparations for releasing -beta5 
						
						
					 
					
						2023-09-10 16:54:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						b4fe694d1b 
					 
					
						
						
							
							esp32 buildenv with audioreactive  
						
						 
						
						... 
						
						
						
						To make it better readable and prevent copy&paste errors, all needed flags can be referenced from the "esp32" buildenv:
  ${esp32.AR_build_flags}
  ${esp32.AR_lib_deps} 
						
						
					 
					
						2023-09-10 16:30:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						c117785554 
					 
					
						
						
							
							8266 optional build flags to increase IRAM  
						
						 
						
						... 
						
						
						
						related to #3364  
						
						
					 
					
						2023-09-10 02:00:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maximilian Mewes 
							
						 
					 
					
						
						
							
						
						a9d6a15924 
					 
					
						
						
							
							Update Classes  
						
						 
						
						
						
						
					 
					
						2023-09-09 21:50:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						e9723de6c3 
					 
					
						
						
							
							minor updates for audioreactive  
						
						 
						
						... 
						
						
						
						* remove "not supported" warning on -S2
* minor tweaking of beat detector
* optimized parameters for arduinoFFT
* fixed a few implicit "double" promotions
* minor UDP protocol optimizations
* small optimization for fft task create / suspend
* completely remove analogmic settings for -S3/-S2/-C3 where analog is not supported
changes were already tested extensively in the MM fork. 
						
						
					 
					
						2023-09-09 21:07:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maximilian Mewes 
							
						 
					 
					
						
						
							
						
						b8c61b5236 
					 
					
						
						
							
							Move battery types to a separate folder  📁  
						
						 
						
						
						
						
					 
					
						2023-09-09 21:01:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						da0cf01eee 
					 
					
						
						
							
							fixing a few implicit promotions to double  
						
						 
						
						... 
						
						
						
						any expression with at least on "double" is evaluated as double, which is slow. 
						
						
					 
					
						2023-09-09 20:48:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maximilian Mewes 
							
						 
					 
					
						
						
							
						
						b77e1eb94b 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/main' into usermod-battery-update2023  
						
						 
						
						
						
						
					 
					
						2023-09-08 23:17:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e40f266042 
					 
					
						
						
							
							Better bugfix in mode blending when _t is unallocated  
						
						 
						
						
						
						
					 
					
						2023-09-08 16:01:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						69fb15d3cb 
					 
					
						
						
							
							debug message optimizations for 8266  
						
						 
						
						... 
						
						
						
						as discussed in previous commit. 
						
						
					 
					
						2023-09-08 14:06:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						188956a4af 
					 
					
						
						
							
							bugfix for random crash when switching between presets  
						
						 
						
						... 
						
						
						
						this is a band-aid fix for random crashes when switching between presets with multiple segments - crossfade disabled.
!! adding type initializers fixed it for me on -S3, however I still see (less frequent) crashes on esp32, due to heap corruption.
It took me hours to get a meaningful stackdump:
assert failed: heap_caps_free heap_caps.c:360 (heap != NULL && "free() target pointer is outside heap areas")
Backtrace: 0x40084ee1:0x3ffb2570 0x4008e341:0x3ffb2590 0x40094709:0x3ffb25b0 0x4008534a:0x3ffb26e0 0x40094739:0x3ffb2700 0x400e9037:0x3ffb2720 0x400e917c:0x3ffb2740 0x400eaeeb:0x3ffb2760 0x40117ec5:0x3ffb27c0 0x401184ea:0x3ffb2800 0x4013509d:0x3ffb2820
  #0   0x40084ee1:0x3ffb2570 in panic_abort at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/esp_system/panic.c:402
  #1   0x4008e341:0x3ffb2590 in esp_system_abort at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/esp_system/esp_system.c:128
  #2   0x40094709:0x3ffb25b0 in __assert_func at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/newlib/assert.c:85
  #3   0x4008534a:0x3ffb26e0 in heap_caps_free at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/heap/heap_caps.c:360
      (inlined by) heap_caps_free at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/heap/heap_caps.c:345
  #4   0x40094739:0x3ffb2700 in free at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/newlib/heap.c:39
  #5   0x400e9037:0x3ffb2720 in Segment::deallocateData() at wled00/FX_fcn.cpp:189
  #6   0x400e917c:0x3ffb2740 in Segment::resetIfRequired() at wled00/FX_fcn.cpp:206
      (inlined by) Segment::resetIfRequired() at wled00/FX_fcn.cpp:203
  #7   0x400eaeeb:0x3ffb2760 in WS2812FX::service() at wled00/FX_fcn.cpp:1216 (discriminator 2)
  #8   0x40117ec5:0x3ffb27c0 in WLED::loop() at wled00/wled.cpp:115 (discriminator 3)
  #9   0x401184ea:0x3ffb2800 in loop() at C:/src/wled00/wled00.ino:20
  #10  0x4013509d:0x3ffb2820 in loopTask(void*) at C:/Users/user/.platformio/packages/framework-arduinoespressif32/cores/esp32/main.cpp:50
ELF file SHA256: 18c20b536f4c6ef4 
						
						
					 
					
						2023-09-08 12:06:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						c7dd4a7f2b 
					 
					
						
						
							
							potentiometer: check that pin supports ananlogread  
						
						 
						
						... 
						
						
						
						newer esp32 frameworks will throw lots of warnings when trying to read from a non-analog pin. 
						
						
					 
					
						2023-09-07 18:55:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						111f1729c9 
					 
					
						
						
							
							Update CHANGELOG.md  
						
						 
						
						... 
						
						
						
						small correction 
						
						
					 
					
						2023-09-07 17:51:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						164372b46a 
					 
					
						
						
							
							Update changelog  
						
						 
						
						
						
						
					 
					
						2023-09-07 16:32:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						1af3794fed 
					 
					
						
						
							
							Merge pull request  #1039  from pjhatch/PJH_ADD_Linearbounce  
						
						 
						
						... 
						
						
						
						Pjh add linearbounce 
						
						
					 
					
						2023-09-06 11:14:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						885f4ded0c 
					 
					
						
						
							
							Merge branch 'main' into PJH_ADD_Linearbounce  
						
						 
						
						
						
						
					 
					
						2023-09-05 21:20:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						9bb018d8d9 
					 
					
						
						
							
							bump to build 2309050  
						
						 
						
						
						
						
					 
					
						2023-09-05 19:15:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						58187e00e6 
					 
					
						
						
							
							optional ball trails (rolling balls)  
						
						 
						
						
						
						
					 
					
						2023-09-05 19:11:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						5110a8c636 
					 
					
						
						
							
							Squashed commit of the following:  
						
						 
						
						... 
						
						
						
						commit 84148ad07a 
Author: Blaz Kristan <blaz@kristan-sp.si >
Date:   Sun Sep 3 12:34:17 2023 +0200
    Implement palette colors
commit af3c8f66f7 
Author: Blaz Kristan <blaz@kristan-sp.si >
Date:   Tue Aug 1 18:18:41 2023 +0200
    revert wled00.ino
commit 3097a1b17e 
Author: Blaz Kristan <blaz@kristan-sp.si >
Date:   Tue Aug 1 18:13:37 2023 +0200
    minor aesthetic fixes
commit 54b80f74b2 
Author: Blaz Kristan <blaz@kristan-sp.si >
Date:   Tue Aug 1 18:09:32 2023 +0200
    remove unused variable
commit 9a78d28cd7 
Merge: 56a74bc5  1ed81793 
Author: Blaz Kristan <blaz@kristan-sp.si >
Date:   Tue Aug 1 18:08:29 2023 +0200
    Merge branch 'main' into PJH_ADD_Linearbounce
commit 56a74bc54c 
Author: pjhatch <66844564+pjhatch@users.noreply.github.com >
Date:   Sat Aug 15 12:34:13 2020 -0500
    Update FX.cpp
    Added the improvements suggested by Gregor Hartmann
commit a20358b61b 
Author: pjhatch <66844564+pjhatch@users.noreply.github.com >
Date:   Sun Jul 12 08:33:48 2020 -0500
    Adding 2 ball track modes
    With and without collisions
commit 341d9d1697 
Author: pjhatch <66844564+pjhatch@users.noreply.github.com >
Date:   Sun Jul 5 14:55:14 2020 -0500
    Update FX.cpp
    Still 1 bug to fix - this was a test.
commit 9cee424383 
Author: pjhatch <66844564+pjhatch@users.noreply.github.com >
Date:   Sun Jul 5 14:53:14 2020 -0500
    Update FX.cpp
commit 37cb51cfd6 
Author: pjhatch <66844564+pjhatch@users.noreply.github.com >
Date:   Thu Jul 2 14:16:25 2020 -0500
    Adding Collision
    A couple of bugs still need sorting
commit 84b7bfb989 
Author: pjhatch <66844564+pjhatch@users.noreply.github.com >
Date:   Sun Jun 28 19:59:46 2020 -0500
    update for lost balls
    Added some protection - so that when intensity is lowered and raised some time later balls that have moved way off the track are recovered.
commit 04d17e4839 
Author: pjhatch <66844564+pjhatch@users.noreply.github.com >
Date:   Sun Jun 28 19:43:56 2020 -0500
    Added Ball Track V1
    In this version the balls bounce of the edges and do not interact with one another. 
						
						
					 
					
						2023-09-05 18:39:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						ddbe883d47 
					 
					
						
						
							
							Merge branch 'fx-blending'  
						
						 
						
						
						
						
					 
					
						2023-09-05 18:37:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						945ac82b6a 
					 
					
						
						
							
							fix small typo in MQTT override code  
						
						 
						
						... 
						
						
						
						bracket was on wrong position, resulting in this warning:
wled00/set.cpp:357:79: warning: value computed is not used [-Wunused-value]
     strlcpy(mqttGroupTopic, request->arg(F("MG")).c_str(), MQTT_MAX_TOPIC_LEN)+1; 
						
						
					 
					
						2023-09-05 17:15:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						84148ad07a 
					 
					
						
						
							
							Implement palette colors  
						
						 
						
						
						
						
					 
					
						2023-09-03 12:34:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						25553a28a1 
					 
					
						
						
							
							Merge pull request  #3351  from PSandro/pr_info_time  
						
						 
						
						... 
						
						
						
						show current local time in info page ⏲️  
						
						
					 
					
						2023-09-02 20:52:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c2f5846a8e 
					 
					
						
						
							
							Add optional compile flag  
						
						 
						
						
						
						
					 
					
						2023-09-02 20:20:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						3f98e9451a 
					 
					
						
						
							
							Merge pull request  #3348  from djasonic/staircase-toggle-pr  
						
						 
						
						
						
						
					 
					
						2023-09-02 18:52:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						6c72194346 
					 
					
						
						
							
							Add compile time MQTT override ( #3354 )  
						
						 
						
						... 
						
						
						
						- for max server name length
- for max topic length
Fix for #3353  
						
						
					 
					
						2023-09-02 01:05:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dimitry 
							
						 
					 
					
						
						
							
						
						822dd24756 
					 
					
						
						
							
							Add Internal Temperature usermod ( #3246 )  
						
						 
						
						... 
						
						
						
						* Add Internal Temperature usermod
* Fix line endings
* Update readme
* Format readme 
						
						
					 
					
						2023-09-01 19:43:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						262ed38429 
					 
					
						
						
							
							Fix for  #3352  
						
						 
						
						
						
						
					 
					
						2023-08-31 19:10:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sandro Pischinger 
							
						 
					 
					
						
						
							
						
						5ff66ce4dd 
					 
					
						
						
							
							recreate html_ui.h & html_simple.h  
						
						 
						
						
						
						
					 
					
						2023-08-30 20:58:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sandro Pischinger 
							
						 
					 
					
						
						
							
						
						ca73b8e0b8 
					 
					
						
						
							
							rename 'Current local time' -> 'Time'  
						
						 
						
						
						
						
					 
					
						2023-08-30 20:57:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sandro Pischinger 
							
						 
					 
					
						
						
							
						
						2d49ace0e3 
					 
					
						
						
							
							recreate html_ui.h & html_simple.h  
						
						 
						
						
						
						
					 
					
						2023-08-30 20:45:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sandro Pischinger 
							
						 
					 
					
						
						
							
						
						d52f22044e 
					 
					
						
						
							
							Revert "recreate web ui files"  
						
						 
						
						... 
						
						
						
						This reverts commit 2bf052aac9 . 
						
						
					 
					
						2023-08-30 20:43:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sandro Pischinger 
							
						 
					 
					
						
						
							
						
						2bf052aac9 
					 
					
						
						
							
							recreate web ui files  
						
						 
						
						
						
						
					 
					
						2023-08-29 23:52:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sandro Pischinger 
							
						 
					 
					
						
						
							
						
						a79c9d5f4f 
					 
					
						
						
							
							info page: add time  
						
						 
						
						
						
						
					 
					
						2023-08-29 23:44:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6f9bcf1858 
					 
					
						
						
							
							Merge branch 'main' into fx-blending  
						
						 
						
						
						
						
					 
					
						2023-08-28 17:59:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d1b00ba95d 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						- feed WDT even if strip is updating
- provide custom palette names
- handle interface cooldown properly
- rotary encoder ALT fix for custom palettes 
						
						
					 
					
						2023-08-28 17:58:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						bb45bee7f8 
					 
					
						
						
							
							oappend() debug message when buffer is full  
						
						 
						
						... 
						
						
						
						oappend() silently discards strings when the buffer is full, leading to strange effects like half-working UI pages.
The new debug message will help developers to understand what could be wrong. 
						
						
					 
					
						2023-08-27 23:01:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason Cobb 
							
						 
					 
					
						
						
							
						
						246f0b21fd 
					 
					
						
						
							
							staircase toggle power on/off option bool  
						
						 
						
						
						
						
					 
					
						2023-08-26 22:19:52 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						394443b6d1 
					 
					
						
						
							
							Merge branch 'main' into fx-blending  
						
						 
						
						
						
						
					 
					
						2023-08-25 18:34:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						fc1dd2daac 
					 
					
						
						
							
							Fix for  #3346  
						
						 
						
						
						
						
					 
					
						2023-08-25 18:34:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ba1b6f321e 
					 
					
						
						
							
							Button bugfix.  
						
						 
						
						
						
						
					 
					
						2023-08-23 14:50:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						06402cf1c6 
					 
					
						
						
							
							Making buffer fix easy to maintain and portable.  
						
						 
						
						... 
						
						
						
						Thanks to @softhack007 
						
						
					 
					
						2023-08-17 17:10:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						dfc33389d8 
					 
					
						
						
							
							Optimisation.  
						
						 
						
						
						
						
					 
					
						2023-08-17 16:46:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4e83752655 
					 
					
						
						
							
							Merge branch 'main' into fx-blending  
						
						 
						
						
						
						
					 
					
						2023-08-17 16:24:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7e28718681 
					 
					
						
						
							
							Too long metadata string bugfix.  
						
						 
						
						
						
						
					 
					
						2023-08-17 16:24:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bf452e922a 
					 
					
						
						
							
							Playlist saving bugfix.  
						
						 
						
						... 
						
						
						
						Fixes  #3324  
						
						
					 
					
						2023-08-16 22:11:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4911a74cac 
					 
					
						
						
							
							Scrolling text enhancement.  
						
						 
						
						... 
						
						
						
						- breaking change
- remove leading 0 checkmark
- add reverse scroll checkmark
- add vertical scroll if text fits into segment (intensity ==0 or ==255)
- rotated characters
- leading 0 check added to short texts (i.e. #DDMM0)
Fixes  #3322  
						
						
					 
					
						2023-08-16 21:02:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						a2bda5a4db 
					 
					
						
						
							
							Merge pull request  #3317  from chroma-tech/group-masks-api  
						
						 
						
						... 
						
						
						
						Add send and receive groups to json api 
						
						
					 
					
						2023-08-14 13:01:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shlomo Zippel 
							
						 
					 
					
						
						
							
						
						800abc605f 
					 
					
						
						
							
							Add send and receive groups to json api  
						
						 
						
						
						
						
					 
					
						2023-08-13 11:44:02 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ac83b67632 
					 
					
						
						
							
							Cleaner transition code.  
						
						 
						
						... 
						
						
						
						Fixed skipped pixel flashing. 
						
						
					 
					
						2023-08-12 12:45:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						00bc7dccb9 
					 
					
						
						
							
							Merge branch 'main' into fx-blending  
						
						 
						
						
						
						
					 
					
						2023-08-12 11:36:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						04aa9f0e61 
					 
					
						
						
							
							Release of WLED beta 0.14.0-b4  
						
						 
						
						
						
						
					 
					
						2023-08-11 23:11:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						353e97a4c1 
					 
					
						
						
							
							Clear status pixels  
						
						 
						
						
						
						
					 
					
						2023-08-11 00:48:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7b28387bb4 
					 
					
						
						
							
							Comments from Aircoookie addressed  
						
						 
						
						
						
						
					 
					
						2023-08-09 17:23:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						1889fe23c5 
					 
					
						
						
							
							Merge branch 'main' into fx-blending  
						
						 
						
						
						
						
					 
					
						2023-08-09 16:58:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9832fbe042 
					 
					
						
						
							
							Segment reset  
						
						 
						
						
						
						
					 
					
						2023-08-08 20:40:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						084070475d 
					 
					
						
						
							
							Chasing memory corruption/leaks.  
						
						 
						
						
						
						
					 
					
						2023-08-07 16:50:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cb42ca8765 
					 
					
						
						
							
							FX optimisation  
						
						 
						
						
						
						
					 
					
						2023-08-06 19:11:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						45d7e66488 
					 
					
						
						
							
							effects bugfix: prevent crash when SEGLEN==1  
						
						 
						
						... 
						
						
						
						* Blurz and a few other effects would crash (or behave unexpectedly) for single pixel segments
* replaced a few "MAX" by "max", because MAX will evaluate its arguments twice so its very inefficient. 
						
						
					 
					
						2023-08-05 23:33:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						93a1616933 
					 
					
						
						
							
							Blend tweaking.  
						
						 
						
						
						
						
					 
					
						2023-08-05 21:01:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9a87a2ff0d 
					 
					
						
						
							
							Blending  
						
						 
						
						
						
						
					 
					
						2023-08-05 17:35:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bdff05feaf 
					 
					
						
						
							
							Palette blending optimisation.  
						
						 
						
						
						
						
					 
					
						2023-08-05 13:53:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						937e3d0b94 
					 
					
						
						
							
							FX blending POC  
						
						 
						
						
						
						
					 
					
						2023-08-05 13:50:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8503aba583 
					 
					
						
						
							
							Better random palette handling.  
						
						 
						
						... 
						
						
						
						Remove unnecessary debug timing. 
						
						
					 
					
						2023-08-03 22:28:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bb8223d4ff 
					 
					
						
						
							
							Soap bugfix.  
						
						 
						
						
						
						
					 
					
						2023-08-02 22:01:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						af3c8f66f7 
					 
					
						
						
							
							revert wled00.ino  
						
						 
						
						
						
						
					 
					
						2023-08-01 18:18:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3097a1b17e 
					 
					
						
						
							
							minor aesthetic fixes  
						
						 
						
						
						
						
					 
					
						2023-08-01 18:13:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						54b80f74b2 
					 
					
						
						
							
							remove unused variable  
						
						 
						
						
						
						
					 
					
						2023-08-01 18:09:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9a78d28cd7 
					 
					
						
						
							
							Merge branch 'main' into PJH_ADD_Linearbounce  
						
						 
						
						
						
						
					 
					
						2023-08-01 18:08:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						5df197e814 
					 
					
						
						
							
							disable ESP-NOW remotes in ethernet build (will crash without wifi)  
						
						 
						
						
						
						
					 
					
						2023-08-01 13:11:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						5fe09e9787 
					 
					
						
						
							
							esp-now remote: fix crash with AP = Always  
						
						 
						
						... 
						
						
						
						initialize ESPNOW only when Wifi (STA or AP) is running 
						
						
					 
					
						2023-08-01 11:53:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						6be5360bdd 
					 
					
						
						
							
							Remove temp workaround  
						
						 
						
						
						
						
					 
					
						2023-08-01 00:48:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						2b9007958b 
					 
					
						
						
							
							Merge branch 'main' into gif  
						
						 
						
						
						
						
					 
					
						2023-07-31 18:26:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						2f9c126d34 
					 
					
						
						
							
							GIF Error codes  
						
						 
						
						
						
						
					 
					
						2023-07-31 18:13:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						1ed817932b 
					 
					
						
						
							
							esp-now remote: reduce number of exported functions  
						
						 
						
						... 
						
						
						
						too many global variables and functions ... this makes stuff 'static' that can remain at file scope 
						
						
					 
					
						2023-07-30 21:47:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aiden 
							
						 
					 
					
						
						
							
						
						0ccadb246f 
					 
					
						
						
							
							Add WireGuard VPN usermod ( #3270 )  
						
						 
						
						... 
						
						
						
						* added wireguard VPN usermod
* add example PIO override & edit readme
* add contact information and improve usermod performance 
						
						
					 
					
						2023-07-27 11:35:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						b67235a7e5 
					 
					
						
						
							
							Bump certifi from 2022.12.7 to 2023.7.22 ( #3301 )  
						
						 
						
						... 
						
						
						
						Bumps [certifi](https://github.com/certifi/python-certifi ) from 2022.12.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22 )
---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-07-26 16:29:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						93853613bd 
					 
					
						
						
							
							Merge pull request  #3280  from Aircoookie/alt-buffer  
						
						 
						
						... 
						
						
						
						Bus-level global buffering 
						
						
					 
					
						2023-07-25 17:01:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						1ecb4fedcc 
					 
					
						
						
							
							2D Drift: minor optimization  
						
						 
						
						... 
						
						
						
						moving "t/20" out of the main loop gives some speedup. 
						
						
					 
					
						2023-07-21 16:09:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						c8fdf3731a 
					 
					
						
						
							
							upgrade to FastLED 3.6.0  
						
						 
						
						... 
						
						
						
						changes from 3.50 to 3.6.0:
* bugfixes
* removed "register" keyword
* some speedups
* explicit bool() and uint32_t() operators, see https://github.com/FastLED/FastLED/issues/819 
FX.cpp:  bugfix for "wled00/FX.cpp:4906:36:
error: cannot convert 'CRGB' to 'uint32_t' {aka 'unsigned int'} in initialization" 
						
						
					 
					
						2023-07-20 22:36:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						f8e766ffc0 
					 
					
						
						
							
							add -S3 PSRAM (qio_opi) to nightly builds  
						
						 
						
						
						
						
					 
					
						2023-07-20 22:21:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						050489dd80 
					 
					
						
						
							
							allow Lolin Wifi Fix on -S3  
						
						 
						
						
						
						
					 
					
						2023-07-20 22:09:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						2db966ba47 
					 
					
						
						
							
							Improvements for -S3 with PSRAM  
						
						 
						
						... 
						
						
						
						qio_opi:   PSRAM  8MB or 16MB
qio_qspi:  PSRAM  2MB or 4MB
fun fact: _opi and _qspi modes both require a special bootloader. 
						
						
					 
					
						2023-07-20 22:09:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						aa54d65f63 
					 
					
						
						
							
							upgrade -S3/-S2/-C3 to platform 5.3.0  
						
						 
						
						... 
						
						
						
						platform 5.3.0 = arduino-esp32 v2.0.6 + esp-idf v4.4.3
--> you will need new bootloader files for arduino-esp32 v2.0.6
--> coredumps are supported now, if you leave 64Kb of flash at the end of your partitions file (see example in wled_esp32_8MB.csv) 
						
						
					 
					
						2023-07-20 21:39:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						37dc17ae15 
					 
					
						
						
							
							Correction  
						
						 
						
						
						
						
					 
					
						2023-07-20 13:50:32 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						cd6b3d7dee 
					 
					
						
						
							
							Merge remote-tracking branch 'upstream/main' into pxmagic  
						
						 
						
						
						
						
					 
					
						2023-07-20 13:32:35 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						aec0bc5029 
					 
					
						
						
							
							Updating pxmagic and WLED UI  
						
						 
						
						
						
						
					 
					
						2023-07-20 13:20:13 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						e010e67717 
					 
					
						
						
							
							Revert "Updating pxmagic and inserting it in the WLED UI with option to enable and disable."  
						
						 
						
						... 
						
						
						
						This reverts commit 44197d91c6 . 
						
						
					 
					
						2023-07-20 12:30:02 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						44197d91c6 
					 
					
						
						
							
							Updating pxmagic and inserting it in the WLED UI with option to enable and disable.  
						
						 
						
						
						
						
					 
					
						2023-07-20 12:25:16 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						e3ee48b52e 
					 
					
						
						
							
							Deallocate relay, button and IR pins prior to reallocation in JSON config parser ( #3294 )  
						
						 
						
						
						
						
					 
					
						2023-07-19 18:02:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						8ccf349458 
					 
					
						
						
							
							Always repaint NPB buffer on brightness change  
						
						 
						
						... 
						
						
						
						Fix bus re-init causing full brightness (every show() now attempts to set the brightness, bus will ignore this if it stays the same) 
						
						
					 
					
						2023-07-19 17:25:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						2fce15db94 
					 
					
						
						
							
							Restore brightness immediately after show()  
						
						 
						
						
						
						
					 
					
						2023-07-19 16:22:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0cf50e8000 
					 
					
						
						
							
							FX Fireworks optimisation  
						
						 
						
						
						
						
					 
					
						2023-07-19 16:06:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						5b9630cf46 
					 
					
						
						
							
							Repaint NPB buffer on brightness updates  
						
						 
						
						
						
						
					 
					
						2023-07-19 13:50:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7dcbb409a9 
					 
					
						
						
							
							Trying to solve ABL bug.  
						
						 
						
						... 
						
						
						
						(no more pulsing) 
						
						
					 
					
						2023-07-18 23:33:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						286e057fae 
					 
					
						
						
							
							Merge pull request  #3216  from netmindz/AC-ES8388  
						
						 
						
						... 
						
						
						
						ES8388 Support 
						
						
					 
					
						2023-07-18 18:48:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						7d4fe341f1 
					 
					
						
						
							
							Remove direct setup for I2C from ES8388 driver  
						
						 
						
						
						
						
					 
					
						2023-07-18 17:21:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						76acb7bb58 
					 
					
						
						
							
							Merge branch 'main' into AC-ES8388  
						
						 
						
						
						
						
					 
					
						2023-07-18 16:36:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						5ef7cd7bdd 
					 
					
						
						
							
							blur bugfix  
						
						 
						
						... 
						
						
						
						turns out that fastLED 3.6.0 has an explicit uint32_t operator that returns RGBA, however  3.5.0 does not have this and the conversion returned only the "red" component". 
						
						
					 
					
						2023-07-18 13:12:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						ebb4628e66 
					 
					
						
						
							
							Minor correction (slider names)  
						
						 
						
						... 
						
						
						
						"Time delay" is actually "speed" - bigger values make the effect run faster. 
						
						
					 
					
						2023-07-18 13:12:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						0928060c75 
					 
					
						
						
							
							blur bugfix  
						
						 
						
						... 
						
						
						
						turns out that fastLED 3.6.0 has an explicit uint32_t operator that returns RGBA, however  3.5.0 does not have this and the conversion returned only the "red" component". 
						
						
					 
					
						2023-07-18 11:29:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						d8f9a9a03c 
					 
					
						
						
							
							Minor correction (slider names)  
						
						 
						
						... 
						
						
						
						"Time delay" is actually "speed" - bigger values make the effect run faster. 
						
						
					 
					
						2023-07-17 20:38:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						abfb8bbc34 
					 
					
						
						
							
							Fix (almost good) for unbuffered ABL calculations.  
						
						 
						
						
						
						
					 
					
						2023-07-17 17:06:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						82e01f7b17 
					 
					
						
						
							
							Fixed ABL calculation.  
						
						 
						
						
						
						
					 
					
						2023-07-17 16:15:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						a97609e920 
					 
					
						
						
							
							Bump semver from 5.7.1 to 5.7.2 ( #3289 )  
						
						 
						
						... 
						
						
						
						Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-07-15 20:10:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f1e1bd41b9 
					 
					
						
						
							
							Slight optimisation in BusDigial::getPixelColor()  
						
						 
						
						
						
						
					 
					
						2023-07-14 15:58:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						57d35858d8 
					 
					
						
						
							
							Merge branch 'main' into alt-buffer  
						
						 
						
						
						
						
					 
					
						2023-07-14 15:39:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0b956c66c1 
					 
					
						
						
							
							changelog update  
						
						 
						
						
						
						
					 
					
						2023-07-14 13:07:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						b1dfa1db61 
					 
					
						
						
							
							Merge pull request  #3291  from Aircoookie/onoff-nodes  
						
						 
						
						... 
						
						
						
						Add ability to toggle devices from nodes view. 
						
						
					 
					
						2023-07-14 12:41:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cb579ecc62 
					 
					
						
						
							
							Broadcast change.  
						
						 
						
						
						
						
					 
					
						2023-07-14 11:07:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						ae235aa58c 
					 
					
						
						
							
							Fix UI handling of in-between inactive segments  
						
						 
						
						
						
						
					 
					
						2023-07-14 01:12:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6302056182 
					 
					
						
						
							
							Add ability to toggle devices from nodes view.  
						
						 
						
						
						
						
					 
					
						2023-07-13 22:21:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						5e20abd7f1 
					 
					
						
						
							
							Move segment bounds queuing to WS2812FX  
						
						 
						
						
						
						
					 
					
						2023-07-13 13:08:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						72a72dbc88 
					 
					
						
						
							
							proper rounding of FPS  
						
						 
						
						
						
						
					 
					
						2023-07-13 12:49:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						4766666913 
					 
					
						
						
							
							Static queued segment bounds  
						
						 
						
						... 
						
						
						
						(saves 180 bytes of RAM)
Fixed segment index not increasing on inactive segments 
						
						
					 
					
						2023-07-13 03:09:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						fa6070c680 
					 
					
						
						
							
							Multiple updates:  
						
						 
						
						... 
						
						
						
						- additional debug timings
- removed local leds[] buffer
- async segment bounds change (crashes seen otherwise)
- added isActive() check to Segment drawing methods
- ABL simplification
- palette option for Black hole (FX)
- (possible) crash mitigation is Segment handling (rapid preset changes) 
						
						
					 
					
						2023-07-12 20:52:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						6267d11e51 
					 
					
						
						
							
							Fix compilation and ABL scaling  
						
						 
						
						
						
						
					 
					
						2023-07-09 12:32:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						822298ab66 
					 
					
						
						
							
							Merge branch 'main' into alt-buffer  
						
						 
						
						
						
						
					 
					
						2023-07-09 11:31:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2ad3ab7f0d 
					 
					
						
						
							
							Correct scaling for peek.  
						
						 
						
						
						
						
					 
					
						2023-07-06 22:48:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f437fd6cd6 
					 
					
						
						
							
							Code readability.  
						
						 
						
						... 
						
						
						
						Fix for peek.
Loop timing. 
						
						
					 
					
						2023-07-06 21:16:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						42b247756a 
					 
					
						
						
							
							blur speedup  
						
						 
						
						... 
						
						
						
						it seems that SEGMENT.blur() is the main bottleneck for many 2D effects.
This change optimizes performance of the function:
* avoid to re-write unchanged pixels
* early exit when blur_amount == 0 (=nothing to do)
* use _fast_ types where possible
I've seen up to 20% speedup with this change. 
						
						
					 
					
						2023-07-06 19:51:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						fbbf2d5eb3 
					 
					
						
						
							
							2DPlasmaball - optimize out float  
						
						 
						
						
						
						
					 
					
						2023-07-06 19:07:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						788a276616 
					 
					
						
						
							
							fix power calculation for NeoPixelBusLg  
						
						 
						
						... 
						
						
						
						power estimation results from estimateCurrentAndLimitBri() were too low (example: estimated 1.3Amp, measured 1.6Amp). This change corrects the power calculation. Due to the changed behavior of getPixelColor, powerSum must be used as-is, not scaled down again by brightness. 
						
						
					 
					
						2023-07-06 19:06:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						196779ffb6 
					 
					
						
						
							
							XY: minor bugfix  
						
						 
						
						... 
						
						
						
						properly handle width=0 OR height=0 
						
						
					 
					
						2023-07-06 09:54:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						59a144baed 
					 
					
						
						
							
							Disable global buffer on ESP8266 by default  
						
						 
						
						... 
						
						
						
						Remove global dependency from Bus class and subclasses
Remove timings 
						
						
					 
					
						2023-07-05 23:57:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ad825b80b0 
					 
					
						
						
							
							Added a few debug timings.  
						
						 
						
						
						
						
					 
					
						2023-07-05 17:16:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						45a0061660 
					 
					
						
						
							
							reverting _restaurationBri change  
						
						 
						
						... 
						
						
						
						see previous discussion 
						
						
					 
					
						2023-07-05 14:26:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						8831c76fb4 
					 
					
						
						
							
							restoreColorLossy small optimization  
						
						 
						
						... 
						
						
						
						minor optimizations that give up to 10% speedup in my tests
* use "fast" integer types (where possible)
* replaced _bri with _restaurationBri (no use of globals) 
						
						
					 
					
						2023-07-04 16:22:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						66616e1cab 
					 
					
						
						
							
							Some timings added.  
						
						 
						
						
						
						
					 
					
						2023-07-03 21:13:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						fa281a0df0 
					 
					
						
						
							
							ABL optimization  
						
						 
						
						... 
						
						
						
						this optimization avoids to apply brightness two times .
NeoPixelBusLg has already applied global brightness at sPC. Due to internal working of the Lg bus, its sufficient to only post-apply scaling, and set the new (scaled) brightness for the next frame. 
						
						
					 
					
						2023-07-03 19:23:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						d48a96599f 
					 
					
						
						
							
							prevent races on leds buffer (looptask vs. async_tcp)  
						
						 
						
						... 
						
						
						
						I still see strange crashes in setPixelColor/GetpixelColor, which ssem to come from race conditions between async_tcp (change presets) and looptask (strip.service).
To make the situation better, its important that any global pointers are reset to NULL immediately after free(). 
						
						
					 
					
						2023-07-03 19:15:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						7de7ef8e8c 
					 
					
						
						
							
							fix some crashes when changing presets  
						
						 
						
						... 
						
						
						
						This fixes some of the crashes I had when changing presets.
still not a full solution ... 
						
						
					 
					
						2023-07-03 17:00:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						406a254523 
					 
					
						
						
							
							inactive segments robustness improvement  
						
						 
						
						... 
						
						
						
						* Avoid uint16 underflow in width() and height(): stop > start is possible, and means "inactive segment".
Without these checks, it was possible that width() and height() produce VERY large values due to underflow. 
						
						
					 
					
						2023-07-03 15:43:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						eabd6f60ef 
					 
					
						
						
							
							soudsim bugfix  
						
						 
						
						... 
						
						
						
						FFT_MajorPeak was just going from 0..255.
Now it simulates the full range from 21hz ... 8Khz 
						
						
					 
					
						2023-07-03 15:07:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						e416d06aa9 
					 
					
						
						
							
							Merge pull request  #3274  from Aircoookie/ABL_hotfixPlus  
						
						 
						
						... 
						
						
						
						some optimizations for ABL hotfix 
						
						
					 
					
						2023-07-03 14:36:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						65e073e6b8 
					 
					
						
						
							
							de-optimization  
						
						 
						
						... 
						
						
						
						first version still cased some flickering.
This de-optimization makes LEDs more stable. 
						
						
					 
					
						2023-07-03 14:01:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						45ac0d5dc6 
					 
					
						
						
							
							fix for  #3276  
						
						 
						
						... 
						
						
						
						due to `if (strip.isUpdating()) return;` reading the encoder did not happen in time if the strip was active - with high number of LEDs, this means "always updating". Similar observation that we had with the audioreactive usermod, and similar solution. 
						
						
					 
					
						2023-07-02 19:14:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c9ef034ab8 
					 
					
						
						
							
							Build bump/fix  
						
						 
						
						
						
						
					 
					
						2023-07-02 13:43:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Titanium177 
							
						 
					 
					
						
						
							
						
						c89f38f4f8 
					 
					
						
						
							
							Edited Metadata for effect 5 & 8 to be availible on just 1 Pixel (PWM) ( #3275 )  
						
						 
						
						
						
						
					 
					
						2023-07-01 23:18:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						858b57d77a 
					 
					
						
						
							
							Return of local leds[]  
						
						 
						
						
						
						
					 
					
						2023-07-01 21:48:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						9b87892036 
					 
					
						
						
							
							optimization for ABL hotfix  
						
						 
						
						... 
						
						
						
						* adding an optional parameter to setBrightness(). ApplyPostAdjustments() will only be called if `immediate=true`. Only ABL will use immediate=true, to ensure electrical safety of equipment.
This allows some optimizations of performance, as ApplyPostAdjustments() is time consuming.
* busses.setBrightness(bri) --> applied to all future pixels (fast, lossless)
* busses.setBrightness(bri, true) --> applied directly to all previously set pixels (slower, lossy) 
						
						
					 
					
						2023-07-01 20:09:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						ed69692f08 
					 
					
						
						
							
							Dynamic  
						
						 
						
						
						
						
					 
					
						2023-07-01 15:36:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						7119999df8 
					 
					
						
						
							
							Gamma and speed control  
						
						 
						
						
						
						
					 
					
						2023-07-01 13:20:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						c16462a0ce 
					 
					
						
						
							
							Experimental GIF support  
						
						 
						
						
						
						
					 
					
						2023-06-30 23:59:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						272f96b405 
					 
					
						
						
							
							Double buffering at bus level.  
						
						 
						
						
						
						
					 
					
						2023-06-30 21:12:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andre Lackmann 
							
						 
					 
					
						
						
							
						
						3e519001a3 
					 
					
						
						
							
							Removed current cycle assignment that clears current value ( #3262 )  
						
						 
						
						
						
						
					 
					
						2023-06-30 15:03:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f442aad962 
					 
					
						
						
							
							Misc.  
						
						 
						
						... 
						
						
						
						- larger stack buffer for oappend
- increase max segment name for ESP32 
						
						
					 
					
						2023-06-27 16:01:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						fa9b151c36 
					 
					
						
						
							
							Slightly more efficient buffer copy to busses  
						
						 
						
						
						
						
					 
					
						2023-06-27 01:57:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						481bd6f57a 
					 
					
						
						
							
							Add WiFi network scan RPC command to Improv Serial ( #3271 )  
						
						 
						
						
						
						
					 
					
						2023-06-27 01:51:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						f015227fc8 
					 
					
						
						
							
							Missing WS connection fallback for liveview ( #3267 )  
						
						 
						
						... 
						
						
						
						* Missing WS connection fallback for liveview
- fix for #3250 
Remove (conditional WLED_ENABLE_LEGACY) legacy URI
Replace /sliders with /?sliders
* Merge liveview and liveviewws pages
Remove /url string subpage
Enable /json/live by default
* WS retry count
Removed appended ws from URL
* Also reset WS retries on successful WS connection
---------
Co-authored-by: Christian Schwinne <cschwinne@gmail.com > 
						
						
					 
					
						2023-06-27 01:51:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						61ba16b779 
					 
					
						
						
							
							Global buffer and ABL fixes  
						
						 
						
						
						
						
					 
					
						2023-06-27 00:38:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						f6e86bfcf8 
					 
					
						
						
							
							First global buffer iteration  
						
						 
						
						
						
						
					 
					
						2023-06-26 22:12:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						498dd76730 
					 
					
						
						
							
							Decouple segment led buffer from global led buffer  
						
						 
						
						
						
						
					 
					
						2023-06-26 18:16:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						ebd909dfe7 
					 
					
						
						
							
							Remove obsolete Visual Studio files  
						
						 
						
						
						
						
					 
					
						2023-06-26 00:17:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						067ed1258b 
					 
					
						
						
							
							Temporary bugfix for  #3264  
						
						 
						
						
						
						
					 
					
						2023-06-24 21:04:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ef3c72a24f 
					 
					
						
						
							
							Fix for  #3265  
						
						 
						
						
						
						
					 
					
						2023-06-23 23:49:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b257f476c9 
					 
					
						
						
							
							Bugfix for  #3259  
						
						 
						
						
						
						
					 
					
						2023-06-22 19:06:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						d3af2be79a 
					 
					
						
						
							
							Adding Pixel Magic Tool to WLED ( #3249 )  
						
						 
						
						... 
						
						
						
						* Adding Pixel Magic Tool to WLED
* Revert "Adding Pixel Magic Tool to WLED"
This reverts commit b4f08fa8d5 .
* Adding Pixel Magic Tool to WLED
* Corrections and performance improvements
* Remove IE compatibility tag
(saves a few bytes and IE10 is over 10 years old and unsupported)
Correct HTML language attribute
(Chrome would show a popup asking to translate from Portugese)
* Corrections and performance improvements
* Enable pxmagic by default
---------
Co-authored-by: Aircoookie <21045690+Aircoookie@users.noreply.github.com >
Co-authored-by: Christian Schwinne <cschwinne@gmail.com > 
						
						
					 
					
						2023-06-22 11:26:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						94aeb19245 
					 
					
						
						
							
							Enable pxmagic by default  
						
						 
						
						
						
						
					 
					
						2023-06-22 11:18:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clayton Sims 
							
						 
					 
					
						
						
							
						
						e4ee392c27 
					 
					
						
						
							
							Support for ESP-NOW Wireless Remote Control ( #3237 )  
						
						 
						
						... 
						
						
						
						* Initial checkin for ESP-NOW remote feature
* cleanup irrelevant comment
* don't bring in espnow package includes when feature disabled
* Formatting and removing inaccurate call mode hardcoding
* Fork ESP Now code by platform (8266 v. esp32)
* compiled html update
* Disable ESP-NOW remote by default on ESP32 until tested
* Enable ESP-NOW remote for ESP32
* Rename ESP NOW define
---------
Co-authored-by: cschwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2023-06-22 10:06:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cf48ad06ed 
					 
					
						
						
							
							New SPI display SSD1309 for 4LD.  
						
						 
						
						... 
						
						
						
						Fixed global I2C usage (no pin allocation in usermods).
Enabled option dor Multi relay. 
						
						
					 
					
						2023-06-21 23:31:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						63df85f7f9 
					 
					
						
						
							
							AC lacks i2sMaster param to I2SSource  
						
						 
						
						
						
						
					 
					
						2023-06-19 13:33:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						b29611509e 
					 
					
						
						
							
							AC lacks ERRORSR_PRINTLN  
						
						 
						
						
						
						
					 
					
						2023-06-19 13:33:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Will Tatam 
							
						 
					 
					
						
						
							
						
						dd1cf0ec56 
					 
					
						
						
							
							AC lacks ERRORSR_PRINTF  
						
						 
						
						
						
						
					 
					
						2023-06-19 13:27:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						c04c73bbd7 
					 
					
						
						
							
							WS logic: No resending, improved ESP8266 stability  
						
						 
						
						... 
						
						
						
						Update ESP8266 core to 3.1.2 
						
						
					 
					
						2023-06-18 01:07:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						0d287283d4 
					 
					
						
						
							
							Corrections and performance improvements  
						
						 
						
						
						
						
					 
					
						2023-06-16 20:21:59 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4ea5723b7f 
					 
					
						
						
							
							Enhance pin dropdowns.  
						
						 
						
						... 
						
						
						
						- add pins for PCF8574 (POC)
- bugfix for saving
Reduced maximum relays to 8.
Changed MultiRelay config parameter name. 
						
						
					 
					
						2023-06-16 22:06:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						ea964124d6 
					 
					
						
						
							
							Remove IE compatibility tag  
						
						 
						
						... 
						
						
						
						(saves a few bytes and IE10 is over 10 years old and unsupported)
Correct HTML language attribute
(Chrome would show a popup asking to translate from Portugese) 
						
						
					 
					
						2023-06-16 12:02:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						75244853c1 
					 
					
						
						
							
							Fix for  #3251  
						
						 
						
						
						
						
					 
					
						2023-06-16 10:24:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						c361c34b16 
					 
					
						
						
							
							Corrections and performance improvements  
						
						 
						
						
						
						
					 
					
						2023-06-15 22:10:54 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						264b3a785b 
					 
					
						
						
							
							Code style: define constants for settings subpage IDs  
						
						 
						
						
						
						
					 
					
						2023-06-15 23:58:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						bb15e1d8ac 
					 
					
						
						
							
							minor comment update  
						
						 
						
						... 
						
						
						
						Small corrections in Lissajous comments 
						
						
					 
					
						2023-06-15 09:30:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						68860ae866 
					 
					
						
						
							
							Adding Pixel Magic Tool to WLED  
						
						 
						
						
						
						
					 
					
						2023-06-14 19:38:11 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						61637f12c7 
					 
					
						
						
							
							Revert "Adding Pixel Magic Tool to WLED"  
						
						 
						
						... 
						
						
						
						This reverts commit b4f08fa8d5 . 
						
						
					 
					
						2023-06-14 19:34:12 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7538649e81 
					 
					
						
						
							
							Add optional leading 0 on time and date for Scrolling Text  
						
						 
						
						... 
						
						
						
						- replaces #2994  
						
						
					 
					
						2023-06-14 21:58:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						31efbe915e 
					 
					
						
						
							
							Minor string optimisation.  
						
						 
						
						
						
						
					 
					
						2023-06-14 20:45:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						9e69627626 
					 
					
						
						
							
							2D Lissajous improvements  
						
						 
						
						... 
						
						
						
						* allow user to control rotation speed (c3 slider)
* preserve accuracy by performing division _after_ multiplication: " (i * speed) / 32", instead of " i * (speed / 32)"
* proper rounding of "map" results, for better visual appearance
* avoid division by zero in map() function 
						
						
					 
					
						2023-06-14 20:21:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						dd9da2853a 
					 
					
						
						
							
							Support settings pin unlock via JSON  
						
						 
						
						... 
						
						
						
						Also supports locking by providing any incorrect pin 
						
						
					 
					
						2023-06-14 11:53:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alerson Jorge 
							
						 
					 
					
						
						
							
						
						b4f08fa8d5 
					 
					
						
						
							
							Adding Pixel Magic Tool to WLED  
						
						 
						
						
						
						
					 
					
						2023-06-13 19:42:16 -03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						670461c66f 
					 
					
						
						
							
							Merge pull request  #3238  from Aircoookie/beta-3  
						
						 
						
						... 
						
						
						
						Beta 3 
						
						
					 
					
						2023-06-13 21:38:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f6092b9128 
					 
					
						
						
							
							Build bump & updated changelog  
						
						 
						
						
						
						
					 
					
						2023-06-13 21:10:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a690cb36ff 
					 
					
						
						
							
							changelog  
						
						 
						
						
						
						
					 
					
						2023-06-12 22:29:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5ca8f4a3aa 
					 
					
						
						
							
							Merge branch 'pin-dropdown' into beta-3  
						
						 
						
						
						
						
					 
					
						2023-06-12 22:22:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ba6e2f0a54 
					 
					
						
						
							
							Pin dropdown updates for LED pins.  
						
						 
						
						... 
						
						
						
						Updated pxmagic 
						
						
					 
					
						2023-06-12 19:21:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						149f4e38a0 
					 
					
						
						
							
							Merge branch 'main' into dev-2  
						
						 
						
						
						
						
					 
					
						2023-06-11 09:54:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b5ee170726 
					 
					
						
						
							
							Merge branch 'main' into beta-3  
						
						 
						
						
						
						
					 
					
						2023-06-11 09:53:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						04961880fe 
					 
					
						
						
							
							Merge pull request  #3242  from jkoelker/mitigate_xss  
						
						 
						
						... 
						
						
						
						fix(settings): mitigate xss 
						
						
					 
					
						2023-06-11 09:52:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e22e8ffa0e 
					 
					
						
						
							
							npm  
						
						 
						
						
						
						
					 
					
						2023-06-11 09:44:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason Kölker 
							
						 
					 
					
						
						
							
						
						d18d800947 
					 
					
						
						
							
							fix(settings): mitigate xss  
						
						 
						
						... 
						
						
						
						Mitigate XSS on wifi scanning from injecting arbitrary code by using
`textConent` instead of `innerHTML`.
Partially Fixes  #3233  
						
						
					 
					
						2023-06-10 23:40:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3ca58ee65f 
					 
					
						
						
							
							Pin dropdowns POC.  
						
						 
						
						... 
						
						
						
						NeoPixelBusGammaMethod POC.
PixelMagic POC.
Button reassign POC. 
						
						
					 
					
						2023-06-10 20:43:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						21387b9a83 
					 
					
						
						
							
							Bugfix download backup json  
						
						 
						
						
						
						
					 
					
						2023-06-08 09:41:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ccb0d491ed 
					 
					
						
						
							
							Port bugfix.  
						
						 
						
						
						
						
					 
					
						2023-06-08 07:14:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						daa3200713 
					 
					
						
						
							
							Sync page bugfix  
						
						 
						
						
						
						
					 
					
						2023-06-08 07:06:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						fec2d1f7ee 
					 
					
						
						
							
							Bugfix  
						
						 
						
						... 
						
						
						
						- respect Settings PIN lock in /json/cfg 
						
						
					 
					
						2023-06-07 21:43:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						eb8e95723c 
					 
					
						
						
							
							Bugfix reverse proxy path detection  
						
						 
						
						
						
						
					 
					
						2023-06-07 21:37:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						999bec19f1 
					 
					
						
						
							
							Merge pull request  #3232  from david-sawatzke/ws2801_eth_fix  
						
						 
						
						... 
						
						
						
						Fix WS2801 output on boards with ethrnet 
						
						
					 
					
						2023-06-06 21:18:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						dfb8de2349 
					 
					
						
						
							
							Fix for  #3204  
						
						 
						
						
						
						
					 
					
						2023-06-06 20:56:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Sawatzke 
							
						 
					 
					
						
						
							
						
						59f1cdcc82 
					 
					
						
						
							
							Fix WS2801 output on boards with ethrnet (similar to  #2542 )  
						
						 
						
						... 
						
						
						
						and the corresponding fix d1fed11d0d 
						
						
					 
					
						2023-06-06 16:34:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3eb8be6239 
					 
					
						
						
							
							Bump version and update changelog  
						
						 
						
						
						
						
					 
					
						2023-06-04 20:14:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7dfc4a651d 
					 
					
						
						
							
							Merge branch 'main' into beta-3  
						
						 
						
						
						
						
					 
					
						2023-06-04 20:11:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						189d145393 
					 
					
						
						
							
							Merge branch 'main' into beta-3  
						
						 
						
						
						
						
					 
					
						2023-06-04 18:43:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						26bec11d76 
					 
					
						
						
							
							Reverse proxy support.  
						
						 
						
						
						
						
					 
					
						2023-06-04 18:40:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1e7071bff3 
					 
					
						
						
							
							Transition bugfix.  
						
						 
						
						
						
						
					 
					
						2023-06-04 18:36:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						92390d1d59 
					 
					
						
						
							
							Bugfix in DDP handling.  
						
						 
						
						
						
						
					 
					
						2023-06-04 17:55:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b9b072119b 
					 
					
						
						
							
							Add pin mode.  
						
						 
						
						
						
						
					 
					
						2023-06-03 22:46:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b6d9fd8030 
					 
					
						
						
							
							Usermod fixes  
						
						 
						
						... 
						
						
						
						- 4LD: prevent corruption on fast Rotary changes
- Rotary: implement ISR for I2C reading 
						
						
					 
					
						2023-06-03 17:01:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						d383bc93c7 
					 
					
						
						
							
							Changelog update  
						
						 
						
						... 
						
						
						
						Reduce width of ethernet mode dropdown 
						
						
					 
					
						2023-06-02 10:51:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sebastian 
							
						 
					 
					
						
						
							
						
						af88c68fca 
					 
					
						
						
							
							Buttons: Trigger on button press (instead of release) if all configured presets are the same ( #3226 )  
						
						 
						
						... 
						
						
						
						* Buttons: Trigger when pressing if all configured presets are the same
* Add debounce for immediate rising-edge short press
---------
Co-authored-by: Aircoookie <21045690+Aircoookie@users.noreply.github.com > 
						
						
					 
					
						2023-06-02 10:51:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						24537c4fdc 
					 
					
						
						
							
							Debug data for rotary.  
						
						 
						
						
						
						
					 
					
						2023-06-01 22:19:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						130f495fb6 
					 
					
						
						
							
							Bugfix multi relay.  
						
						 
						
						
						
						
					 
					
						2023-06-01 22:17:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sebastian 
							
						 
					 
					
						
						
							
						
						9d22a06969 
					 
					
						
						
							
							Changes for allowing Alexa to change light color to White when auto-calculating from RGB ( #3211 )  
						
						 
						
						... 
						
						
						
						* Changes for allowing Alexa to change light color to White when auto-calculating from RGB
* Update alexa.cpp
Indention
* Do not rely on global auto white override
(gets white mode from segment light capabilities)
* alexa.cpp: Removed unnecessary whitespaces
---------
Co-authored-by: Aircoookie <21045690+Aircoookie@users.noreply.github.com > 
						
						
					 
					
						2023-05-31 20:12:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dvdavide 
							
						 
					 
					
						
						
							
						
						e3783e0236 
					 
					
						
						
							
							Fix for displaying 1bpp bmp files (usermod EleksTube IPS) ( #2988 )  
						
						 
						
						... 
						
						
						
						* Fix for displaying 1bpp bmp files
* EleksTubeIPS optimizations
* Fixed incorrect paletteSize
* stray tab
---------
Co-authored-by: Aircoookie <21045690+Aircoookie@users.noreply.github.com > 
						
						
					 
					
						2023-05-31 20:11:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin Mutter 
							
						 
					 
					
						
						
							
						
						a5161eb7f1 
					 
					
						
						
							
							Use constant for mDNS name to allow setting from my_config.h ( #3145 )  
						
						 
						
						
						
						
					 
					
						2023-05-31 17:35:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						82e448de7c 
					 
					
						
						
							
							Beta-3 changes  
						
						 
						
						... 
						
						
						
						- remove I2C init  from usermods
- PCF8574 (&co) port expander support
- refactor PIR &  Rotary encoder & 4LD
- reboot race condition
- optimisations 
						
						
					 
					
						2023-05-30 19:36:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						680afe972e 
					 
					
						
						
							
							Merge pull request  #3220  from Aircoookie/feature  
						
						 
						
						... 
						
						
						
						Feature implementation 
						
						
					 
					
						2023-05-30 16:52:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						69ab2ce402 
					 
					
						
						
							
							Merge branch 'main' into feature  
						
						 
						
						
						
						
					 
					
						2023-05-30 16:20:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4374930065 
					 
					
						
						
							
							npm build  
						
						 
						
						
						
						
					 
					
						2023-05-30 16:18:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9f3520cba5 
					 
					
						
						
							
							Update comments.  
						
						 
						
						
						
						
					 
					
						2023-05-30 16:09:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d20cdc099d 
					 
					
						
						
							
							Merge branch 'main' into feature  
						
						 
						
						
						
						
					 
					
						2023-05-30 15:55:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						926e9ff3de 
					 
					
						
						
							
							Merge pull request  #3171  from Aircoookie/seg-groups  
						
						 
						
						... 
						
						
						
						Add support for segment sets (groups of segments) 
						
						
					 
					
						2023-05-30 15:53:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						70c277d8a1 
					 
					
						
						
							
							bugfix: don't hide sound sim options for "double note" effects  
						
						 
						
						... 
						
						
						
						There was is a typo in this line - apparently the "\u" was missing, so the search string was interpreted as octal char instead of unicode. 
						
						
					 
					
						2023-05-30 13:23:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0a5aac724a 
					 
					
						
						
							
							Merge branch 'main' into seg-groups  
						
						 
						
						
						
						
					 
					
						2023-05-29 21:35:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						bb91d5495f 
					 
					
						
						
							
							Merge branch 'main' into feature  
						
						 
						
						
						
						
					 
					
						2023-05-29 21:31:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						995d94c124 
					 
					
						
						
							
							Repeat segment button fix  
						
						 
						
						
						
						
					 
					
						2023-05-29 21:23:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						ee7036f13d 
					 
					
						
						
							
							CSS tweaks  
						
						 
						
						... 
						
						
						
						Fix repeat segment button remaining hidden
Fix third segment row (offset) alignment in 1D mode
Keep disabled sound simulation modes as comment for reference
New local var for 2D seg UI, improves code legibility 
						
						
					 
					
						2023-05-29 21:06:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5a8a8dc292 
					 
					
						
						
							
							Feature implementation  
						
						 
						
						... 
						
						
						
						- #2236 
  - #1984 
Better PSRAM handling
platformio.ini update
On/Off bus handling 
						
						
					 
					
						2023-05-28 22:50:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								coral 
							
						 
					 
					
						
						
							
						
						7d84de6690 
					 
					
						
						
							
							Fix errors in DDP implementation ( #3193 )  
						
						 
						
						... 
						
						
						
						* fix DDP spec
* Adjust DDP type byte to latest spec
Allow receiving of RGBW DDP with either old or new bits per channel value
---------
Co-authored-by: Aircoookie <21045690+Aircoookie@users.noreply.github.com > 
						
						
					 
					
						2023-05-26 14:58:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						3520f9e9c2 
					 
					
						
						
							
							Bump requests from 2.28.2 to 2.31.0 ( #3213 )  
						
						 
						
						... 
						
						
						
						Bumps [requests](https://github.com/psf/requests ) from 2.28.2 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.31.0 )
---
updated-dependencies:
- dependency-name: requests
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-05-26 12:32:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b2df7981a9 
					 
					
						
						
							
							Add support for PCF8574 I2C port expander  
						
						 
						
						... 
						
						
						
						- for Multi Relay usermod. 
						
						
					 
					
						2023-05-24 23:40:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								TroyHacks 
							
						 
					 
					
						
						
							
						
						9831e7bc3b 
					 
					
						
						
							
							Warnings about AudioKit rubbish  
						
						 
						
						
						
						
					 
					
						2023-05-23 23:49:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								TroyHacks 
							
						 
					 
					
						
						
							
						
						90e37439e5 
					 
					
						
						
							
							Better ES8388 init and mic support  
						
						 
						
						
						
						
					 
					
						2023-05-23 23:49:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								TroyHacks 
							
						 
					 
					
						
						
							
						
						65f2490e89 
					 
					
						
						
							
							It's offically the LyraT, not Lyra-T.  
						
						 
						
						
						
						
					 
					
						2023-05-23 23:49:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								TroyHacks 
							
						 
					 
					
						
						
							
						
						c14a921e5a 
					 
					
						
						
							
							Mic settings for ES8388. Also ALC, pass-thru, etc.  
						
						 
						
						
						
						
					 
					
						2023-05-23 23:49:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								TroyHacks 
							
						 
					 
					
						
						
							
						
						2bc8ffefce 
					 
					
						
						
							
							Some fixes for LyraT and also better inits/docs  
						
						 
						
						
						
						
					 
					
						2023-05-23 23:46:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								TroyHacks 
							
						 
					 
					
						
						
							
						
						b88d8c85cb 
					 
					
						
						
							
							ES8388 init optimizations and fixes  
						
						 
						
						
						
						
					 
					
						2023-05-23 23:42:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ewoud 
							
						 
					 
					
						
						
							
						
						693f52d984 
					 
					
						
						
							
							Merge pull request  #5  from netmindz/ES8388  
						
						 
						
						... 
						
						
						
						WiP - ES8388 
						
						
					 
					
						2023-05-23 23:41:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						56a3bff42e 
					 
					
						
						
							
							Multi-packet MQTT fix.  
						
						 
						
						... 
						
						
						
						Solves #3205  
						
						
					 
					
						2023-05-23 18:37:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bffeec1615 
					 
					
						
						
							
							Remove PSRAM use from global LED buffer.  
						
						 
						
						
						
						
					 
					
						2023-05-21 18:37:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						e4a9f115cb 
					 
					
						
						
							
							fx functions: avoid memory corruption  
						
						 
						
						... 
						
						
						
						* PSRAM_Allocator was missing the "reallocate" method, which lead to undefined behaviour when dynamic JSON doc needed to grow/shrink
* Segment::setUpLeds() quickfix for length() == 0 (should not happen, but it did happen for me once)
* leds in PSRAM causes major slowdown on wrover boards - disabled. 
						
						
					 
					
						2023-05-21 14:33:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						a717238f76 
					 
					
						
						
							
							espalexa robustness improvements  
						
						 
						
						... 
						
						
						
						* prevent string buffer overflows (stack corruption)
* avoid division by zero (program might crash)
* avoid log(0) which is undefined, too
* use faster math routines for float (logf, powf) 
						
						
					 
					
						2023-05-21 13:21:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4a567ab97c 
					 
					
						
						
							
							Merge branch 'main' into seg-groups  
						
						 
						
						
						
						
					 
					
						2023-05-15 17:06:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						90431b662b 
					 
					
						
						
							
							Rename "group" to "set"  
						
						 
						
						
						
						
					 
					
						2023-05-15 17:06:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1c8f349a62 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						- prevent LED flash on realtime end 
						
						
					 
					
						2023-05-14 20:30:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						217004c70c 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						- disbled transitions/crossfade prevented segment off 
						
						
					 
					
						2023-05-14 18:18:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						a75608628e 
					 
					
						
						
							
							Merge pull request  #3199  from Aircoookie/serg-eth  
						
						 
						
						... 
						
						
						
						Serg74 ethernet board. 
						
						
					 
					
						2023-05-13 15:29:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						33130f39ee 
					 
					
						
						
							
							Merge pull request  #3190  from Aircoookie/octopus  
						
						 
						
						... 
						
						
						
						Octopus & Waving Cell 2D effects 
						
						
					 
					
						2023-05-13 15:27:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cae43e97cd 
					 
					
						
						
							
							Corner fix  
						
						 
						
						
						
						
					 
					
						2023-05-13 15:17:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cdfc0f6b71 
					 
					
						
						
							
							Temperature usermod rewrite  
						
						 
						
						
						
						
					 
					
						2023-05-11 17:33:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bf6a18a414 
					 
					
						
						
							
							Bugfix  
						
						 
						
						... 
						
						
						
						- SHT enable/disable crash 
						
						
					 
					
						2023-05-10 21:09:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						16b66afa7a 
					 
					
						
						
							
							Octopus offset  
						
						 
						
						
						
						
					 
					
						2023-05-10 21:06:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						9e446210fb 
					 
					
						
						
							
							refresh build number  
						
						 
						
						
						
						
					 
					
						2023-05-09 17:57:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						b0118d2d57 
					 
					
						
						
							
							use size_t as file index type (might prevent corruption)  
						
						 
						
						... 
						
						
						
						* use size_t instead of uint16_t -> prevents random behaviour (corruption) in case that JSON files get larger than 64Kbytes.
* use a constant for max large file space (was UINT16_MAX)
* reduced the scope of some functions and variables to "static" - avoids name clashes and may support better optimization by the compiler 
						
						
					 
					
						2023-05-09 17:44:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						bc90309dd6 
					 
					
						
						
							
							fix error message in latest platformio  
						
						 
						
						... 
						
						
						
						fix for "Error: Invalid environment name 'codm-controller-0.6-rev2'. The name can contain alphanumeric, underscore, and hyphen characters (a-z, 0-9, -, _)" 
						
						
					 
					
						2023-05-09 17:34:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						52c4093fb0 
					 
					
						
						
							
							minor bugfix for usermod_v2_Battery.h  
						
						 
						
						... 
						
						
						
						missing semicolon - caused compile errorsin debug mode. 
						
						
					 
					
						2023-05-08 20:59:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b47c12cbee 
					 
					
						
						
							
							Serg74 ethernet board.  
						
						 
						
						
						
						
					 
					
						2023-05-08 08:48:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						fb14bc6016 
					 
					
						
						
							
							Merge pull request  #3116  from Erwin-Repolust/main  
						
						 
						
						... 
						
						
						
						Changing voltage calculation to a weighted running average 
						
						
					 
					
						2023-05-07 10:20:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cd6862b1a7 
					 
					
						
						
							
							Merge branch 'main' into octopus  
						
						 
						
						
						
						
					 
					
						2023-05-06 12:56:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3d9160f2fa 
					 
					
						
						
							
							Merge branch 'main' into seg-groups  
						
						 
						
						
						
						
					 
					
						2023-05-05 23:01:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						157a5d9902 
					 
					
						
						
							
							Merge pull request  #3164  from werkstrom/cpal  
						
						 
						
						... 
						
						
						
						Custom Palette Editor 
						
						
					 
					
						2023-05-05 22:44:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f4972e2be2 
					 
					
						
						
							
							Code size reduction.  
						
						 
						
						... 
						
						
						
						Save in hex notation. 
						
						
					 
					
						2023-05-05 22:37:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						85c8e6ba42 
					 
					
						
						
							
							Merge branch 'main' into cpal  
						
						 
						
						
						
						
					 
					
						2023-05-05 21:35:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						8e79bd8785 
					 
					
						
						
							
							Merge pull request  #3162  from wled-install/main  
						
						 
						
						... 
						
						
						
						Add LAN8720 reset and new ethernet board 
						
						
					 
					
						2023-05-05 21:32:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						1ace7ce254 
					 
					
						
						
							
							Merge pull request  #3194  from billythekid/patch-1  
						
						 
						
						... 
						
						
						
						Update palettes.h (typo in a comment) 
						
						
					 
					
						2023-05-05 20:08:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a00be5b60c 
					 
					
						
						
							
							Improved Tartan FX  
						
						 
						
						
						
						
					 
					
						2023-05-03 21:43:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Billy 
							
						 
					 
					
						
						
							
						
						aabe8d1d5e 
					 
					
						
						
							
							Update palettes.h  
						
						 
						
						... 
						
						
						
						just a typo-fix 
						
						
					 
					
						2023-05-02 21:52:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3da086438b 
					 
					
						
						
							
							Add rotating to Octopus  
						
						 
						
						... 
						
						
						
						Soap optimization 
						
						
					 
					
						2023-05-02 11:16:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c257c86387 
					 
					
						
						
							
							Fix for mirroring  
						
						 
						
						
						
						
					 
					
						2023-05-01 20:43:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ff3ae14c29 
					 
					
						
						
							
							Merge branch 'main' into octopus  
						
						 
						
						
						
						
					 
					
						2023-05-01 19:23:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						cd82a34392 
					 
					
						
						
							
							fixing github CI builds for -S3/-S2/-C3  
						
						 
						
						... 
						
						
						
						explicitly adding `toolchain-riscv32-esp @ 8.4.0+2021r2-patch5` seems to do the trick.
Suggested here:
* https://github.com/platformio/platform-espressif32/issues/1081#issuecomment-1518601054  
						
						
					 
					
						2023-05-01 16:54:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						baacd55910 
					 
					
						
						
							
							Minor UI fix  
						
						 
						
						
						
						
					 
					
						2023-05-01 14:17:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						511b7c4d92 
					 
					
						
						
							
							Merge pull request  #3142  from xxv/xxv/dancing-shadows-default-color  
						
						 
						
						... 
						
						
						
						Set Dancing Shadows default palette to Party 
						
						
					 
					
						2023-04-30 18:43:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f38851b7c6 
					 
					
						
						
							
							Merge branch 'main' into cpal  
						
						 
						
						
						
						
					 
					
						2023-04-30 17:52:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						432c5837f0 
					 
					
						
						
							
							Bugfix  
						
						 
						
						... 
						
						
						
						- WiFi power for Lolin S2 & C3 (use -DLOLIN_WIFI_FIX)
- web response buffer size (corruption when websockets not used) 
						
						
					 
					
						2023-04-30 17:30:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cc599f544a 
					 
					
						
						
							
							Tweak in Soap.  
						
						 
						
						
						
						
					 
					
						2023-04-30 13:28:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e886c85134 
					 
					
						
						
							
							Tweaks.  
						
						 
						
						
						
						
					 
					
						2023-04-30 13:25:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						05eb716b85 
					 
					
						
						
							
							Noise array bugfix.  
						
						 
						
						... 
						
						
						
						Fire2012 tweak. 
						
						
					 
					
						2023-04-30 13:22:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						61eb7b0a6a 
					 
					
						
						
							
							Waving Cell FX  
						
						 
						
						
						
						
					 
					
						2023-04-29 17:04:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f0dade5856 
					 
					
						
						
							
							Uneven matrix fix.  
						
						 
						
						
						
						
					 
					
						2023-04-29 15:51:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Henrik 
							
						 
					 
					
						
						
							
						
						8567f6b13c 
					 
					
						
						
							
							Ability to use static palettes as templates  
						
						 
						
						
						
						
					 
					
						2023-04-29 13:28:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b740316918 
					 
					
						
						
							
							Soap fix  
						
						 
						
						
						
						
					 
					
						2023-04-29 11:11:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2119d08543 
					 
					
						
						
							
							Octopus 2D effect  
						
						 
						
						... 
						
						
						
						- by Stepko 
						
						
					 
					
						2023-04-28 22:00:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								wled-install 
							
						 
					 
					
						
						
							
						
						599ff66522 
					 
					
						
						
							
							Add files via upload  
						
						 
						
						
						
						
					 
					
						2023-04-28 17:15:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								wled-install 
							
						 
					 
					
						
						
							
						
						6d2eb04ada 
					 
					
						
						
							
							Add files via upload  
						
						 
						
						
						
						
					 
					
						2023-04-28 17:13:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0aea75edb7 
					 
					
						
						
							
							NeoPixelBus 2.7.5  
						
						 
						
						... 
						
						
						
						UI bugfix 
						
						
					 
					
						2023-04-28 16:52:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mattstir 
							
						 
					 
					
						
						
							
						
						2ca8231ab4 
					 
					
						
						
							
							Improve indent ( #3118 )  
						
						 
						
						... 
						
						
						
						* Improve indent
Improve indent, so its more allignend and correctly indented according to logic groups
* Spaces to tabs
---------
Co-authored-by: cschwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2023-04-28 01:40:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						e00116551c 
					 
					
						
						
							
							Add Ucs890x support and swaps NeoPixelBrightnessBus with NeoPixelBusLg ( #3091 )  
						
						 
						
						... 
						
						
						
						* Add UCS890x support.
* Fixes
* Update NeoPixelBus to 2.7.3 for UCS8904 support.
Update ESP8266 core to 4.1.0
* ESP8266 compile fixes.
- use PlatformIO framework and toolchain
- add compiler warning suppression
- remove IRAM_ATTR to fit in IRAM
* Replace NeoPixelBrightnessBus with NeoPixelBusLg
Resolves  #3087 
* Update to NPB 2.7.4
* Internal NPB color conversions.
* Fix errors due to merge with SPI Hz methods
Regenerate settings page HTML
---------
Co-authored-by: Christian Schwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2023-04-28 01:28:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						4d55e05b07 
					 
					
						
						
							
							Fix CI properly  
						
						 
						
						... 
						
						
						
						Small 2D Soap FX optimizations 
						
						
					 
					
						2023-04-28 00:51:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						9ff3f85432 
					 
					
						
						
							
							Allow SPI clock speed selection. ( #3173 )  
						
						 
						
						... 
						
						
						
						* Allow SPI clock speed selection.
* Bump NPB to 2.7.4 
						
						
					 
					
						2023-04-28 00:27:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						65c584aeda 
					 
					
						
						
							
							2D enhancement (internal)  
						
						 
						
						... 
						
						
						
						- move() wrapping
- dual addPixelColorXY() 
						
						
					 
					
						2023-04-27 17:31:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						2540a2dfd9 
					 
					
						
						
							
							Soap, new 2D effect ( #3184 )  
						
						 
						
						... 
						
						
						
						* Soap, new 2D effect
* Fix Soap FX on matrices with edges < 8 LEDs
* Add palette support to Soap FX
---------
Co-authored-by: cschwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2023-04-27 01:22:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						70e9187bcb 
					 
					
						
						
							
							Merge branch 'main' into seg-groups  
						
						 
						
						
						
						
					 
					
						2023-04-26 19:50:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5e2fa13471 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						- allow saving of reboot preset
- return Spread slider 
						
						
					 
					
						2023-04-26 19:47:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						4f8610f895 
					 
					
						
						
							
							Merge pull request  #3134  from strikeout/DMX_MODE_PRESET_FIX  
						
						 
						
						... 
						
						
						
						Fixes DMX_MODE_PRESET preset and brightness selection via DMX controller 
						
						
					 
					
						2023-04-26 19:30:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						95f9e97af8 
					 
					
						
						
							
							typeOf bugfix  
						
						 
						
						
						
						
					 
					
						2023-04-26 14:45:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marcos Castro 
							
						 
					 
					
						
						
							
						
						695b073080 
					 
					
						
						
							
							Apply correct iOS scroll to all tabcontent ( #3182 )  
						
						 
						
						
						
						
					 
					
						2023-04-26 10:53:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Stefan Riese 
							
						 
					 
					
						
						
							
						
						3a28935bfe 
					 
					
						
						
							
							Wordclock - Issue with "Norddeutsch" ( #3161 )  
						
						 
						
						... 
						
						
						
						* - fix word clock for "viertel vor" and "viertel nach"
- adjust wording of parameters
* - revert changes for parameter names
* enclose JSON property strings in F() macro to reduce RAM usage.
* add parameter info for "norddeutsch" and "LedOffset" 
						
						
					 
					
						2023-04-26 10:53:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						468ed1a9ce 
					 
					
						
						
							
							Restore Github actions CI build ( #3187 )  
						
						 
						
						... 
						
						
						
						* Update dependencies
* Do not fail fast
* Disable ESP32 variant CI builds 
						
						
					 
					
						2023-04-26 10:52:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a6052d7900 
					 
					
						
						
							
							Update info text.  
						
						 
						
						
						
						
					 
					
						2023-04-25 14:27:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e42836b07f 
					 
					
						
						
							
							Allow hex strings for palette  
						
						 
						
						
						
						
					 
					
						2023-04-25 13:02:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Henrik 
							
						 
					 
					
						
						
							
						
						16373919d4 
					 
					
						
						
							
							Removed as requested  
						
						 
						
						
						
						
					 
					
						2023-04-23 21:36:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Henrik 
							
						 
					 
					
						
						
							
						
						92f9c908f6 
					 
					
						
						
							
							Custom palettes now editable  
						
						 
						
						
						
						
					 
					
						2023-04-23 21:32:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Henrik 
							
						 
					 
					
						
						
							
						
						480e1e17c8 
					 
					
						
						
							
							Error on missing css file  
						
						 
						
						
						
						
					 
					
						2023-04-23 11:40:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						274f5f2f1f 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						
						
						
					 
					
						2023-04-22 16:06:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						02d4f9cbba 
					 
					
						
						
							
							Merge branch 'main' into seg-groups  
						
						 
						
						
						
						
					 
					
						2023-04-20 17:21:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d10daf0991 
					 
					
						
						
							
							Bugfix  
						
						 
						
						... 
						
						
						
						- skip regular button handling while waiting for analog read 
						
						
					 
					
						2023-04-17 16:25:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8c9656b799 
					 
					
						
						
							
							Cleanup. Return after upload.  
						
						 
						
						
						
						
					 
					
						2023-04-14 18:33:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						396ea3d0ee 
					 
					
						
						
							
							Add webserver cpal support  
						
						 
						
						
						
						
					 
					
						2023-04-14 17:21:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3efee4a855 
					 
					
						
						
							
							Merge branch 'main' into cpal  
						
						 
						
						
						
						
					 
					
						2023-04-14 17:16:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ece6759fa7 
					 
					
						
						
							
							UI update.  
						
						 
						
						
						
						
					 
					
						2023-04-14 17:15:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						246d945f39 
					 
					
						
						
							
							another "inner var shadows outer var"  
						
						 
						
						... 
						
						
						
						Seems this is not causing bugs, however its still bad style to re-define existing vars in an inner loop. Solved to improve code readability. 
						
						
					 
					
						2023-04-14 14:13:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						4a3bc486d0 
					 
					
						
						
							
							two more "shadowed locals"  
						
						 
						
						... 
						
						
						
						In these case, there seem to be no bug, but  simply renaming the "inner" variables improves code readability. 
						
						
					 
					
						2023-04-14 13:09:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						996d041581 
					 
					
						
						
							
							bugfix for art-net transmit  
						
						 
						
						... 
						
						
						
						art-net transmit was not sending out LEDs, but only transmitted headers repeatedly (thanks @troyhacks for noticing).
Actually such problems can be found by newer compilers, so i've added the warning option to [esp32_idf_V4].
wled00/udp.cpp: In function 'uint8_t realtimeBroadcast(uint8_t, IPAddress, uint16_t, uint8_t*, uint8_t, bool)':
wled00/udp.cpp:824:40: warning: declaration of 'byte buffer [12]' shadows a parameter [-Wshadow=compatible-local]
         byte buffer[ART_NET_HEADER_SIZE];
                                        ^
wled00/udp.cpp:720:85: note: shadowed declaration is here
 uint8_t realtimeBroadcast(uint8_t type, IPAddress client, uint16_t length, uint8_t *buffer, uint8_t bri, bool isRGBW)  { 
						
						
					 
					
						2023-04-14 11:39:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						d48e4adcd4 
					 
					
						
						
							
							CI build fix  
						
						 
						
						... 
						
						
						
						seems that NPB 2.7.4 introduces new incompatibilities that break our gh build action. 
						
						
					 
					
						2023-04-13 12:16:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7f84b7ab83 
					 
					
						
						
							
							Merge branch 'main' into seg-groups  
						
						 
						
						
						
						
					 
					
						2023-04-12 15:37:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3e26bd6a17 
					 
					
						
						
							
							Quick compile fix.  
						
						 
						
						... 
						
						
						
						- ESP32 DMA HSPI method in NeoPixelBus requires IDF 4.4.1 
						
						
					 
					
						2023-04-12 15:35:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Henrik 
							
						 
					 
					
						
						
							
						
						e964c62907 
					 
					
						
						
							
							Fixes  
						
						 
						
						
						
						
					 
					
						2023-04-12 09:15:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						fbb4965263 
					 
					
						
						
							
							Merge branch 'main' into seg-groups  
						
						 
						
						
						
						
					 
					
						2023-04-11 21:40:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						88139d95a7 
					 
					
						
						
							
							Build bump.  
						
						 
						
						
						
						
					 
					
						2023-04-11 21:35:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5875b1988b 
					 
					
						
						
							
							Change log update  
						
						 
						
						
						
						
					 
					
						2023-04-11 21:34:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						2a2091595b 
					 
					
						
						
							
							Merge pull request  #3153  from Aircoookie/ipad-pcmode  
						
						 
						
						... 
						
						
						
						iPad/tablet with 1024 pixel UI PC mode. 
						
						
					 
					
						2023-04-11 21:11:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d77883dd7a 
					 
					
						
						
							
							Merge branch 'main' into ipad-pcmode  
						
						 
						
						
						
						
					 
					
						2023-04-11 21:03:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						adea7dadec 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						- top buttons not working on mobile 
						
						
					 
					
						2023-04-09 23:58:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cf4ce2dc08 
					 
					
						
						
							
							Revert float none.  
						
						 
						
						
						
						
					 
					
						2023-04-09 23:55:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Henrik 
							
						 
					 
					
						
						
							
						
						e74dfb2ba6 
					 
					
						
						
							
							Small adjustments to UI mainly  
						
						 
						
						
						
						
					 
					
						2023-04-09 16:49:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Henrik 
							
						 
					 
					
						
						
							
						
						aaea9ff018 
					 
					
						
						
							
							Added info on usage of IDs  
						
						 
						
						
						
						
					 
					
						2023-04-09 14:18:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						206b88eba2 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						- top buttons not working on mobile 
						
						
					 
					
						2023-04-09 11:06:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Henrik 
							
						 
					 
					
						
						
							
						
						8f5373f034 
					 
					
						
						
							
							Custom Palette Creator  
						
						 
						
						
						
						
					 
					
						2023-04-08 20:02:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						dfa0a16487 
					 
					
						
						
							
							Reduce sound sim options to increase 2D mapping.  
						
						 
						
						
						
						
					 
					
						2023-04-04 17:16:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8b9f6f49ef 
					 
					
						
						
							
							Minor CSS tweaks  
						
						 
						
						
						
						
					 
					
						2023-04-04 15:53:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bcac978810 
					 
					
						
						
							
							Merge branch 'main' into seg-groups  
						
						 
						
						
						
						
					 
					
						2023-04-02 18:17:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						d17a41f7f1 
					 
					
						
						
							
							Merge pull request  #3155  from werkstrom/patch-1  
						
						 
						
						... 
						
						
						
						Adjustments to Pixel Art Converter 
						
						
					 
					
						2023-04-02 18:13:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						503f71f004 
					 
					
						
						
							
							Npm run build  
						
						 
						
						
						
						
					 
					
						2023-04-02 18:07:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4543288ea7 
					 
					
						
						
							
							Merge branch 'ipad-pcmode' into seg-groups  
						
						 
						
						
						
						
					 
					
						2023-04-02 18:05:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Henrik 
							
						 
					 
					
						
						
							
						
						9307105b3f 
					 
					
						
						
							
							Redone in Patch-1  
						
						 
						
						
						
						
					 
					
						2023-04-02 13:52:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Henrik 
							
						 
					 
					
						
						
							
						
						567daf9946 
					 
					
						
						
							
							Merge branch 'Aircoookie:main' into patch-1  
						
						 
						
						
						
						
					 
					
						2023-04-02 13:35:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						558b22c36a 
					 
					
						
						
							
							POC: Implemented segment groups (4).  
						
						 
						
						... 
						
						
						
						Sacrificed 1 bit on sound simulation and 1D to 2D mapping each. 
						
						
					 
					
						2023-04-01 23:40:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f076dddfe3 
					 
					
						
						
							
							Filter updates.  
						
						 
						
						
						
						
					 
					
						2023-04-01 11:02:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						af44730418 
					 
					
						
						
							
							platformio.ini minor cleanups  
						
						 
						
						... 
						
						
						
						- fixed a few typos, trailing spaces and bad alignments
- added the previous 8266 platform packages as a comment, just in case
- [env:esp32dev_V4_qio80] is actually "dio" --> renamed to [env:esp32dev_V4_dio80]
- all esp32dev targets use the same ${esp32.platform} now (3.2.0 would not compile any more) 
						
						
					 
					
						2023-03-31 15:44:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4ec1140cb4 
					 
					
						
						
							
							Optimizations & bugfix.  
						
						 
						
						
						
						
					 
					
						2023-03-31 13:26:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2a5d20058f 
					 
					
						
						
							
							iPad/tablet with 1024 pixel UI PC mode.  
						
						 
						
						... 
						
						
						
						Optimizations. 
						
						
					 
					
						2023-03-30 21:35:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						51f38e0a76 
					 
					
						
						
							
							Merge pull request  #3144  from Aircoookie/esp8266-core  
						
						 
						
						... 
						
						
						
						ESP8266 core 4.1.0, ESP32 core 5.2.0 (S2,S3,C3) 
						
						
					 
					
						2023-03-30 00:24:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						54eb42d658 
					 
					
						
						
							
							build env for -C3 with only 2MB flash  
						
						 
						
						... 
						
						
						
						based on proposal from  in PR #2951  by @andyshinn.
2MB does not allow to have an OTA partition, so this feature is disabled. 
						
						
					 
					
						2023-03-30 00:20:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						a7a6f4cec6 
					 
					
						
						
							
							small re-organization of build flags  
						
						 
						
						... 
						
						
						
						* -Wno-attributes added to common flags
* USB_MSC and USB_DFU flags moved to common board sections (does not make sense with WLED to ernable these) 
						
						
					 
					
						2023-03-30 00:03:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						3968a8e0dc 
					 
					
						
						
							
							Attempt fixing GitHub actions ESP8266 build ( #3151 )  
						
						 
						
						... 
						
						
						
						(explicit toolchain version) 
						
						
					 
					
						2023-03-28 23:19:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9e8ff27a7f 
					 
					
						
						
							
							Change log update  
						
						 
						
						
						
						
					 
					
						2023-03-27 15:49:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7dd3d2b040 
					 
					
						
						
							
							Merge branch 'main' into esp8266-core  
						
						 
						
						
						
						
					 
					
						2023-03-26 10:20:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						13678cb8d5 
					 
					
						
						
							
							Add adjustable Random Cycle time.  
						
						 
						
						... 
						
						
						
						- solves #3147  
						
						
					 
					
						2023-03-25 21:28:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						890aa6f9ac 
					 
					
						
						
							
							experimental esp32 buildenv with platform = espressif32@5.2.0  
						
						 
						
						... 
						
						
						
						experimental ESP32 buildenv using ESP-IDF V4.4.x / arduino-esp32 v2.0.5
Warning: this build environment is not stable!! 
						
						
					 
					
						2023-03-22 00:46:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						646cf44b83 
					 
					
						
						
							
							moved register override into 8266 section,  
						
						 
						
						... 
						
						
						
						so it cannot destroy builds for ESP32 devices 
						
						
					 
					
						2023-03-22 00:06:25 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						bf789ca97b 
					 
					
						
						
							
							minor cleanup  
						
						 
						
						
						
						
					 
					
						2023-03-21 23:36:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						9b90ff10f4 
					 
					
						
						
							
							buildenv improvements for -S3/-S2/-C3  
						
						 
						
						... 
						
						
						
						- corrected some broken references
- added `platform_package =` --> use default packages
- renamed env:esp32c3 to env:esp32c3dev to avoid confusion
- added lolin_s2_mini to CI builds 
						
						
					 
					
						2023-03-21 23:15:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0cc719a823 
					 
					
						
						
							
							Remove "register" override  
						
						 
						
						
						
						
					 
					
						2023-03-21 20:01:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4cd026dfe9 
					 
					
						
						
							
							ESP8266 core 4.1.0, ESP32 core 5.2.0 (S2,S3,C3)  
						
						 
						
						... 
						
						
						
						NeoPixelBus 2.7.3 (adding UCS890x support) 
						
						
					 
					
						2023-03-21 17:28:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aiden 
							
						 
					 
					
						
						
							
						
						3120b49dba 
					 
					
						
						
							
							Add some Athom devices ( #3114 )  
						
						 
						
						... 
						
						
						
						Add some compile configurations for Athom's devices 
						
						
					 
					
						2023-03-20 23:44:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						fb1999c474 
					 
					
						
						
							
							Merge pull request  #3107  from Aircoookie/onepx-segment  
						
						 
						
						... 
						
						
						
						Tweaks & bugfixes. 
						
						
					 
					
						2023-03-20 23:42:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Steve Pomeroy 
							
						 
					 
					
						
						
							
						
						2c37961f7b 
					 
					
						
						
							
							Set Dancing Shadows default palette to Party  
						
						 
						
						
						
						
					 
					
						2023-03-19 17:37:29 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						1abc863f82 
					 
					
						
						
							
							comment updated  
						
						 
						
						... 
						
						
						
						Also "Serial JSON" is not possible when reading from RX pin is disabled. 
						
						
					 
					
						2023-03-19 15:51:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						c9be03c0bc 
					 
					
						
						
							
							typo  
						
						 
						
						
						
						
					 
					
						2023-03-19 14:48:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						fd89209233 
					 
					
						
						
							
							adding WLED_DISABLE_ADALIGHT (issue  #3128  
						
						 
						
						... 
						
						
						
						This flag disables reading commands from serial interface (RX = gpio 3)
Add -D WLED_DISABLE_ADALIGHT to your custom pio build environment. 
						
						
					 
					
						2023-03-19 14:42:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2e362fbb64 
					 
					
						
						
							
							Fix for  #3074  
						
						 
						
						
						
						
					 
					
						2023-03-19 14:26:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						11b687cdc2 
					 
					
						
						
							
							Float vs. double.  
						
						 
						
						
						
						
					 
					
						2023-03-19 11:24:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						747c920420 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						- white overrides & CCT 
						
						
					 
					
						2023-03-19 11:23:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						cac51737cb 
					 
					
						
						
							
							Merge pull request  #3138  from codekane/mpu6050_imu  
						
						 
						
						
						
						
					 
					
						2023-03-19 07:38:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ryan Horricks 
							
						 
					 
					
						
						
							
						
						7789379914 
					 
					
						
						
							
							Fix typing  to resolve build errors after installing the mpu6050_imu usermod.  
						
						 
						
						
						
						
					 
					
						2023-03-18 18:29:19 -06:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						08e2bfe9a2 
					 
					
						
						
							
							Scale 2D peek for large matrices.  
						
						 
						
						
						
						
					 
					
						2023-03-18 18:22:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								strikeout 
							
						 
					 
					
						
						
							
						
						56a854ec88 
					 
					
						
						
							
							limit max. selectable preset ID to 250, according to WLED capabilities  
						
						 
						
						
						
						
					 
					
						2023-03-17 13:40:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								strikeout 
							
						 
					 
					
						
						
							
						
						de4ff4e58d 
					 
					
						
						
							
							Fixes preset and brightness selection via DMX controller to DoS WLED, now same packets are discarded  
						
						 
						
						
						
						
					 
					
						2023-03-16 17:56:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						991c2afedb 
					 
					
						
						
							
							adding wled00.ino.cpp to gitignore  
						
						 
						
						... 
						
						
						
						to avoid future accidents in GH Desktop 
						
						
					 
					
						2023-03-16 13:10:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						cded92662f 
					 
					
						
						
							
							workaround for issue  #3128  
						
						 
						
						
						
						
					 
					
						2023-03-16 13:08:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Erwin Repolust 
							
						 
					 
					
						
						
							
						
						2c3fa0fd8f 
					 
					
						
						
							
							added function for voltage reads  
						
						 
						
						
						
						
					 
					
						2023-03-16 01:33:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Erwin Repolust 
							
						 
					 
					
						
						
							
						
						ec08432f92 
					 
					
						
						
							
							added voltage multiplier to gui and set defaults  
						
						 
						
						
						
						
					 
					
						2023-03-14 01:44:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1bab4d6937 
					 
					
						
						
							
							Merge branch 'main' into onepx-segment  
						
						 
						
						
						
						
					 
					
						2023-03-12 13:14:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d1fed11d0d 
					 
					
						
						
							
							Fix for  #2542 .  
						
						 
						
						... 
						
						
						
						UI rebuild. 
						
						
					 
					
						2023-03-12 13:10:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						e96053e268 
					 
					
						
						
							
							Merge pull request  #3121  from troyhacks/2023-03-10-Art-Net_Transmit  
						
						 
						
						... 
						
						
						
						Art-Net transmit support for network LEDs 
						
						
					 
					
						2023-03-11 22:50:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						9b98cbb894 
					 
					
						
						
							
							PROGMEM for header  
						
						 
						
						
						
						
					 
					
						2023-03-11 22:35:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						349578fb6e 
					 
					
						
						
							
							whitespace cleanup  
						
						 
						
						
						
						
					 
					
						2023-03-11 22:33:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7c186e4fcc 
					 
					
						
						
							
							Fix for smaller number of pixeld than matrix size.  
						
						 
						
						
						
						
					 
					
						2023-03-11 15:03:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								TroyHacks 
							
						 
					 
					
						
						
							
						
						a4fcbb9f67 
					 
					
						
						
							
							Art-Net transmit support for network LEDs  
						
						 
						
						... 
						
						
						
						Like DDP, this allows WLED to address network systems using the Art-Net protocol.
Universe starts at zero, because that's the first universe in Art-Net.
Works with RGB. It's coded to also work with RGBW, but I couldn't find a great place to enable it without mucking with things I don't understand. 
						
						
					 
					
						2023-03-10 13:29:00 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						763b64cc57 
					 
					
						
						
							
							Combat low memory condition on ESP8266.  
						
						 
						
						
						
						
					 
					
						2023-03-10 15:20:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						d57e6c5bf2 
					 
					
						
						
							
							Merge pull request  #3106  from lost-hope/klipper  
						
						 
						
						... 
						
						
						
						Usermod: Klipper percentage 
						
						
					 
					
						2023-03-10 14:14:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						80711cc00a 
					 
					
						
						
							
							Whitespace.  
						
						 
						
						
						
						
					 
					
						2023-03-10 14:08:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Erwin Repolust 
							
						 
					 
					
						
						
							
						
						8b61b9ebfe 
					 
					
						
						
							
							Added code for esp8266  
						
						 
						
						
						
						
					 
					
						2023-03-10 01:28:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Erwin Repolust 
							
						 
					 
					
						
						
							
						
						e00e778bce 
					 
					
						
						
							
							Less operations and better readable  
						
						 
						
						
						
						
					 
					
						2023-03-08 03:54:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Erwin Repolust 
							
						 
					 
					
						
						
							
						
						81e70925c4 
					 
					
						
						
							
							Changed to running average to improve accuracy  
						
						 
						
						
						
						
					 
					
						2023-03-08 03:24:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ddd32bd600 
					 
					
						
						
							
							Multiple fixes.  
						
						 
						
						... 
						
						
						
						- compiler warning fixes (gcc17)
- revert min heap size to 8k
- fix form submitting in 2D settings
- remove IRAM_ATTR for ESP8266 core 4.1.0 
						
						
					 
					
						2023-03-05 22:56:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						2713573b9b 
					 
					
						
						
							
							Delete wled00.ino.cpp  
						
						 
						
						... 
						
						
						
						accident 
						
						
					 
					
						2023-03-05 22:38:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						cf2e8bbc0b 
					 
					
						
						
							
							update build nr  
						
						 
						
						... 
						
						
						
						and npm run build 
						
						
					 
					
						2023-03-05 22:35:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						bc56c1a0e1 
					 
					
						
						
							
							bugfixes  
						
						 
						
						... 
						
						
						
						* xml.cpp: correct type for checkbox global led buffer" (was not shown correctly)
* fx.cpp: 2D floating blobs - correct swapped x/y coordinates (did not render correctly on non-square matrix) 
						
						
					 
					
						2023-03-05 22:30:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bfbf7af411 
					 
					
						
						
							
							Revert palette conditional load.  
						
						 
						
						... 
						
						
						
						Playlist load bugfix. 
						
						
					 
					
						2023-03-03 19:57:09 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c151221d12 
					 
					
						
						
							
							UI fixes & revert forcing ULTRAWHITE for on/off bus  
						
						 
						
						... 
						
						
						
						Reduce min heap for 8266 
						
						
					 
					
						2023-03-02 18:21:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b8489724ef 
					 
					
						
						
							
							Slider BG fix.  
						
						 
						
						
						
						
					 
					
						2023-02-28 23:04:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7a2f556682 
					 
					
						
						
							
							Bugfix for 1 pixel segment capabilities.  
						
						 
						
						
						
						
					 
					
						2023-02-28 19:08:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						92d883db87 
					 
					
						
						
							
							Bugfix for 1D setup.  
						
						 
						
						... 
						
						
						
						- incorrcet max segment length calc 
						
						
					 
					
						2023-02-28 15:25:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								lost-hope 
							
						 
					 
					
						
						
							
						
						cb931d7af0 
					 
					
						
						
							
							Merge branch 'main' of  https://github.com/Aircoookie/WLED  into klipper  
						
						 
						
						
						
						
					 
					
						2023-02-27 21:21:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Soeren Willrodt 
							
						 
					 
					
						
						
							
						
						6b54b57cb9 
					 
					
						
						
							
							fixing the PR conflict  
						
						 
						
						
						
						
					 
					
						2023-02-27 21:01:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1ca4348ca0 
					 
					
						
						
							
							Add Segment functions hasRGB() and hasWhite()  
						
						 
						
						... 
						
						
						
						Makes code cleaner. 
						
						
					 
					
						2023-02-25 17:58:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3ca7006e3a 
					 
					
						
						
							
							Tweaks & bugfixes.  
						
						 
						
						... 
						
						
						
						One pixel segment handling.
- added 0D FX metadata (1 pixel effects)
- ignore palettes for White only segment
- ignore color for non-RGB & non-White segment (on/off)
Bugfix
- proper auto segment creation
- hide palettes for non RGB segments
- some tweaks for #2984 
- force Solid for some FX (causing crash) on 1 pixel segment
UI Optimisations
- slider tooltips
- tiny bit smaller tooltips
- hide segment power if only one segment
- gap between sliders 
						
						
					 
					
						2023-02-25 09:41:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								lost-hope 
							
						 
					 
					
						
						
							
						
						339d2a7bf3 
					 
					
						
						
							
							Added spreading from center and fixed the enable  
						
						 
						
						
						
						
					 
					
						2023-02-23 19:47:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mx 
							
						 
					 
					
						
						
							
						
						0d3debf9b9 
					 
					
						
						
							
							sACN/E1.31 Port Priority ( #3052 )  
						
						 
						
						... 
						
						
						
						* Added E1.31 port priority handling #768 
* Ignore E1.31 data when priority doesn't match #768 
* Enable E1.31 priority handling for WLED_ENABLE_DMX
* Only handle e131Priority for P_E131 protocol
* Corrected comments
* Highest priority package first handling
* Removed obsolete code & comments
* Improved comments
* Reduce priority timeout to be uint8_t
* Optimized code & comments
* E1.31: Ignore non-zero start code and preview data
These are not level data, they have other purposes
* Style change cca41508  preview & ignore non-zero start code
---------
Co-authored-by: RichardTea <31507749+RichardTea@users.noreply.github.com > 
						
						
					 
					
						2023-02-21 17:13:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								underritoSR 
							
						 
					 
					
						
						
							
						
						7f74a4f4b5 
					 
					
						
						
							
							removing DLS for CST_TimeZone_GMT-6 ( #3082 )  
						
						 
						
						... 
						
						
						
						* removing DLS for CST_TimeZone_GMT-6
* Adjust Mexico timezone name
---------
Co-authored-by: cschwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2023-02-21 17:09:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						220718cb58 
					 
					
						
						
							
							Remove Blynk support ( #3102 )  
						
						 
						
						... 
						
						
						
						Change default palette for Railway to Colors 1 and 2 
						
						
					 
					
						2023-02-21 17:07:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						be2acbd3eb 
					 
					
						
						
							
							Bump cacheable-request and nodemon ( #3089 )  
						
						 
						
						... 
						
						
						
						Removes [cacheable-request](https://github.com/jaredwray/cacheable-request ). It's no longer used after updating ancestor dependency [nodemon](https://github.com/remy/nodemon ). These dependencies need to be updated together.
Removes `cacheable-request`
Updates `nodemon` from 2.0.4 to 2.0.20
- [Release notes](https://github.com/remy/nodemon/releases )
- [Commits](https://github.com/remy/nodemon/compare/v2.0.4...v2.0.20 )
---
updated-dependencies:
- dependency-name: cacheable-request
  dependency-type: indirect
- dependency-name: nodemon
  dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-02-21 16:48:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						9249c74b7b 
					 
					
						
						
							
							Merge pull request  #3088  from Aircoookie/led-gaps  
						
						 
						
						... 
						
						
						
						LED matrix gaps 
						
						
					 
					
						2023-02-21 16:46:58 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								lost-hope 
							
						 
					 
					
						
						
							
						
						2b87817ba2 
					 
					
						
						
							
							enabled IP Change and updated the Readme  
						
						 
						
						
						
						
					 
					
						2023-02-19 09:08:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						883c0f9dfe 
					 
					
						
						
							
							Bugfix  
						
						 
						
						... 
						
						
						
						- gamma value not showing 
						
						
					 
					
						2023-02-17 20:36:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3ffc58d442 
					 
					
						
						
							
							Bugfix  
						
						 
						
						... 
						
						
						
						- segment capabilities on 2D segments and ledmaps
- UI segment update
- auto segment creation 2D + 1D 
						
						
					 
					
						2023-02-15 20:36:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1bb4b0156f 
					 
					
						
						
							
							Bugfix  
						
						 
						
						
						
						
					 
					
						2023-02-14 20:25:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						92d2be3f5e 
					 
					
						
						
							
							Add ledmap names  
						
						 
						
						... 
						
						
						
						Bugfix
- reset segments upon 2D ledmap allocation error
- fix invlid 2D segments 
						
						
					 
					
						2023-02-14 17:11:58 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						a7cded21f7 
					 
					
						
						
							
							Merge branch 'main' into led-gaps  
						
						 
						
						
						
						
					 
					
						2023-02-14 14:28:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						74156b7ed8 
					 
					
						
						
							
							Support white addressable LED strips ( #3073 )  
						
						 
						
						... 
						
						
						
						* Support white addressable LED strips
* Various white handling tweaks
Allow RGB controls for white-only busses depending on AWM (makes palette-only FX work on non-RGB addressable busses)
Fixed RGB controls hidden if segment contained any non-RGB bus (even though there is also an RGB bus in that segment)
New Max auto white mode
Added hasCCT() bus method
Rename methods to be clearer
WS2811 White getPixelColor fix()
* Fix merge conflict (bus manager cpp) 
						
						
					 
					
						2023-02-14 01:33:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						821f320347 
					 
					
						
						
							
							Add user selectable Gamma  
						
						 
						
						... 
						
						
						
						Add panel visualisation (@ewoudwijma, #3090 )
Bugfix:
- PIR onStateChange() ignored until inited
- remove matrix orientation
- ignore removing ledmap 0 if 2D
- _globalLeds size 
						
						
					 
					
						2023-02-12 13:18:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						eee9274098 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						- compiler warnings
- loading nonexistent default ledmap in 2D will revert to built ledmap
- making autosements after 2D set up change 
						
						
					 
					
						2023-02-11 18:41:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8dd1f89225 
					 
					
						
						
							
							Update.  
						
						 
						
						... 
						
						
						
						- allow ledmap selection in UI
- upload gap file
- expand matrix generator 
						
						
					 
					
						2023-02-10 19:49:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						f2459ea904 
					 
					
						
						
							
							Add ability to use SHT temp. sensor in PWM fan  
						
						 
						
						
						
						
					 
					
						2023-02-10 09:33:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e51f7bfbff 
					 
					
						
						
							
							LED matrix gaps.  
						
						 
						
						
						
						
					 
					
						2023-02-09 20:15:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ulrich Baumann 
							
						 
					 
					
						
						
							
						
						e2215ced34 
					 
					
						
						
							
							allow alternative northern style ("viertel vor ..." instead of ( #3085 )  
						
						 
						
						... 
						
						
						
						"dreiviertel ..")
Co-authored-by: Uli Baumann <github@uli-baumann.de > 
						
						
					 
					
						2023-02-09 00:23:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b14c8e82a0 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						- correct WLED_DEBUG_PORT override 
						
						
					 
					
						2023-02-08 10:25:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e7d50d2614 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						- respect net debug on/off state 
						
						
					 
					
						2023-02-08 10:18:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						bca92883d2 
					 
					
						
						
							
							Merge pull request  #3081  from Aircoookie/usermod-enhance  
						
						 
						
						... 
						
						
						
						Usermod enhancements 
						
						
					 
					
						2023-02-06 07:25:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						ed865e38de 
					 
					
						
						
							
							Bump http-cache-semantics from 4.1.0 to 4.1.1 ( #3076 )  
						
						 
						
						... 
						
						
						
						Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases )
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2023-02-05 23:52:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						dec45109d3 
					 
					
						
						
							
							Refactor busmgr ( #3079 )  
						
						 
						
						... 
						
						
						
						* Refactor bus manager.
* Fix for net debug
* Fix 8266 compile
* Move bus static members to proper cpp
---------
Co-authored-by: cschwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2023-02-05 23:48:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						48c267c5c1 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						
						
						
					 
					
						2023-02-05 17:57:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c041d39cab 
					 
					
						
						
							
							Usermod enhancements  
						
						 
						
						... 
						
						
						
						- added onStateChange() callback
- added examples & comments to usermod_v2_example.h
- PIR sensor cancels countdown on state change 
						
						
					 
					
						2023-02-05 12:23:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						52c18e77ae 
					 
					
						
						
							
							Compile fix for net_debug  
						
						 
						
						
						
						
					 
					
						2023-02-04 23:59:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						52a189cdd2 
					 
					
						
						
							
							Playlist bugfix.  
						
						 
						
						... 
						
						
						
						- another attempt at #3058  
						
						
					 
					
						2023-02-04 10:56:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						dca8a47da8 
					 
					
						
						
							
							Dual mode 2D + 1D with auto segment creation. ( #3060 )  
						
						 
						
						... 
						
						
						
						* Dual mode 2D + 1D with auto segment creation.
* Bugfix.
- stop when seglen 
						
						
					 
					
						2023-02-01 19:30:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						6be9317fd7 
					 
					
						
						
							
							Merge pull request  #3037  from Aircoookie/indentation  
						
						 
						
						... 
						
						
						
						Whitespace/indentation cleanup. 
						
						
					 
					
						2023-02-01 16:07:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						bee99ca8d0 
					 
					
						
						
							
							Merge branch 'main' into indentation  
						
						 
						
						
						
						
					 
					
						2023-02-01 15:57:58 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						48dc89cf13 
					 
					
						
						
							
							Fix merge conflict (apply changes from  901ce23)  
						
						 
						
						
						
						
					 
					
						2023-02-01 15:55:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						fc7f609234 
					 
					
						
						
							
							Disable 1D/2D mapping for individual pixel control  
						
						 
						
						
						
						
					 
					
						2023-01-31 12:49:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0bed9b3c2e 
					 
					
						
						
							
							FX tweak.  
						
						 
						
						... 
						
						
						
						- Fireworks 1D 
						
						
					 
					
						2023-01-30 23:10:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						31fa73518b 
					 
					
						
						
							
							Bugfix.  #3064  
						
						 
						
						
						
						
					 
					
						2023-01-30 17:11:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c6fd11157a 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						- incorrect palette blending in Palette effect (#3055 ) 
						
						
					 
					
						2023-01-29 11:58:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ca73a57de7 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						- reduce playlist repetition count on save #3058  
						
						
					 
					
						2023-01-29 11:27:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Henrik 
							
						 
					 
					
						
						
							
						
						38a545af92 
					 
					
						
						
							
							Fix regen on out format change  
						
						 
						
						
						
						
					 
					
						2023-01-26 16:11:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						b91b340afd 
					 
					
						
						
							
							Update changelog.  
						
						 
						
						
						
						
					 
					
						2023-01-25 13:18:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8e7b1c97df 
					 
					
						
						
							
							Merge branch 'fx-upd'  
						
						 
						
						
						
						
					 
					
						2023-01-24 21:13:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c9c55fe0c9 
					 
					
						
						
							
							Bump version to 0.14.0-b2  
						
						 
						
						
						
						
					 
					
						2023-01-24 21:08:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d553160d65 
					 
					
						
						
							
							Update to changelog  
						
						 
						
						
						
						
					 
					
						2023-01-24 20:41:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						b8a4df2f50 
					 
					
						
						
							
							Merge pull request  #3042  from werkstrom/patch-1  
						
						 
						
						... 
						
						
						
						WLED PixelArtCreator 
						
						
					 
					
						2023-01-24 18:56:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						36edbf6ea9 
					 
					
						
						
							
							Merge branch 'main' into patch-1  
						
						 
						
						
						
						
					 
					
						2023-01-24 18:49:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f966535ea9 
					 
					
						
						
							
							Fix resize input on segment load.  
						
						 
						
						
						
						
					 
					
						2023-01-24 17:15:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						07cc26a144 
					 
					
						
						
							
							Merge branch 'main' into fx-upd  
						
						 
						
						
						
						
					 
					
						2023-01-24 16:39:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						178c4d15b7 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						- missing Transpose (seglen)
- reduce flickering for static text (ScrollingText FX #3050 ) 
						
						
					 
					
						2023-01-24 16:35:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Henrik 
							
						 
					 
					
						
						
							
						
						b0b68c695c 
					 
					
						
						
							
							Size optimizations and cleanup  
						
						 
						
						
						
						
					 
					
						2023-01-23 21:30:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						219a3658d6 
					 
					
						
						
							
							Code compression.  
						
						 
						
						
						
						
					 
					
						2023-01-23 11:41:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Henrik 
							
						 
					 
					
						
						
							
						
						d2310fc2ea 
					 
					
						
						
							
							Revert changes  
						
						 
						
						
						
						
					 
					
						2023-01-22 21:12:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Henrik 
							
						 
					 
					
						
						
							
						
						3fe0ccd934 
					 
					
						
						
							
							Added ability 2 output minified htm file 4 testing  
						
						 
						
						
						
						
					 
					
						2023-01-22 20:28:23 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Henrik 
							
						 
					 
					
						
						
							
						
						f902ebadcc 
					 
					
						
						
							
							UI, simpler process, get more data from device  
						
						 
						
						
						
						
					 
					
						2023-01-22 18:47:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						57323af167 
					 
					
						
						
							
							Reset segments on 2D set-up change.  #3028  
						
						 
						
						... 
						
						
						
						Bugfix for 2D segment creation. 
						
						
					 
					
						2023-01-22 11:29:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						20b0b5fc8e 
					 
					
						
						
							
							Boost tweaking.  
						
						 
						
						
						
						
					 
					
						2023-01-21 22:38:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Henrik 
							
						 
					 
					
						
						
							
						
						bb72b8cc93 
					 
					
						
						
							
							Segment selection and touch ups  
						
						 
						
						
						
						
					 
					
						2023-01-21 16:33:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						fec5516da9 
					 
					
						
						
							
							Fire 2012 boost.  
						
						 
						
						
						
						
					 
					
						2023-01-21 15:39:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Henrik 
							
						 
					 
					
						
						
							
						
						ec9a092751 
					 
					
						
						
							
							- Removed unused code  
						
						 
						
						... 
						
						
						
						- Changed rendering of large preview image 
						
						
					 
					
						2023-01-21 12:10:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maximilian Mewes 
							
						 
					 
					
						
						
							
						
						f78f8b6b12 
					 
					
						
						
							
							Exposing the Battery state to JSON API - Part 2  
						
						 
						
						
						
						
					 
					
						2023-01-21 01:44:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maximilian Mewes 
							
						 
					 
					
						
						
							
						
						f97b79bc16 
					 
					
						
						
							
							Exposing the Battery state to JSON API - Part 1  
						
						 
						
						
						
						
					 
					
						2023-01-21 00:39:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maximilian Mewes 
							
						 
					 
					
						
						
							
						
						42c8a77755 
					 
					
						
						
							
							Merge branch 'main' into usermod-battery-update2023  
						
						 
						
						
						
						
					 
					
						2023-01-20 23:25:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c692cc6a70 
					 
					
						
						
							
							Inline fixes.  
						
						 
						
						
						
						
					 
					
						2023-01-20 22:33:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2b8d8d4e9c 
					 
					
						
						
							
							Merge branch 'main' into pixart  
						
						 
						
						
						
						
					 
					
						2023-01-20 16:23:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2ae8032ace 
					 
					
						
						
							
							Compile fix.  
						
						 
						
						
						
						
					 
					
						2023-01-20 16:22:19 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c4416584de 
					 
					
						
						
							
							Merge branch 'patch-1' into pixart  
						
						 
						
						
						
						
					 
					
						2023-01-20 15:53:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						86d8b49113 
					 
					
						
						
							
							Pixelart  
						
						 
						
						... 
						
						
						
						- full implementation 
						
						
					 
					
						2023-01-20 14:40:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7a5d870f67 
					 
					
						
						
							
							DJ Light optimisation.  
						
						 
						
						... 
						
						
						
						GoL mutations.
cleanup. 
						
						
					 
					
						2023-01-19 22:22:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Henrik 
							
						 
					 
					
						
						
							
						
						b43459232a 
					 
					
						
						
							
							Create file for PixelArtCreator  
						
						 
						
						
						
						
					 
					
						2023-01-19 22:09:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						e2b4e60c9e 
					 
					
						
						
							
							pulser bugfix and minor optimizations  
						
						 
						
						... 
						
						
						
						* pulser bugfix: " % cols" was missing so the effect would simply run out of visible range
* float math: use optimized functions: sqrtf, fabsf
* two more comments where code could be optimized, but I'm not sure what is thecorrect solution 
						
						
					 
					
						2023-01-19 12:26:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						17543535e3 
					 
					
						
						
							
							FX update  
						
						 
						
						... 
						
						
						
						- Dynamic & Dynamic Smooth
- Dissolve & Dissolve Rnd
- Juggles
- Game of Life
- Colorful
- Fireworks & Rain 
						
						
					 
					
						2023-01-18 22:56:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						901ce23cd2 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						- incorrect ro_pins in settings 
						
						
					 
					
						2023-01-18 22:23:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1b52d8065e 
					 
					
						
						
							
							Ecternal MOSFET for parasite DS18B20  
						
						 
						
						
						
						
					 
					
						2023-01-18 17:36:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c6db901051 
					 
					
						
						
							
							Added gradient to drawCharacter()  
						
						 
						
						... 
						
						
						
						Ability to select gradient text on Scrolling Text FX. 
						
						
					 
					
						2023-01-17 19:54:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						39edb1ad37 
					 
					
						
						
							
							Merge pull request  #2891  from mxklb/pr_fxsegs  
						
						 
						
						... 
						
						
						
						Refactored DMX effect mode + new segment controls 
						
						
					 
					
						2023-01-16 22:38:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a397aa188c 
					 
					
						
						
							
							Whitespace/indentation cleanup.  
						
						 
						
						
						
						
					 
					
						2023-01-16 22:12:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						dd08751f3f 
					 
					
						
						
							
							Hide 2D if not compiled.  
						
						 
						
						
						
						
					 
					
						2023-01-16 22:09:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ef6a9184ba 
					 
					
						
						
							
							A few more flash bytes saved.  
						
						 
						
						
						
						
					 
					
						2023-01-16 21:55:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						575fb6fc60 
					 
					
						
						
							
							Merge pull request  #3022  from Aircoookie/disable-more  
						
						 
						
						... 
						
						
						
						Disable MQTT more. 
						
						
					 
					
						2023-01-16 21:44:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4147d6c67e 
					 
					
						
						
							
							FX: GameOfLife  
						
						 
						
						... 
						
						
						
						- better glider detection
- correct behaviour during transition
- optimisations 
						
						
					 
					
						2023-01-16 18:53:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mxklb 
							
						 
					 
					
						
						
							
						
						115c17ab90 
					 
					
						
						
							
							Corrected wrong comments  
						
						 
						
						
						
						
					 
					
						2023-01-16 17:30:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mx 
							
						 
					 
					
						
						
							
						
						d892c7290c 
					 
					
						
						
							
							Merge branch 'Aircoookie:main' into pr_fxsegs  
						
						 
						
						
						
						
					 
					
						2023-01-16 17:28:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						63d8a902d5 
					 
					
						
						
							
							Loading defaults on "fxdef".  
						
						 
						
						
						
						
					 
					
						2023-01-15 15:21:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						43152fcf19 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						- d.max_gpio in usermod settings. 
						
						
					 
					
						2023-01-15 15:19:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1f135f1fa5 
					 
					
						
						
							
							"i" start index bugfix  #3024  
						
						 
						
						
						
						
					 
					
						2023-01-14 16:01:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c71d378eab 
					 
					
						
						
							
							New FX Distortion Waves  
						
						 
						
						... 
						
						
						
						Updated FX Lissajous 
						
						
					 
					
						2023-01-12 21:58:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maximilian Mewes 
							
						 
					 
					
						
						
							
						
						bb82bf762f 
					 
					
						
						
							
							Update Readme, my_config type config options with examples  
						
						 
						
						
						
						
					 
					
						2023-01-12 21:50:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6fa5689aaf 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						- segment off 
						
						
					 
					
						2023-01-12 20:36:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d78bef72ea 
					 
					
						
						
							
							Disable MQTT more.  
						
						 
						
						... 
						
						
						
						Disable Alexa more. 
						
						
					 
					
						2023-01-12 20:35:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e410de9552 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						- fadePixelColorXY()
- clearing 2D segment on mirror or reverse change
- FX update (DNA Spiral, Colored bursts) 
						
						
					 
					
						2023-01-12 19:13:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8dc262b415 
					 
					
						
						
							
							Bugfixes.  
						
						 
						
						... 
						
						
						
						- faster random palette blends
- remove UI ledmap selection for 2D
- FX updates (DNA Spiral, Colored bursts, Metaballs) 
						
						
					 
					
						2023-01-11 23:08:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Abhi Gulati 
							
						 
					 
					
						
						
							
						
						7fa494815f 
					 
					
						
						
							
							Fix a typo ( #3014 )  
						
						 
						
						
						
						
					 
					
						2023-01-11 11:21:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						929bb70e5a 
					 
					
						
						
							
							Merge pull request  #3012  from spdustin/fix-tooltip-pointer-events  
						
						 
						
						... 
						
						
						
						Fixes tooltip interfering with pointer events 
						
						
					 
					
						2023-01-10 06:11:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dustin Miller 
							
						 
					 
					
						
						
							
						
						36fb262fa0 
					 
					
						
						
							
							Fixes tooltip interfering with pointer events  
						
						 
						
						
						
						
					 
					
						2023-01-09 18:38:00 -06:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						b8cc783583 
					 
					
						
						
							
							pio: minor update for -C3  
						
						 
						
						... 
						
						
						
						adding optional platform version that seems to help in some special cases. 
						
						
					 
					
						2023-01-09 13:20:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						67b3d383e4 
					 
					
						
						
							
							Minor fix for (obsolete) Solid Glitter  
						
						 
						
						
						
						
					 
					
						2023-01-09 13:17:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						9144ccac6b 
					 
					
						
						
							
							Merge pull request  #3006  from Aircoookie/fx-update  
						
						 
						
						... 
						
						
						
						FX updates, 2nd try. 
						
						
					 
					
						2023-01-08 23:44:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						04020d5ae2 
					 
					
						
						
							
							Universal glitter.  
						
						 
						
						
						
						
					 
					
						2023-01-08 21:58:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						de4f1d09af 
					 
					
						
						
							
							Merge pull request  #3005  from Aircoookie/whitespace  
						
						 
						
						
						
						
					 
					
						2023-01-07 08:13:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maximilian Mewes 
							
						 
					 
					
						
						
							
						
						d16f9efeec 
					 
					
						
						
							
							Added forgotten file  😥  
						
						 
						
						
						
						
					 
					
						2023-01-06 19:09:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maximilian Mewes 
							
						 
					 
					
						
						
							
						
						8ba5dfe447 
					 
					
						
						
							
							Another Bugfx  🧑🔧  
						
						 
						
						
						
						
					 
					
						2023-01-06 19:07:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						27d7f5f190 
					 
					
						
						
							
							Fixes.  
						
						 
						
						... 
						
						
						
						Prevent flickering if segment off. 
						
						
					 
					
						2023-01-06 18:11:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c43c4c42c8 
					 
					
						
						
							
							Renamed No Bg to Overlay  
						
						 
						
						
						
						
					 
					
						2023-01-06 17:23:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maximilian Mewes 
							
						 
					 
					
						
						
							
						
						3759071449 
					 
					
						
						
							
							Fix previous bug again  🐛 , Add Type Dropdown to config page  
						
						 
						
						
						
						
					 
					
						2023-01-06 17:00:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						613283f656 
					 
					
						
						
							
							typo fix  
						
						 
						
						
						
						
					 
					
						2023-01-06 09:44:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						506b6b51ce 
					 
					
						
						
							
							whitespace cleanup  
						
						 
						
						
						
						
					 
					
						2023-01-06 09:24:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						c7eccfb714 
					 
					
						
						
							
							FX updates:  
						
						 
						
						... 
						
						
						
						- Ripple (2D & no Bg)
- Glitter (no Bg)
- Sparkle (no Bg)
- Scan (no Bg)
- Two dots (no Bg)
- ICU (no Bg)
- Lightning (no Bg)
- Halloween eyes (no Bg)
- Spots (no Bg)
- Bouncing Balls (no BG)
- Popcorn (no Bg)
- Starburst (no Bg)
- Drip (no Bg)
- Whitespace cleanup
- draw_circle()
"no Bg" will allow overlapping segments if checked. 
						
						
					 
					
						2023-01-06 09:10:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maximilian Mewes 
							
						 
					 
					
						
						
							
						
						85d59945a0 
					 
					
						
						
							
							runtime exception fix  🐛  
						
						 
						
						
						
						
					 
					
						2023-01-06 00:19:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						98be19b29f 
					 
					
						
						
							
							Fix switching off for PIR usermod.  
						
						 
						
						
						
						
					 
					
						2023-01-05 22:46:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maximilian Mewes 
							
						 
					 
					
						
						
							
						
						4c8b490c89 
					 
					
						
						
							
							minor changes  
						
						 
						
						
						
						
					 
					
						2023-01-05 20:38:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maximilian Mewes 
							
						 
					 
					
						
						
							
						
						8dd1745149 
					 
					
						
						
							
							Add base battery  🔋  class, Add Lipo, Lion class  
						
						 
						
						
						
						
					 
					
						2023-01-05 19:48:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dekay 
							
						 
					 
					
						
						
							
						
						66406d86c1 
					 
					
						
						
							
							Update comment for 44-key remote ( #2999 )  
						
						 
						
						... 
						
						
						
						Defs for this remote appear to be complete and are not "to be done later". 
						
						
					 
					
						2023-01-05 16:49:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						35832b07b9 
					 
					
						
						
							
							UM Battery: basic support for LiPo cells  
						
						 
						
						... 
						
						
						
						* Lipo cells (1S) should not be discharged below 3V
* LiPo cells have a different voltage/discharge rate curve 
						
						
					 
					
						2023-01-04 19:57:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						357683cbb9 
					 
					
						
						
							
							UM Battery: more bugfixing, and improvements for esp32  
						
						 
						
						... 
						
						
						
						- improved support for esp32 (read calibrated voltage)
- corrected config saving (measurement pin, and battery min/max were lost) 
						
						
					 
					
						2023-01-04 17:30:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						15bc6159f9 
					 
					
						
						
							
							UM Battery: fix for deprecated function call  
						
						 
						
						... 
						
						
						
						wled00/../usermods/Battery/usermod_v2_Battery.h:446:48: warning: 'void PinManagerClass::deallocatePin(byte)' is deprecated: Replaced by two-parameter deallocatePin(gpio, ownerTag) 
						
						
					 
					
						2023-01-04 12:54:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						7cdafa76a5 
					 
					
						
						
							
							UM Battery - improvements for esp32  
						
						 
						
						... 
						
						
						
						* added missing pinMode(.., INPUT) on esp32
* do not try reading from pin = -1 (ESP32-S2 shows very allergic reactions to this)
* Info page - show "n/a" when pin = -1
* readme: esp32 default pin = 35 
						
						
					 
					
						2023-01-04 12:32:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						e84b0c91f8 
					 
					
						
						
							
							Update year  
						
						 
						
						
						
						
					 
					
						2023-01-03 17:36:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						cecffee3d3 
					 
					
						
						
							
							Merge branch 'main' of  https://github.com/Aircoookie/WLED  
						
						 
						
						
						
						
					 
					
						2023-01-03 17:16:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						d039a40d7c 
					 
					
						
						
							
							Invert pull up config value,  fixes   #2996  
						
						 
						
						... 
						
						
						
						Cronixie usermod format change fix 
						
						
					 
					
						2023-01-03 17:15:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						90463d8613 
					 
					
						
						
							
							Battery UM fix for MQTT voltage topic.  
						
						 
						
						
						
						
					 
					
						2023-01-03 17:14:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						90c965a6ba 
					 
					
						
						
							
							Bugfix editing 2D set-up.  
						
						 
						
						
						
						
					 
					
						2023-01-03 17:12:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						e961691645 
					 
					
						
						
							
							Battery, second try  
						
						 
						
						
						
						
					 
					
						2023-01-03 15:36:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						6270d2408f 
					 
					
						
						
							
							UM Battery: fix build error on linux  
						
						 
						
						... 
						
						
						
						Fixes build error on linux:
wled00/usermods_list.cpp:15:54: fatal error: ../usermods/battery/usermod_v2_battery.h: No such file or directory
compilation terminated. 
						
						
					 
					
						2023-01-03 15:29:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						7ef1842237 
					 
					
						
						
							
							comments updated  
						
						 
						
						... 
						
						
						
						see discussion in faf616cbea 
						
						
					 
					
						2023-01-03 15:16:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						faf616cbea 
					 
					
						
						
							
							fixing a potential stack corruption  
						
						 
						
						... 
						
						
						
						.. overlooked this one when reviewing the PR.
@blazoncek, @ctjet : three questions on the new code remain, because its not clear to me if its correct. Please check. 
						
						
					 
					
						2023-01-03 14:17:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						4a09e18d9a 
					 
					
						
						
							
							UM Battery: fix compilation error + bad snprintf  
						
						 
						
						
						
						
					 
					
						2023-01-02 22:52:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						983aca515d 
					 
					
						
						
							
							Compile fix for disabled 2D.  
						
						 
						
						
						
						
					 
					
						2023-01-02 21:24:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						eb184d3c68 
					 
					
						
						
							
							build number, npm run build  
						
						 
						
						
						
						
					 
					
						2023-01-02 21:01:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Caleb Marting 
							
						 
					 
					
						
						
							
						
						187ecf511f 
					 
					
						
						
							
							2d Mapping with Matrix Gaps ( #2892 )  
						
						 
						
						... 
						
						
						
						* New 2d mapping
* panel matrix generator
* add todos, fix vert/horz swap
* Fix 2d mapping to matrix in settings 2D
* add correct index mapping to pixels per panel
* fix panel bug in led layout
* formatting and change max panels
* add per panel width and height
* fix using length instead of custom mapping size
* fix: panel dimensions location
* panel[] implemented as a vector.
Removed matrixWidth & matrixHeight.
Panel structure update.
* Fixes.
Co-authored-by: Blaz Kristan <blaz@kristan-sp.si > 
						
						
					 
					
						2023-01-02 20:56:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								lost-hope 
							
						 
					 
					
						
						
							
						
						0ab35a3ca3 
					 
					
						
						
							
							added klipper usermod  
						
						 
						
						
						
						
					 
					
						2023-01-01 15:13:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						8e208bc76d 
					 
					
						
						
							
							Merge pull request  #2993  from spdustin/fix-analog-clock-hours  
						
						 
						
						... 
						
						
						
						fixes typo in Analog_Clock.h 
						
						
					 
					
						2023-01-01 00:35:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dustin Miller 
							
						 
					 
					
						
						
							
						
						1b4d92007e 
					 
					
						
						
							
							updates strings to use F()  
						
						 
						
						
						
						
					 
					
						2022-12-31 15:24:35 -06:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dustin Miller 
							
						 
					 
					
						
						
							
						
						4101d7664d 
					 
					
						
						
							
							fixes typo in Analog_Clock.h  
						
						 
						
						... 
						
						
						
						Retrieving the config in `readFromConfig()` results in defaults being set to both `hourMarksEnabled` (`false`) and `hourMarkColor` (`#0000FF`) due to differences in capitalization compared to how they're saved in `addToConfig()` 
						
						
					 
					
						2022-12-31 13:47:48 -06:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e128c3094a 
					 
					
						
						
							
							Typo fix.  
						
						 
						
						
						
						
					 
					
						2022-12-31 18:58:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						95869eeb70 
					 
					
						
						
							
							Allow more virtual buses.  
						
						 
						
						
						
						
					 
					
						2022-12-31 17:06:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						d977bbd61c 
					 
					
						
						
							
							Merge pull request  #2990  from relax81/main  
						
						 
						
						... 
						
						
						
						added #DDMM & #HHMM to scrolling text 
						
						
					 
					
						2022-12-31 14:10:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Leif 
							
						 
					 
					
						
						
							
						
						a16a6211e2 
					 
					
						
						
							
							added #MMDD view to the scrolling text effect  
						
						 
						
						
						
						
					 
					
						2022-12-31 03:30:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Leif 
							
						 
					 
					
						
						
							
						
						a75013e43e 
					 
					
						
						
							
							Merge remote-tracking branch 'upstream/main' into main  
						
						 
						
						
						
						
					 
					
						2022-12-31 03:25:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mark Breen 
							
						 
					 
					
						
						
							
						
						1e157e95b6 
					 
					
						
						
							
							minor spelling fix ( #2991 )  
						
						 
						
						
						
						
					 
					
						2022-12-30 12:29:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Leif 
							
						 
					 
					
						
						
							
						
						04dbfcd0e6 
					 
					
						
						
							
							added #DDMM & #HHMM to scrolling text  
						
						 
						
						
						
						
					 
					
						2022-12-30 00:04:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maximilian Mewes 
							
						 
					 
					
						
						
							
						
						73440e2287 
					 
					
						
						
							
							Update Usermod Battery ( #2975 )  
						
						 
						
						... 
						
						
						
						* auto-off feature and usermod rename
* low-power-indicator, voltage fine tuning, clean-up
* corrected small mistakes
* Bugfixes, added usermod logo, update readme
* minor changes, implemented change requests, optimizationz 
						
						
					 
					
						2022-12-28 22:40:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						ee4459691f 
					 
					
						
						
							
							Merge pull request  #2982  from itCarl/task-fixing-comments-in-pin_manager-header  
						
						 
						
						... 
						
						
						
						Fix Hex values in comments in pin_manager.h 
						
						
					 
					
						2022-12-28 22:36:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maximilian Mewes 
							
						 
					 
					
						
						
							
						
						379c6045b9 
					 
					
						
						
							
							Merge branch 'Aircoookie:main' into task-fixing-comments-in-pin_manager-header  
						
						 
						
						
						
						
					 
					
						2022-12-28 01:53:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maximilian Mewes 
							
						 
					 
					
						
						
							
						
						00d0ddb4b5 
					 
					
						
						
							
							fixed pinowner comments (hex is not correct and the order is wrong)  
						
						 
						
						
						
						
					 
					
						2022-12-28 01:50:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						be08c01be6 
					 
					
						
						
							
							Fix for  #2979  
						
						 
						
						
						
						
					 
					
						2022-12-28 01:01:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						fb6abe34df 
					 
					
						
						
							
							Merge pull request  #2966  from Aircoookie/hex-palette  
						
						 
						
						... 
						
						
						
						Hex custom palettes and smooth random palette change 
						
						
					 
					
						2022-12-28 00:53:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b0d107f916 
					 
					
						
						
							
							Merge branch 'main' into hex-palette  
						
						 
						
						
						
						
					 
					
						2022-12-26 10:26:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6d1ff7c3f3 
					 
					
						
						
							
							Railway FX  
						
						 
						
						... 
						
						
						
						- slower minimum speed
- allow color 1 & 2 in UI 
						
						
					 
					
						2022-12-26 10:25:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6f67132f4b 
					 
					
						
						
							
							PROGMEM string optimisation.  
						
						 
						
						
						
						
					 
					
						2022-12-26 10:20:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						859d21162c 
					 
					
						
						
							
							Merge pull request  #2963  from ezcGman/um-sht  
						
						 
						
						... 
						
						
						
						SHT Usermod: Fixed MQTT discovery using correct unit; Added getters and isEnabled() check 
						
						
					 
					
						2022-12-25 22:49:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c739a7ea2f 
					 
					
						
						
							
							Erroneous )  
						
						 
						
						
						
						
					 
					
						2022-12-25 11:05:25 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7e48875fd4 
					 
					
						
						
							
							Minor optimisation.  
						
						 
						
						
						
						
					 
					
						2022-12-25 11:02:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						474e86306f 
					 
					
						
						
							
							Bugfix: incorrect maxWidth after switching from 2D  
						
						 
						
						
						
						
					 
					
						2022-12-24 22:00:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b436a660f1 
					 
					
						
						
							
							Merge branch 'main' into hex-palette  
						
						 
						
						
						
						
					 
					
						2022-12-23 21:35:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d36460e30b 
					 
					
						
						
							
							Minor optimisation.  
						
						 
						
						... 
						
						
						
						Fix for #2969  
						
						
					 
					
						2022-12-23 16:37:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						0e236f9d88 
					 
					
						
						
							
							0.14.0-b1  
						
						 
						
						
						
						
					 
					
						2022-12-23 04:38:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						72eb61951b 
					 
					
						
						
							
							Dynamically show hidden color slots for * palettes  
						
						 
						
						... 
						
						
						
						Disable Blynk by default in release builds
Single quote strings everywhere for classList 
						
						
					 
					
						2022-12-23 02:59:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						22b2503839 
					 
					
						
						
							
							Bugfix & code optimisation.  
						
						 
						
						
						
						
					 
					
						2022-12-22 18:13:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						d7b5719dfd 
					 
					
						
						
							
							add mandatory build flags for -S2 and -C3 (virtual USB)  
						
						 
						
						... 
						
						
						
						I was wondering why sometimes the new MCUs still work better in Arduino IDE, so compared our build flags to what is used in Arduino IDE:
-S2 always has -DARDUINO_USB_MODE=0
-C3 always has -DARDUINO_USB_MODE=1
-S3 supports all possible modes 
						
						
					 
					
						2022-12-21 22:07:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4322d195d3 
					 
					
						
						
							
							Smooth random palette changes  
						
						 
						
						... 
						
						
						
						Bugfix loading string palettes
JS optimization. 
						
						
					 
					
						2022-12-21 21:00:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ezcGman 
							
						 
					 
					
						
						
							
						
						4ecad65926 
					 
					
						
						
							
							UM SHT: Codestyle  
						
						 
						
						
						
						
					 
					
						2022-12-21 00:34:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ezcGman 
							
						 
					 
					
						
						
							
						
						f12025b86e 
					 
					
						
						
							
							UM SHT: Added getters and isEnabled check  
						
						 
						
						
						
						
					 
					
						2022-12-21 00:05:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ezcGman 
							
						 
					 
					
						
						
							
						
						5cfea54b06 
					 
					
						
						
							
							UM SHT: Apply PR feedback  
						
						 
						
						
						
						
					 
					
						2022-12-20 23:58:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mxklb 
							
						 
					 
					
						
						
							
						
						c24b75953a 
					 
					
						
						
							
							Merge branch 'main' into pr_fxsegs  
						
						 
						
						
						
						
					 
					
						2022-12-20 01:06:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ezcGman 
							
						 
					 
					
						
						
							
						
						f3d52f4932 
					 
					
						
						
							
							UM SHT: MQTT re-publish values on unit change  
						
						 
						
						
						
						
					 
					
						2022-12-19 22:30:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ezcGman 
							
						 
					 
					
						
						
							
						
						ea6d339b9c 
					 
					
						
						
							
							UM SHT: Fixed MQTT discovery using correct unit  
						
						 
						
						
						
						
					 
					
						2022-12-19 22:15:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						284a9999b3 
					 
					
						
						
							
							Merge pull request  #2960  from mrbubble62/main  
						
						 
						
						... 
						
						
						
						Fixed typo when WLED_ENABLE_FS_EDITOR disabled 
						
						
					 
					
						2022-12-19 14:07:19 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						b241872a00 
					 
					
						
						
							
							Merge pull request  #2942  from ezcGman/um-sht  
						
						 
						
						... 
						
						
						
						New Usermod: SHT temperature & humidity sensors 
						
						
					 
					
						2022-12-19 07:11:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ezcGman 
							
						 
					 
					
						
						
							
						
						b7034d3213 
					 
					
						
						
							
							UM SHT: Check for IOs gt zero  
						
						 
						
						
						
						
					 
					
						2022-12-18 21:33:25 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0a0ced3e8e 
					 
					
						
						
							
							Hex string custom palette option  
						
						 
						
						
						
						
					 
					
						2022-12-18 21:02:19 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						e7449b4d56 
					 
					
						
						
							
							Merge pull request  #2959  from Aircoookie/selall-bugfix  
						
						 
						
						... 
						
						
						
						maximum segments reached and Select all bugfix 
						
						
					 
					
						2022-12-18 19:24:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mrbubble62 
							
						 
					 
					
						
						
							
						
						fab34c9e49 
					 
					
						
						
							
							Merge branch 'Aircoookie:main' into main  
						
						 
						
						
						
						
					 
					
						2022-12-18 12:38:45 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mrbubble62 
							
						 
					 
					
						
						
							
						
						7df08c2120 
					 
					
						
						
							
							Fixed typo when WLED_ENABLE_FS_EDITOR disabled  
						
						 
						
						
						
						
					 
					
						2022-12-18 12:37:05 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						b94e0ef797 
					 
					
						
						
							
							Merge pull request  #2955  from ezcGman/i2c-build-flags  
						
						 
						
						... 
						
						
						
						Add build flags for global i2c & SPI pins 
						
						
					 
					
						2022-12-18 12:33:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						00fed4f995 
					 
					
						
						
							
							Carifications and implicit HW_PIN... definition  
						
						 
						
						
						
						
					 
					
						2022-12-18 11:33:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e8a7802e94 
					 
					
						
						
							
							Loxone bugfix.  
						
						 
						
						
						
						
					 
					
						2022-12-18 11:07:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bfbc1ebb13 
					 
					
						
						
							
							Fix all segments checkbox  
						
						 
						
						
						
						
					 
					
						2022-12-16 23:20:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a802bb2736 
					 
					
						
						
							
							Merge branch 'main' into selall-bugfix  
						
						 
						
						
						
						
					 
					
						2022-12-16 22:32:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3c5838cafd 
					 
					
						
						
							
							Remove "strip" dependency in Segment class  
						
						 
						
						
						
						
					 
					
						2022-12-16 22:31:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ezcGman 
							
						 
					 
					
						
						
							
						
						9217e8336d 
					 
					
						
						
							
							Merge branch 'um-sht' of github.com:ezcGman/WLED into um-sht  
						
						 
						
						
						
						
					 
					
						2022-12-16 02:22:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ezcGman 
							
						 
					 
					
						
						
							
						
						13cfc2d7bc 
					 
					
						
						
							
							UM SHT: Improved pin de/allocation  
						
						 
						
						
						
						
					 
					
						2022-12-16 02:22:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ezcGman 
							
						 
					 
					
						
						
							
						
						171cebed1c 
					 
					
						
						
							
							Add build flags for global i2c & SPI pins  
						
						 
						
						
						
						
					 
					
						2022-12-15 15:50:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Hofmann 
							
						 
					 
					
						
						
							
						
						1dcef87e1c 
					 
					
						
						
							
							UM SHT: Fixed typo in readme  
						
						 
						
						
						
						
					 
					
						2022-12-15 11:27:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ezcGman 
							
						 
					 
					
						
						
							
						
						23fb602a33 
					 
					
						
						
							
							Merge branch 'main' of  https://github.com/Aircoookie/WLED  into um-sht  
						
						 
						
						
						
						
					 
					
						2022-12-15 01:38:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ezcGman 
							
						 
					 
					
						
						
							
						
						a8a549e8fc 
					 
					
						
						
							
							UM SHT: Lots of documentation added  
						
						 
						
						
						
						
					 
					
						2022-12-15 01:38:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ezcGman 
							
						 
					 
					
						
						
							
						
						44790e99ea 
					 
					
						
						
							
							UM SHT: use snprintf_P instead of sprintf_P  
						
						 
						
						
						
						
					 
					
						2022-12-15 00:52:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ezcGman 
							
						 
					 
					
						
						
							
						
						a3f6717c59 
					 
					
						
						
							
							UM SHT: Avoid inline methods  
						
						 
						
						
						
						
					 
					
						2022-12-15 00:42:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ezcGman 
							
						 
					 
					
						
						
							
						
						9587480e29 
					 
					
						
						
							
							UM SHT: Updated ReadMe  
						
						 
						
						
						
						
					 
					
						2022-12-15 00:41:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mxklb 
							
						 
					 
					
						
						
							
						
						c51dbae8b6 
					 
					
						
						
							
							Removed bad code comments  
						
						 
						
						
						
						
					 
					
						2022-12-14 22:55:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						8619e8fc0b 
					 
					
						
						
							
							Merge pull request  #2947  from eibanez/main  
						
						 
						
						... 
						
						
						
						Update wizlights user mod so it compiles 
						
						
					 
					
						2022-12-14 06:30:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eduardo Ibanez 
							
						 
					 
					
						
						
							
						
						10dace6de6 
					 
					
						
						
							
							Merge pull request  #1  from Aircoookie/main  
						
						 
						
						... 
						
						
						
						Pull upstream changes 
						
						
					 
					
						2022-12-13 16:02:47 -06:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f6e843b5e2 
					 
					
						
						
							
							No simple UI detection.  
						
						 
						
						
						
						
					 
					
						2022-12-13 22:25:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a7bad5df61 
					 
					
						
						
							
							Bugfix.  #2945  
						
						 
						
						
						
						
					 
					
						2022-12-13 14:40:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						f50c9e855c 
					 
					
						
						
							
							Use "pd" JSON API call for direct preset apply ( #2946 )  
						
						 
						
						
						
						
					 
					
						2022-12-13 14:27:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eduardo Ibanez 
							
						 
					 
					
						
						
							
						
						3653666ffe 
					 
					
						
						
							
							Update wizlights user mod so it compiles  
						
						 
						
						
						
						
					 
					
						2022-12-12 22:04:25 -06:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ezcGman 
							
						 
					 
					
						
						
							
						
						2123e43490 
					 
					
						
						
							
							UM SHT: Added Fahrenheit support  
						
						 
						
						
						
						
					 
					
						2022-12-12 02:33:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ezcGman 
							
						 
					 
					
						
						
							
						
						19146d8012 
					 
					
						
						
							
							UM SHT: Made type a setting instead of buildflag  
						
						 
						
						
						
						
					 
					
						2022-12-12 02:05:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ezcGman 
							
						 
					 
					
						
						
							
						
						987dd36401 
					 
					
						
						
							
							UM SHT: Using F() helper on some strings  
						
						 
						
						
						
						
					 
					
						2022-12-11 22:32:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6bb158786b 
					 
					
						
						
							
							Fix for switching WLED off when in nighttime only mode.  
						
						 
						
						
						
						
					 
					
						2022-12-11 20:10:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bill Thomson 
							
						 
					 
					
						
						
							
						
						f66d091717 
					 
					
						
						
							
							Update README.md ( #2943 )  
						
						 
						
						... 
						
						
						
						This change corrects of one of my earlier edits. (removes an extra word in the sentence) 
						
						
					 
					
						2022-12-11 18:03:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0a3d911602 
					 
					
						
						
							
							UM settings page update.  
						
						 
						
						... 
						
						
						
						- capitalize every word in parameters
- replace - and _ to space for legibility
Swapped includes in FX.cpp 
						
						
					 
					
						2022-12-11 10:43:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ezcGman 
							
						 
					 
					
						
						
							
						
						e8edb99bb0 
					 
					
						
						
							
							UM SHT: Added SHT usermod  
						
						 
						
						
						
						
					 
					
						2022-12-11 01:16:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						917cd96a3d 
					 
					
						
						
							
							don't complain about button pin = -1  
						
						 
						
						
						
						
					 
					
						2022-12-10 21:03:58 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						20ad6d239d 
					 
					
						
						
							
							minor cleanup  
						
						 
						
						... 
						
						
						
						removing a misleading comment 
						
						
					 
					
						2022-12-10 19:23:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						eea3968bfb 
					 
					
						
						
							
							delete accidentially created wled.ino.cpp  
						
						 
						
						... 
						
						
						
						github desktop sucks 
						
						
					 
					
						2022-12-10 19:19:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						7ac8f6dd19 
					 
					
						
						
							
							improvements for new MCU support  (-S3/-S2/-C3)  
						
						 
						
						... 
						
						
						
						- switch off debug messages to USBCDC, if WLED_DEBUG is not set
- ensure that analogread pins are valid - invalid pins cause lots of error messages and finally lead to watchdog reset on some MCUs. 
						
						
					 
					
						2022-12-10 19:16:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						cafa78c3f3 
					 
					
						
						
							
							fixing CI build. really now.  
						
						 
						
						... 
						
						
						
						-check IDF target after including arduino.h
-add missing build flags in [env:esp32s2_saola] 
						
						
					 
					
						2022-12-10 19:00:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						e808f7655c 
					 
					
						
						
							
							fix CI build  
						
						 
						
						... 
						
						
						
						make sure SparkFunDMX driver is not compiled on -S2 and -C3 
						
						
					 
					
						2022-12-10 18:20:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						4f28bf7ab4 
					 
					
						
						
							
							missing word in comment  
						
						 
						
						
						
						
					 
					
						2022-12-10 18:00:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						9380b2b4e8 
					 
					
						
						
							
							SparkFunDMX: fix for issue  #2928  
						
						 
						
						... 
						
						
						
						* make SparlFunDMX driver more robust:
- made variables static (so they don't overlap with other global variables)
- made sure all valriables are properly initialized
- do not apply pinMode and digitalRead to invalid pins (as this creates problems on -S3, -C3 and -S2)
* disable DMX sending code (unneeded code that may case troubles) 
						
						
					 
					
						2022-12-10 17:55:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								srg74 
							
						 
					 
					
						
						
							
						
						8caeddde15 
					 
					
						
						
							
							Spelling check by @wthomson ( #2940 )  
						
						 
						
						... 
						
						
						
						A lot of spelling corrections. Now repo will sound like educated person :)
Co-authored-by: Bill Thomson <bt@kattt.org > 
						
						
					 
					
						2022-12-10 16:12:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b637398a9c 
					 
					
						
						
							
							Optimisations.  
						
						 
						
						
						
						
					 
					
						2022-12-09 18:37:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						2e5b19575f 
					 
					
						
						
							
							Bump qs from 6.5.2 to 6.5.3 ( #2939 )  
						
						 
						
						... 
						
						
						
						Bumps [qs](https://github.com/ljharb/qs ) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3 )
---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2022-12-09 15:30:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						102a69996a 
					 
					
						
						
							
							Bump certifi from 2022.6.15 to 2022.12.7 ( #2938 )  
						
						 
						
						... 
						
						
						
						Bumps [certifi](https://github.com/certifi/python-certifi ) from 2022.6.15 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases )
- [Commits](https://github.com/certifi/python-certifi/compare/2022.06.15...2022.12.07 )
---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2022-12-09 15:29:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						37af48f3fb 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						- missing selall with maximum segments reached 
						
						
					 
					
						2022-12-09 08:15:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mxklb 
							
						 
					 
					
						
						
							
						
						f38747aa28 
					 
					
						
						
							
							Fixed bug: Last segment in universe skipped  
						
						 
						
						
						
						
					 
					
						2022-12-09 02:11:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						88d05578a8 
					 
					
						
						
							
							platformio.ini: do not redefine "register" as it break ASM code and affects methods called "register" as well  
						
						 
						
						... 
						
						
						
						unfortunately this breaks build for -C3 and -S3
/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32c3/include/riscv/include/riscv/semihosting.h:75:19: warning: ignoring asm-specifier for non-static local variable 'a0'
     register long a0 asm ("a0") = id;
                   ^~
.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32c3/include/riscv/include/riscv/semihosting.h:76:19: warning: ignoring asm-specifier for non-static local variable 'a1'
     register long a1 asm ("a1") = (long) data; 
						
						
					 
					
						2022-12-08 22:00:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						b24c8b3410 
					 
					
						
						
							
							BobLight protocol ( #2917 )  
						
						 
						
						... 
						
						
						
						* BobLight ambilight protocol implementation for WLED
* Added usermod ID
* Add realtime locking
Add port config
Bugfixes
* Minor optimisation.
* Fix WiFiServer start.
* Bugfix
* Working boblight.
* npm run
* Add readme
* Undo PIR sensor modification.
Undo npm run build.
* Fix parentheses.
* Comments.
Cancel realtime when disabled. 
						
						
					 
					
						2022-12-08 19:41:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2c8dbb94fc 
					 
					
						
						
							
							Tetix & FX option bugfix.  
						
						 
						
						... 
						
						
						
						- mono color with palette option 
						
						
					 
					
						2022-12-08 17:17:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						3da2ec5112 
					 
					
						
						
							
							upps  
						
						 
						
						... 
						
						
						
						forgot to remove this. 
						
						
					 
					
						2022-12-08 13:20:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						c3545ef060 
					 
					
						
						
							
							build env update for -S3 without serial-to-USB chip  
						
						 
						
						... 
						
						
						
						small -S3 like Adafruit "QT Py ESP32-C3" seems to need USBCDC. 
						
						
					 
					
						2022-12-08 12:47:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						4308a7cf79 
					 
					
						
						
							
							bug.yml: adding new MCUs do boards dropdown.  
						
						 
						
						
						
						
					 
					
						2022-12-06 18:05:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e629c90a71 
					 
					
						
						
							
							Missing UDP sync notifications bugfix.  
						
						 
						
						
						
						
					 
					
						2022-12-05 22:56:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						e7f07f5bfc 
					 
					
						
						
							
							pinmanager robustness improvement  
						
						 
						
						... 
						
						
						
						make sure that array bounds are not violated in pinManager class. 
						
						
					 
					
						2022-12-05 17:04:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						da7972c119 
					 
					
						
						
							
							use latest NeoPixelBus for -S3  
						
						 
						
						... 
						
						
						
						NeoPixelBus 2.7.1 is the first release that has official support for ESP32-S3 
						
						
					 
					
						2022-12-05 16:20:58 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						efc476e50b 
					 
					
						
						
							
							Disable register keyword to reduce compiler warnings  
						
						 
						
						... 
						
						
						
						Minor formatting improvements
"ps" string optimization
Removed travis envs 
						
						
					 
					
						2022-12-03 20:55:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						33f4e8cf73 
					 
					
						
						
							
							pinmanager bugfix for -S2/-S3  
						
						 
						
						... 
						
						
						
						pinmanager ran out out array bounds on -S2 and -S3, as these MCUs have more than 40 GPIO. As consequence, memory was overwriten, and pins > 39 were reported as "allocated" but not "owned".
Thisfixes the problem, by extending internal arrays so that up to 50 pins can be managed. 
						
						
					 
					
						2022-12-02 20:08:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						643f300792 
					 
					
						
						
							
							Playlist creation bugfix (preset 0 selected).  
						
						 
						
						
						
						
					 
					
						2022-11-30 19:34:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ardi Loot 
							
						 
					 
					
						
						
							
						
						bd601ad2da 
					 
					
						
						
							
							PWM outputs usermod ( #2912 )  
						
						 
						
						... 
						
						
						
						* first commit of PWM outputs
* fix pin deallocation issue
* refactoring
* removed debug prints
* fix compile error
* added readme
* added compile error for ESP8266
* added overloaded SetDuty method
* convert state to separate nested object
* Revert "added overloaded SetDuty method"
This reverts commit e8ea32f577 .
* move constant strings to flash
* reworked json info and config
* bugfixes
* more bugfixes
* updated readme
* use C strings instead of String
* added uint8 and uint16 overloads for SetDuty
* removed ambiguous overload 
						
						
					 
					
						2022-11-30 09:15:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						9f1a7a1c20 
					 
					
						
						
							
							Swap info.  
						
						 
						
						
						
						
					 
					
						2022-11-29 15:02:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mx 
							
						 
					 
					
						
						
							
						
						bd721c1310 
					 
					
						
						
							
							Merge branch 'Aircoookie:main' into pr_fxsegs  
						
						 
						
						
						
						
					 
					
						2022-11-29 00:54:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						98138a02e3 
					 
					
						
						
							
							audioreactive usermod update (align with MoonMod code) ( #2907 )  
						
						 
						
						... 
						
						
						
						* audioreactive driver update
- Better handling of PDM and I2S Line-in
- Bugfixes for ES7243 (allocateMultiplePins)
- More error messages for ES7243
- sample scaling (needed for sources that use full scale of samples)
* audiorective update
* align SR_DEBUG with WLED_DEBUG
* optional bandpass filter (needed for PDM mics)
* sample scaling for PDM and Line-In
* small improvements for analog input
* bugfixes and small performance improvements
* code for FFT task refactored, for better readablity. Introduces separate functions for filtering and post-processing
* small improvement for beat detection
* default mic settings can be configured at compile time
* correct mic type if MCU does not support PDM or ADC
* hide analog PIN config if not supported by MCU
* audioreactive updates
- minor updates to source code (see discussion in PR #2907 )
- usermod readme improvements
* small readme update
* one think I overlooked
* ok, another edit. Now its final. Hopefully.
* small upps
wrong parameter order in debug message. 
						
						
					 
					
						2022-11-28 20:52:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f7004e7a7c 
					 
					
						
						
							
							Allow disable internal pull-up resistors.  
						
						 
						
						... 
						
						
						
						Fixes  #2896  and #2899  
						
						
					 
					
						2022-11-26 23:56:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						1db25d4b20 
					 
					
						
						
							
							FX data optimization ( #2908 )  
						
						 
						
						... 
						
						
						
						* Do not require commas between ! in fxdata
* Updating fxdata: Halfway through the FX list
* fxdata flags and optimizations
* Revert optional commas after ! 
						
						
					 
					
						2022-11-26 21:31:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mxklb 
							
						 
					 
					
						
						
							
						
						507e198b70 
					 
					
						
						
							
							Minor cleanups  
						
						 
						
						
						
						
					 
					
						2022-11-26 17:22:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mx 
							
						 
					 
					
						
						
							
						
						5c721ee435 
					 
					
						
						
							
							Merge branch 'Aircoookie:main' into pr_fxsegs  
						
						 
						
						
						
						
					 
					
						2022-11-26 17:15:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						9a44f0c869 
					 
					
						
						
							
							small update for env:esp32s3dev_8MB_PSRAM  
						
						 
						
						... 
						
						
						
						- corrected board
- added link to workaround 
						
						
					 
					
						2022-11-26 15:13:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mxklb 
							
						 
					 
					
						
						
							
						
						8c5f9b4501 
					 
					
						
						
							
							Added missing DMX effect options and 3rd color  
						
						 
						
						
						
						
					 
					
						2022-11-26 14:41:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						713bf66a12 
					 
					
						
						
							
							Increase QL buffer to allow unicode characters  
						
						 
						
						... 
						
						
						
						Fixes  #2906  
						
						
					 
					
						2022-11-26 03:57:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ewoud 
							
						 
					 
					
						
						
							
						
						78e9f5bd1a 
					 
					
						
						
							
							Clean up UserMod settings: grouping of variables and add preInfo to variables ( #2894 )  
						
						 
						
						... 
						
						
						
						* Grouping um settings, add pre and post Info, update  SR & 4LD settings
Settings_um.htm: 
- modify addField (grouping)
- addInfo (pre and post texts)
Add preInfo to audio reactive and 4ld usermod
Extra:
platformio: wemos_shield: add audio reactive usermod and update to alt display
* um settings: cpp: lowercase, js: initcap
* um settings: txt only pre, txt2 only post and initCap as function
* Fix rotary encoder info string
Co-authored-by: Blaž Kristan <blaz@kristan-sp.si > 
						
						
					 
					
						2022-11-26 03:44:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						f03abf2600 
					 
					
						
						
							
							workaround for broken env esp32s3dev_8MB_PSRAM  
						
						 
						
						... 
						
						
						
						- Error: Unknown board ID 'esp32-tinys3'
temporarily use `` until a working solution is found. 
						
						
					 
					
						2022-11-26 01:33:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								JPZV 
							
						 
					 
					
						
						
							
						
						d5eee5b56c 
					 
					
						
						
							
							Fixes platformio.ini for the ESP32 S3 ( #2905 )  
						
						 
						
						... 
						
						
						
						* Update missing package for ESP32-S3
There was a missing package version for env:esp32s3dev_8MB. platformio/framework-arduinoespressif32@3.20004.220825  doesn't exist any more
* Fixes Compiling error for ESP32 S3 with octal (qspi_opi) memory mode
For details: platformio/platform-espressif32#912  and platformio/platform-espressif32#914 
* Added env:esp32s3dev_8MB_PSRAM to platformio.ini
Also, reverted back to espressif32@5.1.1 for env:esp32s3dev_8MB
* small maintainer edit
Co-authored-by: Frank <91616163+softhack007@users.noreply.github.com > 
						
						
					 
					
						2022-11-25 23:49:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8899684092 
					 
					
						
						
							
							Select custom palette bugfix.  
						
						 
						
						
						
						
					 
					
						2022-11-25 17:33:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8e30e4925c 
					 
					
						
						
							
							BME280 fixes and optimisations  
						
						 
						
						... 
						
						
						
						- MQTT not required
- minor string optimisations
- added enable option 
						
						
					 
					
						2022-11-25 16:45:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						906c7a8ea1 
					 
					
						
						
							
							Merge branch 'main' of  https://github.com/aircoookie/WLED  
						
						 
						
						
						
						
					 
					
						2022-11-24 17:43:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						324fc149b3 
					 
					
						
						
							
							Shorter JSON keys for 1d2d map and sound sim  
						
						 
						
						... 
						
						
						
						(smaller fxdata, saves 100b flash, slightly shorter json doc) 
						
						
					 
					
						2022-11-24 04:15:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason Kölker 
							
						 
					 
					
						
						
							
						
						29b1f2afae 
					 
					
						
						
							
							feat(json): add wifi scanning ( #2895 )  
						
						 
						
						... 
						
						
						
						* feat(json): add wifi scanning
Adds wifi scanning to the JSON api at `/json/networks`. The initial
request will trigger a scan, subsequent requests will scan or return the
results depending on the state of the `WiFiScan`.
Add a `Scan` button next to the client ssid input, on click, scan for
networks, and change the input to a select with the found ssids.
Fixes : #1964 
* Added option to go back to manual SSID input
Co-authored-by: cschwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2022-11-24 02:50:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mxklb 
							
						 
					 
					
						
						
							
						
						87fa14b281 
					 
					
						
						
							
							Use up-to-date fashion for segment dmx control  
						
						 
						
						
						
						
					 
					
						2022-11-23 23:19:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b6db86da50 
					 
					
						
						
							
							Allow matrix bigger than LED count (missing panels)  
						
						 
						
						
						
						
					 
					
						2022-11-23 16:54:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mxklb 
							
						 
					 
					
						
						
							
						
						043947fdcb 
					 
					
						
						
							
							Added missing brightness to preset DMX mode  
						
						 
						
						
						
						
					 
					
						2022-11-23 00:38:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						713509527a 
					 
					
						
						
							
							Bugfix for missing ledmap.  
						
						 
						
						
						
						
					 
					
						2022-11-22 22:17:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mx 
							
						 
					 
					
						
						
							
						
						ae7eedf523 
					 
					
						
						
							
							Merge branch 'Aircoookie:main' into pr_fxsegs  
						
						 
						
						
						
						
					 
					
						2022-11-20 23:48:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0a1bd748d7 
					 
					
						
						
							
							Fix loading transitionDelay on boot  
						
						 
						
						
						
						
					 
					
						2022-11-20 19:40:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1b351b7743 
					 
					
						
						
							
							Broadcast presence on WiFi (re)connect immediately  
						
						 
						
						
						
						
					 
					
						2022-11-20 18:12:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason Kölker 
							
						 
					 
					
						
						
							
						
						e409bd298a 
					 
					
						
						
							
							feat(wifi): add compile time configurtation ( #2889 )  
						
						 
						
						... 
						
						
						
						* feat(wifi): add compile time configurtation
Add `WLED_AP_SSID` and `WLED_AP_PASS` defines to allow configuring the
SoftAP SSID and Password at compile time. Default to existing values.
Add `WLED_AP_SSID_UNIQUE` flag to append the device portion of the mac
address to `WLED_AP_SSID`.
Exampleof all flags (note the quoting to preserve
"stringification"):
```
build_flags =
    -D WLED_AP_SSID='"MyAP"'
    -D WLED_AP_PASS='"MyPassword"'
    -D WLED_AP_SSID_UNIQUE
```
* Removed two error defines
Co-authored-by: Christian Schwinne <cschwinne@gmail.com > 
						
						
					 
					
						2022-11-20 15:55:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						caef289b9b 
					 
					
						
						
							
							Autosave enable/disable UI button  
						
						 
						
						
						
						
					 
					
						2022-11-20 15:50:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mxklb 
							
						 
					 
					
						
						
							
						
						84628bd9fc 
					 
					
						
						
							
							Refactored DMX effect mode + new segement controls ( #2325 )  
						
						 
						
						
						
						
					 
					
						2022-11-19 14:10:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						43582b6319 
					 
					
						
						
							
							Add segment bounds check.  
						
						 
						
						
						
						
					 
					
						2022-11-19 11:57:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						c14c4425a4 
					 
					
						
						
							
							Fix minor UI issues  
						
						 
						
						... 
						
						
						
						Logo margin in info page
copy to clipboard button text on two lines
noslide on preset API textfield
Preset margins 
						
						
					 
					
						2022-11-19 01:59:58 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c47d6cffa8 
					 
					
						
						
							
							Missing presets.json on factory reset bugfix.  
						
						 
						
						... 
						
						
						
						Clarification on loading ledmaps in UI.
Added manual ledmap loading. 
						
						
					 
					
						2022-11-16 20:55:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Constantin Wolf 
							
						 
					 
					
						
						
							
						
						f104fb0586 
					 
					
						
						
							
							SD card support: MMC or configurable SPI ( #2877 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: constantin wolf <constantin.wolf@pwc.com > 
						
						
					 
					
						2022-11-14 02:30:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								degraafm76 
							
						 
					 
					
						
						
							
						
						75e410e4b4 
					 
					
						
						
							
							Analog clock time offset bugfix + optional hour mark feature ( #2860 )  
						
						 
						
						... 
						
						
						
						* Implement optional hour marks
Time offset did not work
* removed undefined error int in hexstringtocolor
* revert cosmetic changes
* minor cosmetic changes
Co-authored-by: mdegraaf <mdegraaf@proxsys.nl > 
						
						
					 
					
						2022-11-14 02:30:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ewoud 
							
						 
					 
					
						
						
							
						
						740316ae2b 
					 
					
						
						
							
							Effect ID's back to 0.13 numbering ( #2856 )  
						
						 
						
						... 
						
						
						
						* Effect ID's back to 0.13 numbering
Needed for sync between versions and allow 0.13 presets to work in 0.14
* Effect ID's back to 0.13 numbering (part2) 
						
						
					 
					
						2022-11-14 02:29:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b141ec7ea7 
					 
					
						
						
							
							Fix for  #2880  (stateChanged on segment on/off)  
						
						 
						
						... 
						
						
						
						Added comments.
Added X1, X2, X3, M1, M2, M3 segment options to HTTP API.
Added "on" handling with "ps". 
						
						
					 
					
						2022-11-13 12:13:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						50875d5759 
					 
					
						
						
							
							Sync Interfaces settings: hide sections for disabled features ( #2865 )  
						
						 
						
						... 
						
						
						
						* Add network debug printer
* hide settings for disabled features
If not enabled at compile time, this change hides "Sync interfaces" settings for Alexa, MQTT, Blynk, HueSync.
The html sections are just hidden by a <div> with style display:none.
* Update Animated Staircas for 0.14
* Faster strip updates.
* Add ESP32 variant display in update page.
* Net debug optimizations
Fix ESP8266 (unaligned progmem flash string reads)
Do not send an extra package for \n in println
Only resolve IP/hostname once
* Compile time option for PIR sensor off timer
* Fix Gitpod compiling (#2875 )
* Install Platformio not in Gitpod Image
* Install platformio at runtime
remove outdated extensions
* Bugfix for color transitioning.
Return palette option for Candle.
Fix for "* Color..." palette hiding.
Comment out debug output.
* Optimization & bugfix for net debug.
- Inherited from Print class.
- Added UI option to disable net  debug output.
* Reduce fxdata size by about 200 bytes
Removed redundant commas before semicolon delimiter (`,;` -> `;`)
No need to transmit `@` in /json/fxdata
* NetworkDebugPrinter packet optimization.
* Revert NetworkDebugPrinter changes.
* Remove flush() in bus manager.
* Optimizations.
Co-authored-by: Shaheen Gandhi <shaheen@fb.com >
Co-authored-by: Blaz Kristan <blaz@kristan-sp.si >
Co-authored-by: cschwinne <dev.aircoookie@gmail.com >
Co-authored-by: Jason2866 <24528715+Jason2866@users.noreply.github.com > 
						
						
					 
					
						2022-11-11 20:20:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						61b5e5ad7e 
					 
					
						
						
							
							Remove flush() in bus manager.  
						
						 
						
						
						
						
					 
					
						2022-11-11 18:42:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6403d18d15 
					 
					
						
						
							
							Revert NetworkDebugPrinter changes.  
						
						 
						
						
						
						
					 
					
						2022-11-11 18:17:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						77f04d913a 
					 
					
						
						
							
							NetworkDebugPrinter packet optimization.  
						
						 
						
						
						
						
					 
					
						2022-11-11 14:39:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						c0a783198e 
					 
					
						
						
							
							Reduce fxdata size by about 200 bytes  
						
						 
						
						... 
						
						
						
						Removed redundant commas before semicolon delimiter (`,;` -> `;`)
No need to transmit `@` in /json/fxdata 
						
						
					 
					
						2022-11-11 03:10:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d370f67f60 
					 
					
						
						
							
							Optimization & bugfix for net debug.  
						
						 
						
						... 
						
						
						
						- Inherited from Print class.
- Added UI option to disable net  debug output. 
						
						
					 
					
						2022-11-10 21:50:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5f4199183c 
					 
					
						
						
							
							Bugfix for color transitioning.  
						
						 
						
						... 
						
						
						
						Return palette option for Candle.
Fix for "* Color..." palette hiding.
Comment out debug output. 
						
						
					 
					
						2022-11-09 20:09:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason2866 
							
						 
					 
					
						
						
							
						
						d097f8bf1e 
					 
					
						
						
							
							Fix Gitpod compiling ( #2875 )  
						
						 
						
						... 
						
						
						
						* Install Platformio not in Gitpod Image
* Install platformio at runtime
remove outdated extensions 
						
						
					 
					
						2022-11-09 17:59:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1e104bdd9e 
					 
					
						
						
							
							Compile time option for PIR sensor off timer  
						
						 
						
						
						
						
					 
					
						2022-11-07 16:56:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						8143be29d9 
					 
					
						
						
							
							Merge pull request  #2870  from Aircoookie/net_debug  
						
						 
						
						... 
						
						
						
						UDP Network debugging 
						
						
					 
					
						2022-11-06 22:50:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						1d8c9ac020 
					 
					
						
						
							
							Net debug optimizations  
						
						 
						
						... 
						
						
						
						Fix ESP8266 (unaligned progmem flash string reads)
Do not send an extra package for \n in println
Only resolve IP/hostname once 
						
						
					 
					
						2022-11-06 16:50:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7fcc8be73c 
					 
					
						
						
							
							Merge branch 'netdebug' of  https://github.com/visigoth/WLED  into net_debug  
						
						 
						
						
						
						
					 
					
						2022-11-06 10:58:19 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e5f9cfd5b6 
					 
					
						
						
							
							Add ESP32 variant display in update page.  
						
						 
						
						
						
						
					 
					
						2022-11-05 18:31:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						edd487c1f4 
					 
					
						
						
							
							Merge pull request  #2863  from Aircoookie/staircase-fix  
						
						 
						
						... 
						
						
						
						Staircase fix 
						
						
					 
					
						2022-11-04 22:45:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						71d84fecba 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						Use default nightLightDelay if ND present. 
						
						
					 
					
						2022-11-04 08:33:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						d30e219d7b 
					 
					
						
						
							
							Faster strip updates.  
						
						 
						
						
						
						
					 
					
						2022-11-04 08:27:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Benjamin G 
							
						 
					 
					
						
						
							
						
						0cfda55b3a 
					 
					
						
						
							
							Automatically set PC Mode if unset ( #2861 )  
						
						 
						
						... 
						
						
						
						* Automatically set PC Mode if unset
based on the UserAgent
* slight reduction
Reduce flash usage a bit.
Co-authored-by: Blaž Kristan <blaz@kristan-sp.si > 
						
						
					 
					
						2022-11-03 23:01:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						17d1ca82a6 
					 
					
						
						
							
							Update Animated Staircas for 0.14  
						
						 
						
						
						
						
					 
					
						2022-11-03 21:04:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						81d2a67948 
					 
					
						
						
							
							Minor adjustment in UDP segment options sync.  
						
						 
						
						... 
						
						
						
						Added support for node type for S2, S3 and C3. 
						
						
					 
					
						2022-11-02 14:56:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3bae3aa9aa 
					 
					
						
						
							
							UDP Sync fix  
						
						 
						
						... 
						
						
						
						- sync new sliders
- sync 2D options 
						
						
					 
					
						2022-10-31 07:13:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						7211e6b929 
					 
					
						
						
							
							Merge pull request  #2853  from Aircoookie/PIR-HA-discovery  
						
						 
						
						... 
						
						
						
						Add HA discovery option to PIR sermod 
						
						
					 
					
						2022-10-26 07:16:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								siggel 
							
						 
					 
					
						
						
							
						
						82af52a0bc 
					 
					
						
						
							
							Feature/nine additional alexa devices for presets ( #2787 )  
						
						 
						
						... 
						
						
						
						* add 9 further alexa devices for calling presets 1-9
* use preset names from WLED for Alexa preset device names instead of hardcoded names
* update readme and version
* call alexaInit() at end of savePreset() to keep Alexa in sync with the preset IDs and names
* This reverts commit f8db06c7c5 .
* change order to configured Alexa WLED name first, preset names afterwards
* fix status of devices when shown within Alexa, i.e. switching one preset on switches others off (except for alexaInvocationName)
* re-add getPresetName() after merge with master
* restore original readme for pull request
* restore original platformio.ini for pull request
* Logic simplification
* Pass string by reference
* Added number of presets check
* fix alexaInit() in case of alexaNumPresets==0
Co-authored-by: Christian Schwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2022-10-25 23:42:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e88d34ea19 
					 
					
						
						
							
							Correct HA discovery topic & minor adjutments.  
						
						 
						
						... 
						
						
						
						Publish on MQTT connect. 
						
						
					 
					
						2022-10-25 21:47:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						e1d7d9511f 
					 
					
						
						
							
							Save config.json with default values on initial boot ( #2854 )  
						
						 
						
						... 
						
						
						
						* Save config.json with default values on first boot
* Init Ethernet on first boot 
						
						
					 
					
						2022-10-25 17:11:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						22d7d2c1f6 
					 
					
						
						
							
							Fix FAQ link  
						
						 
						
						
						
						
					 
					
						2022-10-25 11:53:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						2b10a0c513 
					 
					
						
						
							
							No blank issues  
						
						 
						
						
						
						
					 
					
						2022-10-25 11:49:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						6e59cfc66c 
					 
					
						
						
							
							Updated issue templates  
						
						 
						
						
						
						
					 
					
						2022-10-25 11:47:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						51d8344515 
					 
					
						
						
							
							Fixed ESP8266 async preset loading  
						
						 
						
						... 
						
						
						
						Improved name label visibility on gray images 
						
						
					 
					
						2022-10-25 03:27:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						535f285287 
					 
					
						
						
							
							Add HA discovery option to PIR sermod  
						
						 
						
						
						
						
					 
					
						2022-10-24 21:25:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						779fd78091 
					 
					
						
						
							
							Merge pull request  #2850  from ahadcove/fix/restoring_cfg_json  
						
						 
						
						... 
						
						
						
						fix: restoring cfg.json #2847  
						
						
					 
					
						2022-10-24 21:08:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						69a111ee35 
					 
					
						
						
							
							Merge pull request  #2851  from albarlow/BH1750-Enabled-Bugfix  
						
						 
						
						... 
						
						
						
						Fix Enabled Toggle on BH1750 
						
						
					 
					
						2022-10-24 19:45:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Barlow 
							
						 
					 
					
						
						
							
						
						7288e5a8fd 
					 
					
						
						
							
							Fix Enabled Toggle  
						
						 
						
						... 
						
						
						
						Adjusted inherited 'disabled' to fix saving bug. 
						
						
					 
					
						2022-10-24 18:17:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						ac57da8713 
					 
					
						
						
							
							No F() and numeric comparison  
						
						 
						
						
						
						
					 
					
						2022-10-24 19:12:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						2000d02768 
					 
					
						
						
							
							Strings in flash  
						
						 
						
						
						
						
					 
					
						2022-10-24 18:49:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						5ba1ebd525 
					 
					
						
						
							
							equals for /presets.json instead of indexof  
						
						 
						
						
						
						
					 
					
						2022-10-24 18:44:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ahadcove 
							
						 
					 
					
						
						
							
						
						92329a8dd0 
					 
					
						
						
							
							chore: condense the if statement  
						
						 
						
						
						
						
					 
					
						2022-10-24 11:34:56 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ahadcove 
							
						 
					 
					
						
						
							
						
						21de073784 
					 
					
						
						
							
							fix: restoring cfg.json  #2847  
						
						 
						
						
						
						
					 
					
						2022-10-24 11:13:33 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dominik Nussbaumer 
							
						 
					 
					
						
						
							
						
						3d502a41c5 
					 
					
						
						
							
							add static_cast<uint8_t> in order to fix warnings ( #2843 )  
						
						 
						
						
						
						
					 
					
						2022-10-23 15:57:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						8570f9256d 
					 
					
						
						
							
							Fix funding.yml  
						
						 
						
						
						
						
					 
					
						2022-10-23 11:38:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bwente 
							
						 
					 
					
						
						
							
						
						fe09c417ff 
					 
					
						
						
							
							Create v2 usermod_word_clock_matrix.h ( #2473 )  
						
						 
						
						... 
						
						
						
						* Create usermod_word_clock_matrix.h
Tried using the old usermod on the new build, found out a lot has changed since then. My best attempt to update it. Still needs some help, but it is working. I would like to preconfigure some of the default settings. I am also having an issue with  Error 12: Preset Not Found
* Update readme.md 
						
						
					 
					
						2022-10-22 11:21:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ca891b0e70 
					 
					
						
						
							
							Merge branch 'audioreactive-prototype' of  https://github.com/blazoncek/WLED  into audio-fix  
						
						 
						
						
						
						
					 
					
						2022-10-22 11:13:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						af3ee35c50 
					 
					
						
						
							
							Merge branch 'dev' into audioreactive-prototype  
						
						 
						
						
						
						
					 
					
						2022-10-21 23:47:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						ba0bc31525 
					 
					
						
						
							
							UDP sound sync: added decoder for legacy packets  
						
						 
						
						... 
						
						
						
						support decoding of sound sync data from SR version > 0.13.0 
						
						
					 
					
						2022-10-21 12:12:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						3905cad68d 
					 
					
						
						
							
							Ethernet profile for QuinLed-Dig-Octa Brainboard-32-8L and LilyGO-T-ETH-POE  
						
						 
						
						... 
						
						
						
						Un-F() a string that already exists in RAM 
						
						
					 
					
						2022-10-21 03:56:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								albarlow 
							
						 
					 
					
						
						
							
						
						30a029c19f 
					 
					
						
						
							
							BH1750 upgrades ( #2725 )  
						
						 
						
						... 
						
						
						
						* BH1750 upgrades
Moved the definitions into the main usermods_list.cpp instead of having a section to copy across.
Added Home Assistant Discovery topic for light sensor.  This is toggleable from the usermod menu.
* Configure pin, other enhancements, readme
Implemented pin manager
Made pins configurable at runtime
Improved info screen outputs
Added F() around strings
Updated readme
* Resolve conflict
* Merge branch 'main'
* Missing comma
Co-authored-by: Christian Schwinne <dev.aircoookie@gmail.com >
Co-authored-by: Christian Schwinne <cschwinne@gmail.com > 
						
						
					 
					
						2022-10-21 03:32:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dimitry 
							
						 
					 
					
						
						
							
						
						7cac609c06 
					 
					
						
						
							
							Add ADS1115 usermod ( #2752 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: Christian Schwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2022-10-21 03:25:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								c3n 
							
						 
					 
					
						
						
							
						
						e1365f185c 
					 
					
						
						
							
							Add define to set data pins to HIGH when relay is off ( #2478 )  
						
						 
						
						... 
						
						
						
						* Add ESP32_DATA_IDLE_HIGH to enable data pin to go HIGH when relay is off
* forgot to remove Serial.print for ESP32_DATA_IDLE_HIGH
* forgot another ifdef preventing compilation on non-esp32 boards
* Extra checks that the bus is actually an RMT bus
Could still blow on new ESP32 variants, but now in a mergable state.
Co-authored-by: Christian Schwinne <cschwinne@gmail.com > 
						
						
					 
					
						2022-10-21 03:16:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sebastian Schmailzl 
							
						 
					 
					
						
						
							
						
						c2ac215d43 
					 
					
						
						
							
							Usermod: Ping Pong Clock ( #2746 )  
						
						 
						
						... 
						
						
						
						* Starting on Ping Pong Clock Usermod, still having to check the led indices and test the stuff out of it
* Adding some attributes to be configured, Added platformio_override
* Fixed LED Numbering, Changed Color to RGB to Work with Settings
* Removing LED Positions from Config
* Some documenting
* Removed example comments to make ping pong clock mod more readable
Co-authored-by: Schmailzl, Sebastian <sebastian.schmailzl@wk-it.com >
Co-authored-by: Christian Schwinne <dev.aircoookie@gmail.com >
Co-authored-by: Christian Schwinne <cschwinne@gmail.com > 
						
						
					 
					
						2022-10-21 01:47:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Egor 
							
						 
					 
					
						
						
							
						
						c47972d500 
					 
					
						
						
							
							Adapting for the new WLED release: ( #2802 )  
						
						 
						
						... 
						
						
						
						Removed longPressMacro call
  Fix debug calls
  Fix typos 
						
						
					 
					
						2022-10-21 01:31:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ahad 
							
						 
					 
					
						
						
							
						
						3c36030977 
					 
					
						
						
							
							fix: filename uploads ( #2831 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: Christian Schwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2022-10-21 01:25:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								lordjaxom 
							
						 
					 
					
						
						
							
						
						7b2836c63c 
					 
					
						
						
							
							Usermod: Analog clock ( #2736 )  
						
						 
						
						... 
						
						
						
						* implement analog clock as a usermod
* fix some bugs, use toki for time measurement, implement fading seconds
* added timezone handling to analog clock
* fixed looping second pointer, lower refresh rate
* removed mqtt debug code
* implement seconds effect choice
* adapt to 0_14 branch
Co-authored-by: Christian Schwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2022-10-20 10:12:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Steven Dashevsky 
							
						 
					 
					
						
						
							
						
						38e2fc6812 
					 
					
						
						
							
							Implemented usermod for integration with smartnest.cz ( #2800 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: Christian Schwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2022-10-20 01:07:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bartłomiej Wiśniewski 
							
						 
					 
					
						
						
							
						
						b0037c75a3 
					 
					
						
						
							
							Upgrade DHT usermod ( #2833 )  
						
						 
						
						... 
						
						
						
						* Implent publishing DHT data to MQTT broker
* Fix naming and add description 
						
						
					 
					
						2022-10-20 01:02:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						d7f6cd944c 
					 
					
						
						
							
							Merge pull request  #2841  from Aircoookie/0_14  
						
						 
						
						... 
						
						
						
						Merge 0.14 to main 
						
						
					 
					
						2022-10-20 00:51:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						0de928a674 
					 
					
						
						
							
							Merge branch 'main' into 0_14  
						
						 
						
						
						
						
					 
					
						2022-10-20 00:44:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						5c542d60e5 
					 
					
						
						
							
							Add PKT timezone (see PR  #2840 )  
						
						 
						
						
						
						
					 
					
						2022-10-19 11:11:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Squall-DA 
							
						 
					 
					
						
						
							
						
						b3a29188a2 
					 
					
						
						
							
							Add number of UDP retries ( #2830 )  
						
						 
						
						... 
						
						
						
						* Release of WLED v0.13.3
* Fixed a type in the file name (#2781 )
* Fixed the dependency (#2782 )
* Usermod Wordclock update to use an alternatve wiring pattern (#2757 )
* Update
* update readme file
* readme update
* Update readme.md
* Update readme.md
* Update readme.md
* Update readme.md
* Update platformio.ini
* Add number of UDP retries
Add a configurable number of retries to the UDP WLED sync function.
* Add migration from old eeprom settings
* Revert some accidental carry overs
* Correct issues found in pull request
Change default number of retries
Fix migration from old settings
* Make the minimum number of retries 0
* Import notify twice setting
Co-authored-by: cschwinne <dev.aircoookie@gmail.com >
Co-authored-by: Soren Singh Dary <67230851+sorensd@users.noreply.github.com >
Co-authored-by: Patrick <40436536+paeppi88@users.noreply.github.com > 
						
						
					 
					
						2022-10-19 01:31:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8417589789 
					 
					
						
						
							
							Fix fork version.  
						
						 
						
						
						
						
					 
					
						2022-10-18 20:54:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						c982e022fe 
					 
					
						
						
							
							Merge pull request  #2834  from Aircoookie/async-psave  
						
						 
						
						... 
						
						
						
						Async preset saving 
						
						
					 
					
						2022-10-18 16:21:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a4c3fd4493 
					 
					
						
						
							
							Change max number of buses.  
						
						 
						
						... 
						
						
						
						Added correct debug on failed digital init. 
						
						
					 
					
						2022-10-18 12:10:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7de35b4830 
					 
					
						
						
							
							Merge branch 'dev' of  https://github.com/blazoncek/WLED  into async-psave  
						
						 
						
						
						
						
					 
					
						2022-10-13 17:22:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						3841780fe6 
					 
					
						
						
							
							Merge branch 'async-psave' into dev  
						
						 
						
						
						
						
					 
					
						2022-10-13 14:25:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						2440d8e3d1 
					 
					
						
						
							
							Merge branch '0_14' of  https://github.com/Aircoookie/WLED  into dev  
						
						 
						
						
						
						
					 
					
						2022-10-13 07:51:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						5012418ed2 
					 
					
						
						
							
							Reintroduce color 2 & 3 for Dancing shadows.  
						
						 
						
						... 
						
						
						
						Allows palette selection. 
						
						
					 
					
						2022-10-13 07:33:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						a6ab4feca5 
					 
					
						
						
							
							Bugfix. Unload playlist on "ps" JSON.  
						
						 
						
						
						
						
					 
					
						2022-10-13 07:06:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Renaud11232 
							
						 
					 
					
						
						
							
						
						cd0471386d 
					 
					
						
						
							
							Fix SSDR usermod compilation ( #2825 )  
						
						 
						
						
						
						
					 
					
						2022-10-12 18:18:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						d6749d30ab 
					 
					
						
						
							
							Fixed AEST and NZST DST change dates ( resolves   #2820  )  
						
						 
						
						
						
						
					 
					
						2022-10-12 17:54:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						37a4a4dcdf 
					 
					
						
						
							
							Fix max bus limits for C3, S2 & S3  
						
						 
						
						
						
						
					 
					
						2022-10-11 09:46:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						cebceb3ec3 
					 
					
						
						
							
							Proper RMT channel checks for ESP32-C3 and S3  
						
						 
						
						
						
						
					 
					
						2022-10-10 17:04:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						426635871b 
					 
					
						
						
							
							Bus corrections for C3, S2 & S3.  
						
						 
						
						... 
						
						
						
						Minor hostname tweak. 
						
						
					 
					
						2022-10-10 16:46:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						701c90d18d 
					 
					
						
						
							
							Another string optimisation.  
						
						 
						
						
						
						
					 
					
						2022-10-09 13:39:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d00a708177 
					 
					
						
						
							
							Minor string optimisations.  
						
						 
						
						
						
						
					 
					
						2022-10-09 12:09:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1f32f96487 
					 
					
						
						
							
							Temporary preset bugfix.  
						
						 
						
						
						
						
					 
					
						2022-10-08 21:31:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7642f8d702 
					 
					
						
						
							
							Async preset saving.  
						
						 
						
						... 
						
						
						
						Minor bugfixes. 
						
						
					 
					
						2022-10-08 18:25:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						e78bf240ca 
					 
					
						
						
							
							ESP32-C3: Do not default LEDPIN to reserved pin 16  
						
						 
						
						
						
						
					 
					
						2022-10-07 04:22:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4fb44d98db 
					 
					
						
						
							
							Merge branch '0_14' of  https://github.com/aircoookie/WLED  into merge-0_14  
						
						 
						
						
						
						
					 
					
						2022-10-06 18:25:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						113ee73609 
					 
					
						
						
							
							Newer AsyncWebServer.  
						
						 
						
						
						
						
					 
					
						2022-10-06 18:25:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						64441b39ac 
					 
					
						
						
							
							critical bugfix  
						
						 
						
						... 
						
						
						
						it's possible that volume samples become negative. In this scenario, our simple noise gate does stupid things, and it looks like "effects temporarily lost the sound".
This fix improves the situation, and makes sure that volume samples are always >= 0. 
						
						
					 
					
						2022-10-06 15:39:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						b4e3cccf4b 
					 
					
						
						
							
							Remove testing entry.  
						
						 
						
						
						
						
					 
					
						2022-10-06 12:22:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						6a3ef2a2e4 
					 
					
						
						
							
							Merge pull request  #2809  from ingDIY/0_14  
						
						 
						
						... 
						
						
						
						defines improvement 
						
						
					 
					
						2022-10-06 12:15:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						1dd00c2ea9 
					 
					
						
						
							
							Merge pull request  #2814  from srg74/patch-2  
						
						 
						
						... 
						
						
						
						Update usermod_PWM_fan.h 
						
						
					 
					
						2022-10-05 21:40:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								srg74 
							
						 
					 
					
						
						
							
						
						5038e4396e 
					 
					
						
						
							
							Update usermod_PWM_fan.h  
						
						 
						
						... 
						
						
						
						Changed values for proper work. 
						
						
					 
					
						2022-10-05 15:30:09 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bd025309fb 
					 
					
						
						
							
							Custom palette name bugfix.  
						
						 
						
						
						
						
					 
					
						2022-10-04 22:10:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						1ae0dd574d 
					 
					
						
						
							
							fix for ADC analog  
						
						 
						
						... 
						
						
						
						the "wait until I2S buffer fills" trick does not work for ADC sources, as the I2S sampling does not run in background for ADC. 
						
						
					 
					
						2022-10-04 16:00:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						7d5ce994ab 
					 
					
						
						
							
							WLED_DEBUG: fix for crash after LittleFS formating  
						
						 
						
						... 
						
						
						
						This fixes a "division by zero" in WLED_DEBUG code.
LittleFS init seems to take some time, so we can arrive at "Loops/sec" with 0 loops executed --> crash. 
						
						
					 
					
						2022-10-04 13:50:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						78e0c3dcca 
					 
					
						
						
							
							make MIC_LOGGER work again  
						
						 
						
						... 
						
						
						
						- EVERY_N_MILLIS somehow does not work. Replaced it,
- make sure that WLED_DEBUG does not report "fake FFT times" whrn FFT code was not running 
						
						
					 
					
						2022-10-04 13:47:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ingDIY 
							
						 
					 
					
						
						
							
						
						edbb96bcd9 
					 
					
						
						
							
							Update const.h  
						
						 
						
						... 
						
						
						
						added #if case to exclude warning in case of ABL=0 
						
						
					 
					
						2022-10-03 19:34:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ingDIY 
							
						 
					 
					
						
						
							
						
						bdb1e839ed 
					 
					
						
						
							
							Update readme.md  
						
						 
						
						... 
						
						
						
						added description about the configuration of setting:
-D USERMOD_ROTARY_ENCODER_GPIO 
						
						
					 
					
						2022-10-03 19:22:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ingDIY 
							
						 
					 
					
						
						
							
						
						1880740561 
					 
					
						
						
							
							Update wled.h  
						
						 
						
						... 
						
						
						
						reverted back settings to enable Alexa, Blynk, Huesync, IR.
The user shuld #define -D in platformio_override.ini to disable them 
						
						
					 
					
						2022-10-03 19:17:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ingDIY 
							
						 
					 
					
						
						
							
						
						503835d47e 
					 
					
						
						
							
							submitting PR  
						
						 
						
						... 
						
						
						
						Here they are the PR #2776 , #2803  and #2804  rebased for 0_14 branch,
I hope that now they are OK! 
						
						
					 
					
						2022-10-02 23:23:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8d372bee67 
					 
					
						
						
							
							Merge branch '0_14' of  https://github.com/aircoookie/WLED  into merge-0_14  
						
						 
						
						
						
						
					 
					
						2022-09-29 15:53:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						f385af595a 
					 
					
						
						
							
							Add setMode() and setPalette() methods  
						
						 
						
						... 
						
						
						
						- automatically start transition
Implement load FX defaults for HTTP API (FXD) 
						
						
					 
					
						2022-09-29 12:49:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4cd6bafc15 
					 
					
						
						
							
							Merge branch '0_14' of  https://github.com/aircoookie/WLED  into merge-0_14  
						
						 
						
						
						
						
					 
					
						2022-09-27 18:34:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						dc700c41fb 
					 
					
						
						
							
							Invalid FX bugfix.  
						
						 
						
						
						
						
					 
					
						2022-09-26 21:26:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ChuckMash 
							
						 
					 
					
						
						
							
						
						7cd9e8860d 
					 
					
						
						
							
							Update wled_serial.cpp ( #2667 )  
						
						 
						
						... 
						
						
						
						Add Continuous Serial Streaming feature to wled_serial.
Co-authored-by: Christian Schwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2022-09-26 10:08:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Stefan Riese 
							
						 
					 
					
						
						
							
						
						b6adbc926f 
					 
					
						
						
							
							Usermod wordclock: support for upfront LEDs ( #2668 )  
						
						 
						
						... 
						
						
						
						* - add ledOffset to support LEDs that are not effected by the usermode before the wordclock LEDs
* - adjust readme 
						
						
					 
					
						2022-09-26 09:35:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c253464b2a 
					 
					
						
						
							
							PinManager::isPinOk() rewrite  
						
						 
						
						... 
						
						
						
						Button pullup/pulldown fix for ESP32. 
						
						
					 
					
						2022-09-24 12:25:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6306cfff96 
					 
					
						
						
							
							Remove Octal SPI pins.  
						
						 
						
						... 
						
						
						
						Whitespace. 
						
						
					 
					
						2022-09-24 12:16:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d86d88c7b7 
					 
					
						
						
							
							New isPinOk()  
						
						 
						
						
						
						
					 
					
						2022-09-23 14:35:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						5f606bb0b7 
					 
					
						
						
							
							DMX improvements (merge  #2619 ) ( #2794 )  
						
						 
						
						... 
						
						
						
						* Art-Net improvements
* Fix brightness level
* Update cfg.cpp
Co-authored-by: 4lloyd <github@lloydpost.nl > 
						
						
					 
					
						2022-09-23 01:02:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick 
							
						 
					 
					
						
						
							
						
						1daa97545b 
					 
					
						
						
							
							Usermod Wordclock update to use an alternatve wiring pattern ( #2757 )  
						
						 
						
						... 
						
						
						
						* Update
* update readme file
* readme update
* Update readme.md
* Update readme.md
* Update readme.md
* Update readme.md
* Update platformio.ini 
						
						
					 
					
						2022-09-22 20:43:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								4lloyd 
							
						 
					 
					
						
						
							
						
						d0189b0719 
					 
					
						
						
							
							Add ArtPoll support ( #2615 )  
						
						 
						
						... 
						
						
						
						* Add ArtPoll support
* Improved calculations
* Add support for legacy DMX start address 0
* Small efficiency improvement
* ESP8266 doesn't like yield
* Optimized ArtPoll memory use
Co-authored-by: cschwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2022-09-22 20:34:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						222b92807e 
					 
					
						
						
							
							Percent FX use % as index in palette.  
						
						 
						
						... 
						
						
						
						FX Checkmark bugfix. 
						
						
					 
					
						2022-09-21 21:09:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						de90e5b753 
					 
					
						
						
							
							Percent FX use % as index in palette.  
						
						 
						
						... 
						
						
						
						FX Checkmark bugfix. 
						
						
					 
					
						2022-09-21 21:09:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						ad4870a59b 
					 
					
						
						
							
							PIO environment for ESP32-S3  
						
						 
						
						
						
						
					 
					
						2022-09-21 08:47:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9a6c387b8e 
					 
					
						
						
							
							Added Lolin S2 mini dev board environment.  
						
						 
						
						
						
						
					 
					
						2022-09-20 22:14:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						81b4a35076 
					 
					
						
						
							
							Corrrect version info.  
						
						 
						
						... 
						
						
						
						AC CSS 
						
						
					 
					
						2022-09-20 22:06:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						411b3d0888 
					 
					
						
						
							
							Merge branch 'dev' of  https://github.com/blazoncek/WLED  into merge-dev  
						
						 
						
						
						
						
					 
					
						2022-09-20 21:53:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						fc0dc4472b 
					 
					
						
						
							
							Merge branch 'esp32-s2' into dev  
						
						 
						
						
						
						
					 
					
						2022-09-20 21:52:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7824f9ee63 
					 
					
						
						
							
							Remove sync preset loading (ugly core check)  
						
						 
						
						... 
						
						
						
						WS buffer check for ESP32-S2
Delay for Serial init on CDC USB 
						
						
					 
					
						2022-09-20 21:17:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						fb00bef05f 
					 
					
						
						
							
							AR - necessary constants for 166Khz sampling rate  
						
						 
						
						... 
						
						
						
						16kHz might be a good compromise on small MCU's:
- GEQ will show frequencies up to ~6Khz
- FFT process may use up to 32millis (-> 100% CPU load). Try to stay below <60% so FreeRTOS can schedule all tasks properly.
- more CPU time is left for other WLED, so it maintains LED FPS and stays responsive on web UI. 
						
						
					 
					
						2022-09-20 18:29:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						d7bc6b1be7 
					 
					
						
						
							
							AR: optimization for small MCUs, part2  
						
						 
						
						... 
						
						
						
						Only run FFT when the result will be used.
Please note that this also means that `FFTTime` shown in Info is only meaningful when there is sound input and not silence.
--> To get exact FFT times, the optimization can be disabled by compiling with `-D SR_DEBUG` 
						
						
					 
					
						2022-09-19 14:09:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						79776ae8bc 
					 
					
						
						
							
							AR: optimization for smaller MCUs  
						
						 
						
						... 
						
						
						
						- this reduces "lagging behind" of I2S sampling on smaller MCU's. The maximum time for FFT is now ~20 millis.
- small improvement for SR_DEBUG 
						
						
					 
					
						2022-09-19 13:38:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						90b3f009af 
					 
					
						
						
							
							AR: small improvement for ADC analog mics  
						
						 
						
						... 
						
						
						
						ensure that ADC parameters are properly configured. 
						
						
					 
					
						2022-09-19 13:30:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						6f8deb83e3 
					 
					
						
						
							
							some relaxations for S2 and C3  
						
						 
						
						... 
						
						
						
						- AR: changed "error" into warning.
- reducing max_busses (for AR) not needed on S2 
						
						
					 
					
						2022-09-17 22:00:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						da02a68e60 
					 
					
						
						
							
							allocatePin() debug message when Pin is not OK.  
						
						 
						
						... 
						
						
						
						This debug message should help to understand GPIO config problems. 
						
						
					 
					
						2022-09-17 20:42:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						85fc8710dd 
					 
					
						
						
							
							mics that need MCLK should work  
						
						 
						
						
						
						
					 
					
						2022-09-17 20:39:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						a01f3e4efd 
					 
					
						
						
							
							presets: disable "crude hack" on single core  
						
						 
						
						... 
						
						
						
						This code in handlepresets() does not make much sense.
Especially it does not make any sense on single core MCU's. 
						
						
					 
					
						2022-09-17 13:41:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cce54f3bb7 
					 
					
						
						
							
							Loading cfg.json without wsec.json  
						
						 
						
						... 
						
						
						
						Bugfix for BudOnOff. 
						
						
					 
					
						2022-09-16 23:19:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						92037a480d 
					 
					
						
						
							
							Bugfix for BusOnOff  
						
						 
						
						
						
						
					 
					
						2022-09-16 23:12:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cf6005ce2f 
					 
					
						
						
							
							Fix for loading config without wsec.json  
						
						 
						
						
						
						
					 
					
						2022-09-16 22:00:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						a766ddbebc 
					 
					
						
						
							
							make I2S microphones work with buggy IDF4.4.x  
						
						 
						
						... 
						
						
						
						I2S microphones were not working any more in with the newest framework - only delivers silence.
Ther reason is stupid bug in espressif I2S "compatibility" driver: RIGHT and LEFT channel are swapped, so when only asking for LEFT, we get silence from RIGHT.
Workaround: simply change LEFT to RIGHT, until the problem is fixed in ESP-IDF --> Fix tested on "classic ESP32", but still need to check behavior on -S3.
Code compiles also on -S3, -S2, and -C3.
smaller changes:
- a few changes to use new APIs (MCLK, rouing and sample resolution)
- a few additional debug messages
- put correct value into _pinConfig.mck_io_num 
						
						
					 
					
						2022-09-16 16:58:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						01acb08c83 
					 
					
						
						
							
							minor fix (typo)  
						
						 
						
						
						
						
					 
					
						2022-09-16 16:38:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						023c259034 
					 
					
						
						
							
							show version of arduino-esp32 in WLED_DEBUG  
						
						 
						
						
						
						
					 
					
						2022-09-16 16:37:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						dfe4d70198 
					 
					
						
						
							
							Merge branch 'audioreactive-prototype' into esp32-s2  
						
						 
						
						
						
						
					 
					
						2022-09-16 15:38:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4d939cb778 
					 
					
						
						
							
							Merge branch '0_14' of  https://github.com/aircoookie/WLED  into dev  
						
						 
						
						
						
						
					 
					
						2022-09-16 15:34:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						660a809ec8 
					 
					
						
						
							
							Missing isActive()  
						
						 
						
						
						
						
					 
					
						2022-09-16 14:07:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						26825ed60f 
					 
					
						
						
							
							Missing isActive()  
						
						 
						
						
						
						
					 
					
						2022-09-16 14:07:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Soren Singh Dary 
							
						 
					 
					
						
						
							
						
						8bd8975e0a 
					 
					
						
						
							
							Fixed the dependency ( #2782 )  
						
						 
						
						
						
						
					 
					
						2022-09-14 23:29:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						799d4f9465 
					 
					
						
						
							
							Playlist load bugfix.  
						
						 
						
						... 
						
						
						
						serializeConfig() in loop() (prevent crash/hang in web server callback) 
						
						
					 
					
						2022-09-14 22:28:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						47797bcf4a 
					 
					
						
						
							
							Playlist loading bugfix.  
						
						 
						
						
						
						
					 
					
						2022-09-14 20:13:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Soren Singh Dary 
							
						 
					 
					
						
						
							
						
						2847921e5a 
					 
					
						
						
							
							Fixed a type in the file name ( #2781 )  
						
						 
						
						
						
						
					 
					
						2022-09-14 13:56:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8402de601f 
					 
					
						
						
							
							More fixes for GPIOs.  
						
						 
						
						... 
						
						
						
						UI fixes. 
						
						
					 
					
						2022-09-13 21:41:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4dec75c589 
					 
					
						
						
							
							Remove constraints when saving interface pins.  
						
						 
						
						
						
						
					 
					
						2022-09-13 20:26:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ac15b227da 
					 
					
						
						
							
							isPinOk() for S2 & C3  
						
						 
						
						
						
						
					 
					
						2022-09-13 19:50:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a1dc7a52e9 
					 
					
						
						
							
							Merge branch '0_14' of  https://github.com/aircoookie/WLED  into dev  
						
						 
						
						
						
						
					 
					
						2022-09-12 22:39:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6ba3e25d33 
					 
					
						
						
							
							Meteor palette bugfix.  
						
						 
						
						... 
						
						
						
						Fire2012 cooling adjustment.
Akemi optimisation. 
						
						
					 
					
						2022-09-12 22:33:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						51a2fa47c9 
					 
					
						
						
							
							Meteor palette fix.  
						
						 
						
						... 
						
						
						
						Akemi optimisation.
Fire2012 remove cooling adjustment. 
						
						
					 
					
						2022-09-12 22:31:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						09bd6dba84 
					 
					
						
						
							
							ESP32 GPIO 37 & 38 removed from reserved list.  
						
						 
						
						
						
						
					 
					
						2022-09-12 21:15:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						925bc3b3dd 
					 
					
						
						
							
							AR: get rid of annoying "type conversion" warning  
						
						 
						
						
						
						
					 
					
						2022-09-11 14:32:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						382bf1e94c 
					 
					
						
						
							
							reserved Pins for S3  
						
						 
						
						... 
						
						
						
						- adding USB-OTG to reserved GPIO
- no read-only GPI
- if PSRAM found, add pins for "octal" PSRAM to unusable list (octal PSRAM seems to common on S3)
- ESP32: 37 and 38 are read-only 
						
						
					 
					
						2022-09-11 13:17:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						575a7531c5 
					 
					
						
						
							
							another "TX"  
						
						 
						
						... 
						
						
						
						changed in hardwareTX 
						
						
					 
					
						2022-09-11 01:01:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						dce0c0b47e 
					 
					
						
						
							
							npm run build  
						
						 
						
						... 
						
						
						
						regenerate html files 
						
						
					 
					
						2022-09-11 00:24:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						dc8230bf2e 
					 
					
						
						
							
							arch = ESP.getChipModel()  
						
						 
						
						... 
						
						
						
						rely on ESP.getChipModel() for new MCUs- 
						
						
					 
					
						2022-09-11 00:19:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						17428d58d9 
					 
					
						
						
							
							extend input ranges to 48 pins  
						
						 
						
						... 
						
						
						
						this only extends the range of possible inputs. Sanity check will be performed regardless of the max value. 
						
						
					 
					
						2022-09-11 00:18:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						6771bd84c6 
					 
					
						
						
							
							introduce hardwareTX / hardwareRX  
						
						 
						
						... 
						
						
						
						RX/TX is not defined on all boards.
Fall-back to previous behavior on "classic" ESP32 and 8266. 
						
						
					 
					
						2022-09-11 00:16:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						ac10b3a5c7 
					 
					
						
						
							
							compilation support for audioreactive  
						
						 
						
						... 
						
						
						
						putting all parts that will not compile between #ifdef .... #endif
Tested on S3, cannot say what will happen on other MCUs 
						
						
					 
					
						2022-09-11 00:12:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						56f2513aba 
					 
					
						
						
							
							Basic support for -S3  
						
						 
						
						... 
						
						
						
						- bus_wrapper: currently no support for I2S methods
- pin_manager: different number of PWM channels, different isPinOk() 
						
						
					 
					
						2022-09-11 00:09:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9858a009da 
					 
					
						
						
							
							Max GPIO fos I2C/SPI pins.  
						
						 
						
						
						
						
					 
					
						2022-09-10 21:58:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						73b818cf78 
					 
					
						
						
							
							Fix for S3 pins.  
						
						 
						
						
						
						
					 
					
						2022-09-10 20:19:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4f8ffaee5b 
					 
					
						
						
							
							S2, S3 & C3 support for settings.  
						
						 
						
						
						
						
					 
					
						2022-09-10 19:27:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2cd40c7552 
					 
					
						
						
							
							ESP32-S2 support.  
						
						 
						
						
						
						
					 
					
						2022-09-09 23:21:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c9fd69ceb7 
					 
					
						
						
							
							Preset loading tuning.  
						
						 
						
						... 
						
						
						
						Multi-relay toggle support.
Fire2012 tuning.
2D functions tuning.
Global SPI comments & tuning.
Bugfix in 4LD usermod. 
						
						
					 
					
						2022-09-09 17:21:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e4fbf70568 
					 
					
						
						
							
							Preset loading tuning.  
						
						 
						
						... 
						
						
						
						Multi-relay toggle support.
Fire2012 tuning.
2D functions tuning.
Global SPI comments & tuning.
Bugfix in 4LD usermod.
On & bri support fix. 
						
						
					 
					
						2022-09-09 17:16:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						cf93d6bb65 
					 
					
						
						
							
							more precision for debug info (FFT timing)  
						
						 
						
						... 
						
						
						
						keep more detailed timing info for FFT and I2S (WLED_DEBUG) 
						
						
					 
					
						2022-09-08 22:45:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						228890aa19 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/dev' into audioreactive-prototype  
						
						 
						
						
						
						
					 
					
						2022-09-08 20:47:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						ad8512e246 
					 
					
						
						
							
							Revert "Compiling AR usermod on ESP32-S3  (future support)"  
						
						 
						
						... 
						
						
						
						This reverts commit 7894389f1d . 
						
						
					 
					
						2022-09-08 20:41:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4480abc646 
					 
					
						
						
							
							Better palette blends.  
						
						 
						
						
						
						
					 
					
						2022-09-06 21:47:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						94243ac605 
					 
					
						
						
							
							Better palette blending.  
						
						 
						
						
						
						
					 
					
						2022-09-06 21:44:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e8942c2968 
					 
					
						
						
							
							fix for repeating debug message  
						
						 
						
						
						
						
					 
					
						2022-09-06 15:52:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8e03395b53 
					 
					
						
						
							
							New segment bugfix.  
						
						 
						
						
						
						
					 
					
						2022-09-06 15:47:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4f3de8646a 
					 
					
						
						
							
							Additional fix for transpose checkbox.  
						
						 
						
						
						
						
					 
					
						2022-09-06 15:44:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						6802f5a802 
					 
					
						
						
							
							Fix several small bugs  
						
						 
						
						... 
						
						
						
						Fixed no new 2D segments creatable in UI
Fixed brightness not applied if `"on":true` present in the same JSON api call
Fixed CJK text upside down in namelabel (rotate to nicer direction only if no CJK characters)
Gamma correction color enabled by default 
						
						
					 
					
						2022-09-06 03:06:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3a1ddce13f 
					 
					
						
						
							
							Return of Supāku.  
						
						 
						
						
						
						
					 
					
						2022-09-05 19:56:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						6c18857109 
					 
					
						
						
							
							Fix build.  
						
						 
						
						
						
						
					 
					
						2022-09-05 19:01:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						508b1e76c2 
					 
					
						
						
							
							Merge conflict fix.  
						
						 
						
						
						
						
					 
					
						2022-09-05 18:36:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						51d3268eed 
					 
					
						
						
							
							Merge branch 'dev' of  https://github.com/blazoncek/WLED  into 0_14  
						
						 
						
						... 
						
						
						
						- remove conditional audio compile
- Random Cycle bugfix
- AudioReactive updates
- global gamma flags 
						
						
					 
					
						2022-09-05 15:13:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						a0c90d4ba3 
					 
					
						
						
							
							Disable unused characters in fonts  
						
						 
						
						... 
						
						
						
						saves 5kB flash
Added 4x6 font 
						
						
					 
					
						2022-09-05 03:18:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2c27240da6 
					 
					
						
						
							
							Remove DISABLE_AUDIO  
						
						 
						
						
						
						
					 
					
						2022-09-05 00:43:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						787f5f06df 
					 
					
						
						
							
							Global gamma.  
						
						 
						
						... 
						
						
						
						Randomcycle palette bugfix. 
						
						
					 
					
						2022-09-04 20:17:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						7894389f1d 
					 
					
						
						
							
							Compiling AR usermod on ESP32-S3  (future support)  
						
						 
						
						... 
						
						
						
						Encapsulated all parts with #ifdef that will not compile on newer ESP32 variants.
It's still a long way to go before we have a working version on -S3 and -C3, bus this should help to get us started.
From MoonModule/WLED repo. 
						
						
					 
					
						2022-09-03 19:03:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						da5f6315be 
					 
					
						
						
							
							fix for repeating debug message  
						
						 
						
						
						
						
					 
					
						2022-09-03 18:43:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						42d1ab8a87 
					 
					
						
						
							
							Separator in Info dialog.  
						
						 
						
						
						
						
					 
					
						2022-09-03 00:01:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cf51892782 
					 
					
						
						
							
							Merge branch 'audioreactive-prototype' into dev  
						
						 
						
						
						
						
					 
					
						2022-09-02 23:36:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						cdd4319991 
					 
					
						
						
							
							Merge pull request  #40  from MoonModules/expand-1DEffects  
						
						 
						
						... 
						
						
						
						Drip to virtualStrip 
						
						
					 
					
						2022-09-02 23:32:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3287eef0f1 
					 
					
						
						
							
							Fixed cooling of ignition area.  
						
						 
						
						
						
						
					 
					
						2022-09-02 23:27:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c4a261f2d2 
					 
					
						
						
							
							Minor tweaks.  
						
						 
						
						
						
						
					 
					
						2022-09-02 21:21:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ewowi 
							
						 
					 
					
						
						
							
						
						1867db3c4b 
					 
					
						
						
							
							VirtualStrip: use indexToVStrip  
						
						 
						
						
						
						
					 
					
						2022-09-02 20:52:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ewowi 
							
						 
					 
					
						
						
							
						
						9e23d52193 
					 
					
						
						
							
							Popcorn to virtualStrip  
						
						 
						
						
						
						
					 
					
						2022-09-02 18:30:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ewowi 
							
						 
					 
					
						
						
							
						
						e29be737f7 
					 
					
						
						
							
							Drip to virtualstrip correction  
						
						 
						
						
						
						
					 
					
						2022-09-02 18:14:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ewowi 
							
						 
					 
					
						
						
							
						
						3ac4122ec8 
					 
					
						
						
							
							fire_2012 to virtualStrip  
						
						 
						
						
						
						
					 
					
						2022-09-02 17:55:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ewowi 
							
						 
					 
					
						
						
							
						
						d56a79e016 
					 
					
						
						
							
							Drip to virtualStrip  
						
						 
						
						
						
						
					 
					
						2022-09-02 17:42:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						77ace76e32 
					 
					
						
						
							
							Bugfix: make UDP sound sync work in AP mode  
						
						 
						
						... 
						
						
						
						- the connected() method only get called once a Wifi STA connection is established. UDP Sound Sync should also work when sender is in AP Mode.
- added a few comments that should help to understand the code structure. 
						
						
					 
					
						2022-09-02 13:49:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						3270605b4f 
					 
					
						
						
							
							DDP network bus RGBW support  
						
						 
						
						
						
						
					 
					
						2022-09-02 03:12:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						36e10539e0 
					 
					
						
						
							
							Merge branch 'dev' into audioreactive-prototype  
						
						 
						
						
						
						
					 
					
						2022-09-01 22:20:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						37ba649930 
					 
					
						
						
							
							audioreactive effect improvements  
						
						 
						
						... 
						
						
						
						- Info Page: add a small horizontal line below usermod specific part. Improves readability.
- updated 2D mapping mode of some  1D soundreactive effects
- alllow some effects to fade slowly, even slower that possible with SEGMENT.fade_out(). Looks nice.
not sure why - most effects only fade when using SEGMENT.fade_out(), while some need SEGMENT.fadeToBlackBy(). 
						
						
					 
					
						2022-09-01 14:56:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						586e72e797 
					 
					
						
						
							
							Remove pxs/NONUNITY option  
						
						 
						
						... 
						
						
						
						Constrains for bitfields.
Bugfixes. 
						
						
					 
					
						2022-08-31 21:31:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						38bd0d6bbb 
					 
					
						
						
							
							Bugfixes  
						
						 
						
						
						
						
					 
					
						2022-08-31 21:21:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						da0da4c75e 
					 
					
						
						
							
							Remove NONUNITY  
						
						 
						
						... 
						
						
						
						Expand soundSim
Tetrix optimisation 
						
						
					 
					
						2022-08-31 14:24:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						bfe16bb254 
					 
					
						
						
							
							Merge branch '0_14' of  https://github.com/Aircoookie/WLED  into dev  
						
						 
						
						
						
						
					 
					
						2022-08-31 08:02:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						2ada88a266 
					 
					
						
						
							
							Small improvements to fx data extraction functions  
						
						 
						
						... 
						
						
						
						- Un-F() most segment JSON keys, decreases JSON doc usage by 47 B (increases static RAM usage by 32 B),
makes `extractModeDefaults` work without strstr_P
- Removed String from serializeModeData and serializeModeNames
- Set 0.14 version name "Hoshi" 
						
						
					 
					
						2022-08-31 04:31:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						5b51ce9840 
					 
					
						
						
							
							extractModeDefaults(): C strings instead of String  
						
						 
						
						
						
						
					 
					
						2022-08-31 02:26:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						26793c8428 
					 
					
						
						
							
							Merge branch 'dev' into audioreactive-prototype  
						
						 
						
						
						
						
					 
					
						2022-08-30 20:13:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8719adef1e 
					 
					
						
						
							
							Tetrix vStrip 2D modification.  
						
						 
						
						... 
						
						
						
						AA version of Bouncing balls
Better AA 
						
						
					 
					
						2022-08-30 17:20:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cd7bcb79e5 
					 
					
						
						
							
							Tetrix vStrip 2D modification.  
						
						 
						
						... 
						
						
						
						AA version of Bouncing balls
Better AA 
						
						
					 
					
						2022-08-30 17:18:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						005419ab9a 
					 
					
						
						
							
							vStrip calculation  
						
						 
						
						... 
						
						
						
						remove Segment copy constructor 
						
						
					 
					
						2022-08-29 21:51:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d28d2c57e4 
					 
					
						
						
							
							Merge 'blazoncek/dev' into 0_14  
						
						 
						
						... 
						
						
						
						1-click presets
Bugfix for 1D
virtual strips POC for 1D effects
global SPI MISO pin 
						
						
					 
					
						2022-08-29 20:45:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						64970772c7 
					 
					
						
						
							
							optimization, and moving peak detection into own function  
						
						 
						
						... 
						
						
						
						- save 1K of RAM by optimizing out
 fftBin[].
- moved several copies of the peak reset code into a single function
- moved peak detection out of getSample().
 - call peak detection function as last step of FFTcode. More optimal, and we can be sure that fresh FFT result are available.
Peak detection/reset are now called from both tasks, so I had to move some peak-related vars out of AudioReactive class and make them global (static). 
						
						
					 
					
						2022-08-28 16:26:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						6019b7bda4 
					 
					
						
						
							
							GEQ: use full frequency range  
						
						 
						
						... 
						
						
						
						also when user wants less than 16 bands.
Previously when users selected fewer bands (like 4 instead of 16), only the lowest freq channels were displayed. 
						
						
					 
					
						2022-08-28 13:33:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						5c792eb869 
					 
					
						
						
							
							some cleanup and re-grouping of variables  
						
						 
						
						... 
						
						
						
						- put variables with same context next to each other.
- removed a few vars that are not needed any more.
- replaced "16" by a more descriptive constant 
						
						
					 
					
						2022-08-28 13:13:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c6126db2a2 
					 
					
						
						
							
							Bugfix for 1D setPixelColor  
						
						 
						
						... 
						
						
						
						Float vStrips.
Fix misspelled MISOSPI. 
						
						
					 
					
						2022-08-27 18:25:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						030833f942 
					 
					
						
						
							
							Global MISO pin.  
						
						 
						
						... 
						
						
						
						Virtual strip expansion for 2D. 
						
						
					 
					
						2022-08-25 21:57:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						daf67d9cf7 
					 
					
						
						
							
							Whitespace cleanup.  
						
						 
						
						... 
						
						
						
						Revert legacy effects to 1D and use mapping instead. 
						
						
					 
					
						2022-08-24 23:04:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						301ed25019 
					 
					
						
						
							
							1-Click preset.  
						
						 
						
						
						
						
					 
					
						2022-08-23 20:57:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a7dbfc4954 
					 
					
						
						
							
							Fix for segment on/off transitions.  
						
						 
						
						... 
						
						
						
						Fix for missing return.
Slightly smoother Chunchun, added Speed parameter for Hiphotic. 
						
						
					 
					
						2022-08-23 16:00:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						af5e38e5ee 
					 
					
						
						
							
							Fix for segment on/off transitions.  
						
						 
						
						... 
						
						
						
						Fix for missing return.
Slightly smoother Chunchun, added Speed parameter for Hiphotic. 
						
						
					 
					
						2022-08-23 15:57:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						102a28aef4 
					 
					
						
						
							
							Release of WLED v0.13.3  
						
						 
						
						
						
						
					 
					
						2022-08-23 01:26:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d3d8fdff13 
					 
					
						
						
							
							Transpose fix.  
						
						 
						
						
						
						
					 
					
						2022-08-22 22:02:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9cb6f95420 
					 
					
						
						
							
							Missing map2D bugfix.  
						
						 
						
						
						
						
					 
					
						2022-08-22 20:38:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						89f334e67b 
					 
					
						
						
							
							Missing map2D bugfix.  
						
						 
						
						
						
						
					 
					
						2022-08-22 20:37:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b8b3d17570 
					 
					
						
						
							
							Merge remote-tracking branch 'upstream/0_14' into dev  
						
						 
						
						
						
						
					 
					
						2022-08-22 19:37:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						053083f600 
					 
					
						
						
							
							Minor optimisation.  
						
						 
						
						
						
						
					 
					
						2022-08-22 17:06:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cf46564c67 
					 
					
						
						
							
							Merge branch 'dev' into audioreactive-prototype  
						
						 
						
						
						
						
					 
					
						2022-08-22 17:01:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						59b038b8c4 
					 
					
						
						
							
							Index under- shooting.  
						
						 
						
						... 
						
						
						
						Fix for arc 1D to 2D mapping.
UI segment 2D mapping fix.
Watchdog reposition & flicker reduction. 
						
						
					 
					
						2022-08-22 16:48:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						fb6dfcd3fc 
					 
					
						
						
							
							Index under- shooting.  
						
						 
						
						... 
						
						
						
						Fix for arc 1D to 2D mapping.
UI segment 2D mapping fix.
Watchdog reposition & flicker reduction. 
						
						
					 
					
						2022-08-22 16:47:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						1711ac9a88 
					 
					
						
						
							
							Fix in is2D()  
						
						 
						
						... 
						
						
						
						Horizontal and vertical 1D segment
Index overshoot fix. 
						
						
					 
					
						2022-08-22 14:35:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						e14c5bbd25 
					 
					
						
						
							
							Fix in  is2D()  
						
						 
						
						... 
						
						
						
						Vertical & horizontal 1D segment (on 2D matrix)
Index overshooting fix. 
						
						
					 
					
						2022-08-22 14:08:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						cf0f0d77be 
					 
					
						
						
							
							Merge branch 'audioreactive-prototype' of  https://github.com/blazoncek/WLED  into merge-audio  
						
						 
						
						
						
						
					 
					
						2022-08-22 10:34:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						be7e7ac274 
					 
					
						
						
							
							AR: documentation  
						
						 
						
						... 
						
						
						
						- clarified a misleading comment in FFTCode
- added a few more comments to describe steps of the processing
- removed some commented-out code 
						
						
					 
					
						2022-08-22 10:08:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						844bef9fda 
					 
					
						
						
							
							Explicit JSON flag for loading FX defaults  
						
						 
						
						... 
						
						
						
						Disable watchdog by default 
						
						
					 
					
						2022-08-22 01:17:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d56d41a8c2 
					 
					
						
						
							
							Merge branch 'dev' into audioreactive-prototype  
						
						 
						
						
						
						
					 
					
						2022-08-21 20:50:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b722c618bd 
					 
					
						
						
							
							Fixes in NodeStruct & bus manager.  
						
						 
						
						
						
						
					 
					
						2022-08-21 20:50:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						720fae8720 
					 
					
						
						
							
							Code sanitation.  
						
						 
						
						... 
						
						
						
						Default analog pin -1 
						
						
					 
					
						2022-08-21 19:15:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						8744b40dc5 
					 
					
						
						
							
							Update python dependencies ( #2760 )  
						
						 
						
						
						
						
					 
					
						2022-08-21 13:11:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						d053bc562f 
					 
					
						
						
							
							code cleanup, few optimizations, and fixing more overflows  
						
						 
						
						... 
						
						
						
						- code cleanup in audio_reactive.h
- fixing some more under/overflows in fx.cpp 
						
						
					 
					
						2022-08-21 13:10:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						cade1800f4 
					 
					
						
						
							
							Update python dependencies  
						
						 
						
						
						
						
					 
					
						2022-08-21 12:50:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						450a0180f8 
					 
					
						
						
							
							Merge branch 'dev' into audioreactive-prototype  
						
						 
						
						
						
						
					 
					
						2022-08-21 09:54:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ea363a8764 
					 
					
						
						
							
							Minor cleanup & fix for connected().  
						
						 
						
						
						
						
					 
					
						2022-08-21 09:51:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						bbc8049832 
					 
					
						
						
							
							The Right Thing to Do (makes GEQ look awesome)  
						
						 
						
						... 
						
						
						
						... found that stupid commit messages get more attention ;-)
- use 22050 Hz for sampling, as it is a standard frequency. I think this is the best choise.
- redesigned the GEQ channels (fftResult[]) for 22Khz, based on channels found on old HiFi equalizer equipment. 1Kzh is now at the center; Bass/Trebble channels are using 1/4 on left/right side respectively - similar to real equalizers. Looks nice :-)
- adjusted effects that use FFT_MajorPeak so that the maximum frequency is supported. 
						
						
					 
					
						2022-08-20 22:14:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						66acd60406 
					 
					
						
						
							
							PWM Fan usermod UI enhancement.  
						
						 
						
						
						
						
					 
					
						2022-08-19 21:38:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6fd8a5a084 
					 
					
						
						
							
							Replace setOption/getOption  
						
						 
						
						
						
						
					 
					
						2022-08-19 21:37:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5927332a5f 
					 
					
						
						
							
							UI enhancement in PWM Fan usermod.  
						
						 
						
						
						
						
					 
					
						2022-08-19 21:25:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						44a4b11d36 
					 
					
						
						
							
							Replace setOption/getOption  
						
						 
						
						
						
						
					 
					
						2022-08-19 21:14:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						b8db47e528 
					 
					
						
						
							
							AR: new freq scaling option "square root"  
						
						 
						
						... 
						
						
						
						also looks nice. It's a compromise between log() and linear. OK enough tinkering for today :-) 
						
						
					 
					
						2022-08-19 16:11:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f7652bd2ef 
					 
					
						
						
							
							Fix audio sync check  
						
						 
						
						
						
						
					 
					
						2022-08-19 15:17:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e9f6509cb0 
					 
					
						
						
							
							Merge branch 'segment-api' into dev  
						
						 
						
						
						
						
					 
					
						2022-08-19 15:14:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						3c57e2e2b9 
					 
					
						
						
							
							AR: special gain for GEO, some bugfixes andparameter tinkering  
						
						 
						
						... 
						
						
						
						- new feature: "Input Level" (info page) can be used as global "GEQ gain" - only when AGC is ON (was already possible when AGC=off)
- some parameter tweaking in FFT function
- hidden feature: FFT decay  is slower when setting a high "dynamics Limiter Fall time" (steps: <1000, <2000, <3000, >3000)
- FFT_MajorPeak default 1.0f (as log(0.0) is invalid)
- FX.cppp: ensure that fftResult[] is always used inside array bounds 
						
						
					 
					
						2022-08-19 14:36:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						753ae51dd5 
					 
					
						
						
							
							Stop & restart UDP on pause/update.  
						
						 
						
						
						
						
					 
					
						2022-08-18 20:42:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						638178556f 
					 
					
						
						
							
							Merge pull request  #2737  from blazoncek/segment-api  
						
						 
						
						... 
						
						
						
						Full blazoncek fork merge, including 2D support 
						
						
					 
					
						2022-08-18 20:13:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						b44ed70112 
					 
					
						
						
							
							Merge branch 'main' into segment-api  
						
						 
						
						
						
						
					 
					
						2022-08-18 20:13:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						3e494cc551 
					 
					
						
						
							
							removed broken frequency squelch, added frequency scaling options  
						
						 
						
						... 
						
						
						
						- removed broken FFTResult "squelch" feature. It was completely broken, and caused flashes in GEQ.
- added Frequency scaling options: linear and logarithmic
- fixed a few numerical accidents in FX.cpp (bouncing_balls,  ripplepeak, freqmap, gravfreq, waterfall) 
						
						
					 
					
						2022-08-18 19:07:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						fa55896722 
					 
					
						
						
							
							Const functions.  
						
						 
						
						
						
						
					 
					
						2022-08-17 20:45:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						67a51be9ee 
					 
					
						
						
							
							Merge branch 'audioreactive-prototype' into merge-audio  
						
						 
						
						
						
						
					 
					
						2022-08-17 20:14:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2149bbb8ea 
					 
					
						
						
							
							Remove CS from global interface pins.  
						
						 
						
						... 
						
						
						
						Fixes. 
						
						
					 
					
						2022-08-17 19:44:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						d92a93f1d5 
					 
					
						
						
							
							AR: added dynamics limiter usermod cfg options  
						
						 
						
						... 
						
						
						
						- On/Off controls the complete feature
- Rise Time and Fall Time are the minimum times (in milliseconds) for "volume" to go from 0% to 80% and back.
- when "On" we also use some filtering to smooth FFTResults[]. Rise and Fall Times do not affect Frequency reactive effects otherwise. 
						
						
					 
					
						2022-08-17 13:40:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						991fad02d7 
					 
					
						
						
							
							fixed look of some 1D effects  
						
						 
						
						... 
						
						
						
						- fade_out() appears to finally do something meaning. Old fade_out values were too high. Adjusted so effects in 1D look similar "classic" SR WLED
- frequency reactive effects: max FFT frequency of 5120 Hz is hard-coded in most effects. Updated ranges to 10240 Hz 
						
						
					 
					
						2022-08-17 13:17:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						7497e43fb9 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2022-08-17 07:20:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						1336de12a0 
					 
					
						
						
							
							Info Page: added status info for audioreactive  
						
						 
						
						... 
						
						
						
						- Current sound source - including "failed to initialize"
- Current AGC or Manual Gain
- Sound Sync Status 
						
						
					 
					
						2022-08-17 00:15:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0f78bd3785 
					 
					
						
						
							
							PWM fan manual speed override.  
						
						 
						
						
						
						
					 
					
						2022-08-16 20:57:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						90b567c721 
					 
					
						
						
							
							Merge branch 'lpd6803' into segment-api  
						
						 
						
						
						
						
					 
					
						2022-08-16 20:48:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8176f1141e 
					 
					
						
						
							
							Merge branch 'Sousanator-master'  
						
						 
						
						... 
						
						
						
						Added LPD6803 chip support. 
						
						
					 
					
						2022-08-16 20:35:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						515827c745 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/Sousanator/WLED  into Sousanator-master  
						
						 
						
						
						
						
					 
					
						2022-08-16 20:35:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						1a2701561b 
					 
					
						
						
							
							AR: bugfix for audio sync receive, and a few robustness improvements  
						
						 
						
						... 
						
						
						
						* Header checking for sound sync receiver: removed wrong "!"
* make sure all member vars have initial values
* some robustness improvements in case of receiving bad UDP data. 
						
						
					 
					
						2022-08-16 12:02:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						c7d3ee0612 
					 
					
						
						
							
							Fix "washed out" noise FX.  
						
						 
						
						
						
						
					 
					
						2022-08-16 10:08:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						4be3cb4b0d 
					 
					
						
						
							
							Merge branch 'TM1829' of  https://github.com/h3ndrik/WLED  into lpd6803  
						
						 
						
						
						
						
					 
					
						2022-08-16 08:42:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						db759bef46 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/Sousanator/WLED  into lpd6803  
						
						 
						
						
						
						
					 
					
						2022-08-16 08:14:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						3d47a8e9c0 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2022-08-16 07:52:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						91fe80334b 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/segment-api' into audioreactive-prototype  
						
						 
						
						
						
						
					 
					
						2022-08-15 21:33:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7125d19af1 
					 
					
						
						
							
							Bugfix for saving usermod settings.  
						
						 
						
						... 
						
						
						
						Modification of global interface pin allocation.
Code relocation in 4LD. 
						
						
					 
					
						2022-08-15 20:23:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						873e41dcfb 
					 
					
						
						
							
							AR: change smoothing of FFTResult  
						
						 
						
						... 
						
						
						
						FFTResult smoothing changed; rising edges will be very quick, falling down is slower. 
						
						
					 
					
						2022-08-15 14:28:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						420f858d9b 
					 
					
						
						
							
							Release of WLED v0.13.2  
						
						 
						
						
						
						
					 
					
						2022-08-15 02:08:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e6f74751d4 
					 
					
						
						
							
							Missing presets bugfix.  
						
						 
						
						
						
						
					 
					
						2022-08-14 22:16:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						5a4713950c 
					 
					
						
						
							
							improved ADCsample processing (from SR WLED)  
						
						 
						
						... 
						
						
						
						improved ADCsample processing,  including replacement of "rogue" samples from other channels (this happens at least once in 5 seconds !!).
It compiles, don't ship it yet - needs more testing. 
						
						
					 
					
						2022-08-14 16:17:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						c6691564a5 
					 
					
						
						
							
							removing dead code from getSamples()  
						
						 
						
						
						
						
					 
					
						2022-08-14 14:47:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						8acb44b202 
					 
					
						
						
							
							small improvement for  limitSampleDynamics  
						
						 
						
						... 
						
						
						
						support the case when only attackTime XOR decayTime is defined 
						
						
					 
					
						2022-08-14 14:38:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						72770e5809 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/segment-api' into audioreactive-prototype  
						
						 
						
						
						
						
					 
					
						2022-08-14 14:19:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						968721a515 
					 
					
						
						
							
							some audio processing improvements and bugfixes from SR WLED  
						
						 
						
						... 
						
						
						
						- smoothing FFTResult (don't have a matrix to test)
- UDP sound sync improvements
- some bugfixes from SR WLED
- button.cpp: avoid starvation: strip.isUpdating() can be true for a long time.
work in progress - still needs testing!! 
						
						
					 
					
						2022-08-14 13:58:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1de009a80d 
					 
					
						
						
							
							I2C & SPI fixes. Global interface.  
						
						 
						
						
						
						
					 
					
						2022-08-14 13:05:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						74b6a78a9b 
					 
					
						
						
							
							Effect fixes.  
						
						 
						
						
						
						
					 
					
						2022-08-13 00:58:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						32fc6d4b7f 
					 
					
						
						
							
							Binary effect parameters.  
						
						 
						
						
						
						
					 
					
						2022-08-12 17:58:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						d05b49496c 
					 
					
						
						
							
							Merge branch 'segment-api' into audioreactive-prototype  
						
						 
						
						
						
						
					 
					
						2022-08-11 13:24:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						52e5f467b0 
					 
					
						
						
							
							Added two more fonts to Scrolling text.  
						
						 
						
						
						
						
					 
					
						2022-08-11 11:46:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						4e0cf380be 
					 
					
						
						
							
							Fix for 0 duration/reset runtime.  
						
						 
						
						
						
						
					 
					
						2022-08-11 11:23:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ebe9499e97 
					 
					
						
						
							
							Deallocate interface pins.  
						
						 
						
						
						
						
					 
					
						2022-08-10 21:23:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1cb3ab82c2 
					 
					
						
						
							
							Reduction of flicering on web access (info)  
						
						 
						
						
						
						
					 
					
						2022-08-10 20:53:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e0a954caa2 
					 
					
						
						
							
							4LD refresh task.  
						
						 
						
						... 
						
						
						
						Scrolling text improvement.
LED settings bugfix.
Audioreactive disabled by default. 
						
						
					 
					
						2022-08-10 20:20:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						ecce3243de 
					 
					
						
						
							
							save 1KB of RAM  
						
						 
						
						... 
						
						
						
						save one KB (4*256 bytes) by not storing the "upper half" of FFT results. Only the lower half has interesting results. 
						
						
					 
					
						2022-08-10 18:14:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						5e6532959b 
					 
					
						
						
							
							AudioSource improvements (work in progress)  
						
						 
						
						... 
						
						
						
						-new methods: getType(), isInitailized(), postProcessSample()
- allow users to compile for RIGHT audio channel (-D I2S_USE_RIGHT_CHANNEL)
- better handling in case audio input driver failed to initialize
- removed some unneeded code and unneeded parameters 
						
						
					 
					
						2022-08-10 17:18:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						d8b7cfb36b 
					 
					
						
						
							
							Display task (background refresh) in 4LD  
						
						 
						
						
						
						
					 
					
						2022-08-10 14:00:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						b2837563c4 
					 
					
						
						
							
							Merge branch 'segment-api' into global-interface  
						
						 
						
						
						
						
					 
					
						2022-08-10 09:32:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						957948f906 
					 
					
						
						
							
							Code optimisations in effects.  
						
						 
						
						... 
						
						
						
						Remove Wire initialisation from RTC.
Peek fix. 
						
						
					 
					
						2022-08-09 21:14:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						7befafe7b7 
					 
					
						
						
							
							Enable numbers and symbols in text FX  
						
						 
						
						... 
						
						
						
						Shorten `Reserved` to `RSVD` 
						
						
					 
					
						2022-08-09 18:09:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						436ce63e30 
					 
					
						
						
							
							FX list duplicate cleanup  
						
						 
						
						... 
						
						
						
						Minor optimizations 
						
						
					 
					
						2022-08-09 15:20:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0268beb9c2 
					 
					
						
						
							
							Merge branch 'segment-api' into global-interface  
						
						 
						
						
						
						
					 
					
						2022-08-08 20:22:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6a42e477aa 
					 
					
						
						
							
							Empty name Scrolling tex bugfix.  
						
						 
						
						
						
						
					 
					
						2022-08-08 19:56:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						22bc3dac2d 
					 
					
						
						
							
							Tetrix with fade-out.  
						
						 
						
						
						
						
					 
					
						2022-08-08 17:52:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4db4329ce3 
					 
					
						
						
							
							Proper fix for {"on":"t","bri":100}  
						
						 
						
						
						
						
					 
					
						2022-08-08 15:56:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						924073424f 
					 
					
						
						
							
							AR FFT task optimization - wait so I2S can fill its buffers  
						
						 
						
						... 
						
						
						
						It seems that waiting first (before reading I2S) is much better than waiting after FFT is completed. 
						
						
					 
					
						2022-08-08 13:53:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						9e828eccf6 
					 
					
						
						
							
							Fix for {on:"t",bri:100}  
						
						 
						
						
						
						
					 
					
						2022-08-08 13:36:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						3a8c99d43c 
					 
					
						
						
							
							AR: removed two unneeded variables  
						
						 
						
						... 
						
						
						
						some cleanup - no functional impact. 
						
						
					 
					
						2022-08-08 10:51:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						acb17dc575 
					 
					
						
						
							
							Fix addEffect()  
						
						 
						
						
						
						
					 
					
						2022-08-08 10:21:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						58987989da 
					 
					
						
						
							
							experimetal: limit rate at which the FFT task runs  
						
						 
						
						... 
						
						
						
						this should do the trick.
Needs some more testing. 
						
						
					 
					
						2022-08-07 22:19:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						86e8ee334f 
					 
					
						
						
							
							future support: reading a single sample on 8266  
						
						 
						
						... 
						
						
						
						audioreactive will still not work on 8266. This is just experimental code that allows to read a single sample from ADC every 20 millis. 
						
						
					 
					
						2022-08-07 22:04:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						998f2f9421 
					 
					
						
						
							
							Global I2C & SPI pin allocation.  
						
						 
						
						
						
						
					 
					
						2022-08-07 16:43:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						8694e7a6bf 
					 
					
						
						
							
							AR: loop hickup protection (from SR WLED)  
						
						 
						
						... 
						
						
						
						same "hickup protection" as implemented in SR WLED. 
						
						
					 
					
						2022-08-06 18:17:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						b46a6ed094 
					 
					
						
						
							
							AR: samples dynamics limiter (experimental)  
						
						 
						
						... 
						
						
						
						to enable, compile with -D SOUND_DYNAMICS_LIMITER.
still missing UI integration, and more testing. 
						
						
					 
					
						2022-08-06 17:53:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						d0f53cb14a 
					 
					
						
						
							
							AR: removing some old debug code  
						
						 
						
						... 
						
						
						
						Align with SR WLED code:
- removed old debug code that did not work any more
- removed experimental MAJORPEAK_SUPPRESS_NOISE code 
						
						
					 
					
						2022-08-06 17:24:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						96d497a5cd 
					 
					
						
						
							
							AR: optimize sound sync, and code improvements  
						
						 
						
						... 
						
						
						
						UDP audio sync: introduced new header version, because the new struct (without myvals[]) is not compatible with the previous struct. Also optimized structure size.
UDP audio sync: sender decides is AGC or non-AGC samples are transmitted.
getsamples: move volumeSmth/volumeRaw code out of AGC core function. 
						
						
					 
					
						2022-08-06 16:48:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a8785570df 
					 
					
						
						
							
							Memory allocation fixes.  
						
						 
						
						... 
						
						
						
						Whitespace.
Cleanup. 
						
						
					 
					
						2022-08-06 12:39:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ewowi 
							
						 
					 
					
						
						
							
						
						aa36e04250 
					 
					
						
						
							
							Deoptimize lv2D a bit to keep resize working ;-)  
						
						 
						
						
						
						
					 
					
						2022-08-06 11:53:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ewowi 
							
						 
					 
					
						
						
							
						
						821b7ed9af 
					 
					
						
						
							
							Optimize liveviewsws2D  
						
						 
						
						
						
						
					 
					
						2022-08-06 11:37:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9270f80af2 
					 
					
						
						
							
							Merge branch 'integration' into merge-audio  
						
						 
						
						
						
						
					 
					
						2022-08-05 23:03:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						eb8710df81 
					 
					
						
						
							
							Merge branch 'audioreactive-prototype' into segment-api  
						
						 
						
						
						
						
					 
					
						2022-08-05 16:29:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						095099a085 
					 
					
						
						
							
							Rename WLED_NO_AUDIO  
						
						 
						
						
						
						
					 
					
						2022-08-05 15:54:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						ad424cac18 
					 
					
						
						
							
							Preset and config backups include server description  
						
						 
						
						
						
						
					 
					
						2022-08-05 12:09:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4e11806d00 
					 
					
						
						
							
							Code optimisations.  
						
						 
						
						
						
						
					 
					
						2022-08-04 16:15:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f45082b764 
					 
					
						
						
							
							Crash fix for ESP8266 if mode contains !  
						
						 
						
						
						
						
					 
					
						2022-08-03 22:27:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cdca715afc 
					 
					
						
						
							
							Effect change at end of transition.  
						
						 
						
						... 
						
						
						
						Compile bugfix. 
						
						
					 
					
						2022-08-03 22:09:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d0a08a55d1 
					 
					
						
						
							
							Memory management!  
						
						 
						
						
						
						
					 
					
						2022-08-03 21:36:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						c5f3e76b21 
					 
					
						
						
							
							Compile optimisations, code reduction.  
						
						 
						
						... 
						
						
						
						2D peek resize. 
						
						
					 
					
						2022-08-03 14:23:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f58ff68f3c 
					 
					
						
						
							
							Center liveview2D, code size reduction.  
						
						 
						
						
						
						
					 
					
						2022-08-02 22:50:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						a098aa0a89 
					 
					
						
						
							
							leds array from CRGB to uint32_t  
						
						 
						
						
						
						
					 
					
						2022-08-02 22:06:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						7b3fc206f7 
					 
					
						
						
							
							Merge leftovers  
						
						 
						
						
						
						
					 
					
						2022-08-02 21:52:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8f5d2a7f00 
					 
					
						
						
							
							Merge branch 'mapping12soundsim' into segment-api  
						
						 
						
						
						
						
					 
					
						2022-08-02 21:47:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						44c585e8c8 
					 
					
						
						
							
							Merge branch 'ledsArrayToSGPC' into integration  
						
						 
						
						
						
						
					 
					
						2022-08-02 21:12:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						640f45f57d 
					 
					
						
						
							
							Remove leds array from utility functions + small things  
						
						 
						
						... 
						
						
						
						- Remove CRGB* leds from utility functions
- GameOfLife: fill_solid for prevLeds to for loop
- Remove if !fftResult
- Funky Plank: toggle src and dst
- Comment drawLine as not used
- Duplicate FadeToBlack, call one FadeToBlackOld 
						
						
					 
					
						2022-08-02 19:44:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0ba8bace0d 
					 
					
						
						
							
							2D optimisations.  
						
						 
						
						
						
						
					 
					
						2022-08-02 18:27:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						4202fb8cdc 
					 
					
						
						
							
							Small things  
						
						 
						
						... 
						
						
						
						- Remove leds[] in comments
- freqmatrix default mapping to circle
- t_bri compile error 
						
						
					 
					
						2022-08-02 18:05:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						5f8b8835e1 
					 
					
						
						
							
							Leds removal leftovers  
						
						 
						
						... 
						
						
						
						- Remove leds from 1D SEGMENT.data effects
- Noisefire: re-establish own palette
- FreqMatrix to circle mapping 
						
						
					 
					
						2022-08-02 12:58:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						78edcfe5cf 
					 
					
						
						
							
							Merge branch 'ledsArrayToSGPC' into integration  
						
						 
						
						
						
						
					 
					
						2022-08-02 12:21:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						2ca5e0c8b8 
					 
					
						
						
							
							Remove leds from FX.cpp  
						
						 
						
						... 
						
						
						
						- add addPixelColor overloads
- remove setPixels function
- sPC/gPC move leds check to beginning
- refactor wu_pixel work without leds
- remove leds out of effects and replace by sPC/gPC/aPC/nullptr
- workaround %=
- refactor game of life (but need to check patterns / history, see SR)
- refactor fill_circle to work without leds 
						
						
					 
					
						2022-08-02 12:19:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7ca1d99412 
					 
					
						
						
							
							Multiple additions:  
						
						 
						
						... 
						
						
						
						- transparent leds[] for getPixelColor()
- sample 2D Black Hole for trnasparent leds[]
- conditional audio compile (WLED_NO_AUDIO)
Bugfix:
- effect filtering 
						
						
					 
					
						2022-08-01 22:01:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						118bcbd6a6 
					 
					
						
						
							
							Effect filter patterns.  
						
						 
						
						
						
						
					 
					
						2022-08-01 17:32:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						987b442796 
					 
					
						
						
							
							Merge branch 'ledsArrayToSGPC' into integrationMergeOnly  
						
						 
						
						
						
						
					 
					
						2022-08-01 16:25:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						8ea77ccd04 
					 
					
						
						
							
							Merge branch 'segment-api' into integrationMergeOnly  
						
						 
						
						
						
						
					 
					
						2022-08-01 16:17:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						004c2920f5 
					 
					
						
						
							
							All effects use strip.leds, refactor XY  
						
						 
						
						... 
						
						
						
						- remove leds out of SEGMENT.data (remove if no other use of data)
- use strip.leds
- refactor XY to make segment relative to the whole matrix
- use RGBW32
- in case of 1D also use XY in leds[]: XY(i%width, i/width)]
- add ps_malloc 
						
						
					 
					
						2022-08-01 16:11:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f02616acd1 
					 
					
						
						
							
							Some fixes.  
						
						 
						
						
						
						
					 
					
						2022-07-31 19:52:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						69f9a484ca 
					 
					
						
						
							
							strip.leds array fully fastLed and segment compatible  
						
						 
						
						... 
						
						
						
						- leds array from uint32_t to CRGB for fastled compatibility
- reading and writing leds from strip to segment sPC/gPC so it has logical instead of physical indexes so it can be used in effects
- change mode_2DBlackHole as showcase how it can both work with leds or with sPC/gPC 
						
						
					 
					
						2022-07-31 14:48:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						dde5367560 
					 
					
						
						
							
							Default palette gamma fix.  
						
						 
						
						... 
						
						
						
						Reverted to leds[] in SR effects.
Code optimisations. 
						
						
					 
					
						2022-07-31 13:28:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						66da57f375 
					 
					
						
						
							
							POC to use leds array in strip.set/getPixelColor  
						
						 
						
						
						
						
					 
					
						2022-07-31 12:38:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d328db543e 
					 
					
						
						
							
							Bugfixes.  
						
						 
						
						... 
						
						
						
						- gamma on *Color palettes
- gamma moved out of WS2812FX
- palette fade (JSON) fix 
						
						
					 
					
						2022-07-30 23:58:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						c2c46f2843 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/segment-api' into LatestAndGreatest  
						
						 
						
						
						
						
					 
					
						2022-07-30 21:28:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						96da48ae82 
					 
					
						
						
							
							1D mapping bugfix.  
						
						 
						
						
						
						
					 
					
						2022-07-30 15:03:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						eb9eda1f6d 
					 
					
						
						
							
							Transition struct (reduced RAM footprint).  
						
						 
						
						
						
						
					 
					
						2022-07-30 14:50:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f16558c126 
					 
					
						
						
							
							Optimisations.  
						
						 
						
						
						
						
					 
					
						2022-07-30 14:20:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1abf0fc134 
					 
					
						
						
							
							Deprecate EEPROM support (compile time option).  
						
						 
						
						
						
						
					 
					
						2022-07-30 11:04:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b0ba1b2ecc 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						- defult transitions
- conditional 2D compile 
						
						
					 
					
						2022-07-30 10:49:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						a70717f2f7 
					 
					
						
						
							
							ssim2=ssim1 and ssim1=ssim0 (because off=0 is removed)  
						
						 
						
						
						
						
					 
					
						2022-07-29 23:30:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5dec73f27c 
					 
					
						
						
							
							Merge branch 'mapping12soundsim' into live-merge  
						
						 
						
						
						
						
					 
					
						2022-07-29 22:59:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						92ac87fa3f 
					 
					
						
						
							
							Correction for conflict resolution.  
						
						 
						
						
						
						
					 
					
						2022-07-29 22:38:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						267239e3f2 
					 
					
						
						
							
							Merge branch 'segment-api' into audioreactive-prototype  
						
						 
						
						
						
						
					 
					
						2022-07-29 22:29:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						52b863fe36 
					 
					
						
						
							
							Memory allocation bugfix.  
						
						 
						
						
						
						
					 
					
						2022-07-29 20:24:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						79337a4568 
					 
					
						
						
							
							Bugfix for palette transitions.  
						
						 
						
						
						
						
					 
					
						2022-07-29 16:26:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						84750e2605 
					 
					
						
						
							
							Refactor um_data: remove fftBin  
						
						 
						
						
						
						
					 
					
						2022-07-29 15:50:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						dfa1a3ad90 
					 
					
						
						
							
							Refactor um_data: remove inputLevel  
						
						 
						
						
						
						
					 
					
						2022-07-29 15:43:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						c1f9445e9d 
					 
					
						
						
							
							Refactor um_data variables for audio reactive  
						
						 
						
						... 
						
						
						
						- change sample to sampleRaw
- add volumeSmth, volumeRaw, my_magnitude and calculate in agcAvg
- remove sampleAvg, soundAgc, sampleAgc, sampleRaw, rawSampleAgc, FFT_Magnitude, multAgc, sampleReal, sampleGain, (myVals), soundSquelch from um_data interface
- refactor all effects using above variables 
						
						
					 
					
						2022-07-29 15:24:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						191db46c4f 
					 
					
						
						
							
							Code optimisation & cleanup.  
						
						 
						
						... 
						
						
						
						Minor fixes. 
						
						
					 
					
						2022-07-29 12:15:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						bc67bf6826 
					 
					
						
						
							
							Replace myVals from audio_reactive.h to SEGMENT.data  
						
						 
						
						... 
						
						
						
						(position in um_data reserved as free, could be cleaned up later) 
						
						
					 
					
						2022-07-29 10:04:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						df534d30bf 
					 
					
						
						
							
							Custom palettes.  
						
						 
						
						
						
						
					 
					
						2022-07-28 23:19:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						ce99dbe40c 
					 
					
						
						
							
							liveview2D: only if isMatrix  
						
						 
						
						
						
						
					 
					
						2022-07-28 16:35:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						affcca8034 
					 
					
						
						
							
							Improve liveview2D: add width and height > 256 leds  
						
						 
						
						
						
						
					 
					
						2022-07-28 16:13:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a6f31a577a 
					 
					
						
						
							
							Merge branch 'segment-api' into audioreactive-prototype  
						
						 
						
						
						
						
					 
					
						2022-07-27 21:35:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9b814f4ed8 
					 
					
						
						
							
							Shadows and hides.  
						
						 
						
						
						
						
					 
					
						2022-07-27 21:12:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3091440162 
					 
					
						
						
							
							Reposition Scanner Dual FX.  
						
						 
						
						
						
						
					 
					
						2022-07-27 17:04:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3b2573afed 
					 
					
						
						
							
							More filtering options.  
						
						 
						
						... 
						
						
						
						Palette loading bugfix. 
						
						
					 
					
						2022-07-27 17:00:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1b64747c2b 
					 
					
						
						
							
							Quick effect filter.  
						
						 
						
						
						
						
					 
					
						2022-07-27 00:11:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						863212915c 
					 
					
						
						
							
							Revert "Merge branch 'segment-api' into origin/mapping12soundsim"  
						
						 
						
						... 
						
						
						
						This reverts commit 8ef82ebdd7 . 
						
						
					 
					
						2022-07-26 11:23:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						8ef82ebdd7 
					 
					
						
						
							
							Merge branch 'segment-api' into origin/mapping12soundsim  
						
						 
						
						
						
						
					 
					
						2022-07-26 11:08:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						78aad924c5 
					 
					
						
						
							
							Bugfixes.  
						
						 
						
						... 
						
						
						
						- moved simulateSound() to util
- effect fixes (name changes)
- mapping fixes
- default values fixes
- UI fixes 
						
						
					 
					
						2022-07-25 21:31:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						24fda89665 
					 
					
						
						
							
							Defaults cleanup.  
						
						 
						
						
						
						
					 
					
						2022-07-25 14:36:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						59cb9ba344 
					 
					
						
						
							
							Revert 2D peek  
						
						 
						
						
						
						
					 
					
						2022-07-25 11:47:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						d511eb19ef 
					 
					
						
						
							
							Update with latest html_ui.h  
						
						 
						
						
						
						
					 
					
						2022-07-24 17:20:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						d3e9f51d6b 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/segment-api' into segment-api  
						
						 
						
						
						
						
					 
					
						2022-07-24 17:13:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						e3499e5a70 
					 
					
						
						
							
							Add 2D liveview (Peek 2D) - Beta version  
						
						 
						
						
						
						
					 
					
						2022-07-24 17:10:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						026425407e 
					 
					
						
						
							
							Adde more default options.  
						
						 
						
						... 
						
						
						
						UI bugfix. 
						
						
					 
					
						2022-07-24 16:21:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						18884111a6 
					 
					
						
						
							
							Scrolling text center & letter M  
						
						 
						
						
						
						
					 
					
						2022-07-23 22:56:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3e5b152718 
					 
					
						
						
							
							Fix for palette defaults.  
						
						 
						
						
						
						
					 
					
						2022-07-23 22:38:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8e9637f6d4 
					 
					
						
						
							
							Default effect values.  
						
						 
						
						
						
						
					 
					
						2022-07-23 22:00:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d11ad39048 
					 
					
						
						
							
							Starburst fix.  
						
						 
						
						
						
						
					 
					
						2022-07-22 15:27:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cb44d45eeb 
					 
					
						
						
							
							Merge branch 'dev' into segment-api  
						
						 
						
						
						
						
					 
					
						2022-07-22 14:41:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c15ffca48c 
					 
					
						
						
							
							Merge branch 'master' into master-merge  
						
						 
						
						
						
						
					 
					
						2022-07-22 14:34:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						902c11d074 
					 
					
						
						
							
							Merge pull request  #2657  from poelzi/watchdog  
						
						 
						
						... 
						
						
						
						Enable ESP watchdog by default 
						
						
					 
					
						2022-07-22 09:26:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						35250677b9 
					 
					
						
						
							
							Prevent I2S use for LEDs w/ Audioreactive on ESP32  
						
						 
						
						
						
						
					 
					
						2022-07-22 08:59:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1f3a1a0a95 
					 
					
						
						
							
							Stuck effect fix.  
						
						 
						
						
						
						
					 
					
						2022-07-21 20:18:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						38330b735c 
					 
					
						
						
							
							Merge pull request  #2723  from albarlow/BME280-Enhancements  
						
						 
						
						... 
						
						
						
						BME280 Usermod Enhancements 
						
						
					 
					
						2022-07-21 18:42:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bda3c4ab7a 
					 
					
						
						
							
							Minor optimisations.  
						
						 
						
						
						
						
					 
					
						2022-07-21 18:38:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d8d01ac353 
					 
					
						
						
							
							Merge branch 'BME280-Enhancements' of  https://github.com/albarlow/WLED  into BME280-Enhancements  
						
						 
						
						
						
						
					 
					
						2022-07-21 18:37:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						51d935f419 
					 
					
						
						
							
							Bump terser from 4.8.0 to 4.8.1 ( #2726 )  
						
						 
						
						... 
						
						
						
						Bumps [terser](https://github.com/terser/terser ) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2022-07-21 11:24:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								albarlow 
							
						 
					 
					
						
						
							
						
						c96f83b076 
					 
					
						
						
							
							Registered Usermod and Pins  
						
						 
						
						... 
						
						
						
						Implemented PinManager and rerun setup of usermod after updating pins/
Registered in const.h and pin_manager.h   I tried to follow the existing formatting/numbering in these files.
Wrapped any strings I could in F() 
						
						
					 
					
						2022-07-21 09:48:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						2fe4edb6df 
					 
					
						
						
							
							Segment clear bugfix.  
						
						 
						
						... 
						
						
						
						getPixelColor fix. 
						
						
					 
					
						2022-07-21 07:24:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								albarlow 
							
						 
					 
					
						
						
							
						
						7308f5993c 
					 
					
						
						
							
							Added changelog  
						
						 
						
						
						
						
					 
					
						2022-07-20 22:53:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1e4f8be74b 
					 
					
						
						
							
							Merge branch 'mapping12soundsim' into segment-api  
						
						 
						
						
						
						
					 
					
						2022-07-20 21:22:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								albarlow 
							
						 
					 
					
						
						
							
						
						22ac12dc36 
					 
					
						
						
							
							Remove compile-time variables and revamp readme.md  
						
						 
						
						
						
						
					 
					
						2022-07-20 13:06:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								albarlow 
							
						 
					 
					
						
						
							
						
						866296fefd 
					 
					
						
						
							
							Update usermod bme280 rounding  
						
						 
						
						... 
						
						
						
						Apply rounding per usermod settings 
						
						
					 
					
						2022-07-19 22:15:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								albarlow 
							
						 
					 
					
						
						
							
						
						9d574397bc 
					 
					
						
						
							
							usermod bme280  
						
						 
						
						... 
						
						
						
						Added public variables to the BME280 usermod based on those in the Temperature usermod.  Only complication is that this usermod utilises different function calls depending on whether user defines celsius or not.  I have handled this for the temperature, but the Dew Point and Heat Index are relative to the temperature.
I've also addressed some areas where I'd previously assumed Celsius for reporting purposes as my test case is using Farenheit. 
						
						
					 
					
						2022-07-19 21:47:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b6e53b1a0c 
					 
					
						
						
							
							Minor bugfix and for loop optimization.  
						
						 
						
						
						
						
					 
					
						2022-07-19 22:14:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a46894f395 
					 
					
						
						
							
							Bugfixes.  
						
						 
						
						
						
						
					 
					
						2022-07-19 16:16:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								albarlow 
							
						 
					 
					
						
						
							
						
						bee48dae7e 
					 
					
						
						
							
							Update readme  
						
						 
						
						
						
						
					 
					
						2022-07-19 14:52:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								albarlow 
							
						 
					 
					
						
						
							
						
						e12f7b67e5 
					 
					
						
						
							
							Usermod BME280 Enhancements  
						
						 
						
						... 
						
						
						
						I added a Usermod interface for key settings.  I used a PinArray for the SDA/SCL pins, but you can't name these individually.
I have also made a display to show the temperature/humidity values in the web interface's Info screen.
I had to change the definition of those items in order to allow these new functions to work.  I have not noticed any negative side effects to this change.
At the moment, I've not figured out how to make Celsius/Farenheit toggleable due to the way the #define setup works.
Finally, I have added a routine to publish MQTT Discovery Topics for Home Assistant (toggleable in the Usermod screen).
I've been testing this on the only suitable device I have for a few months and haven't noticed any problems. 
						
						
					 
					
						2022-07-19 14:52:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						c7ceeb1833 
					 
					
						
						
							
							Tuning leftovers  
						
						 
						
						
						
						
					 
					
						2022-07-17 17:38:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						12f6ed621e 
					 
					
						
						
							
							Tuning of soundsim and mapping12  
						
						 
						
						
						
						
					 
					
						2022-07-17 17:17:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d7daada42e 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2022-07-17 16:18:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6c6849d8d7 
					 
					
						
						
							
							Vectors & dynamic loadJS.  
						
						 
						
						... 
						
						
						
						- Segments
- Modes
NOTE: crashes ESP if effect is running while deleting segment. 
						
						
					 
					
						2022-07-17 15:58:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						e82336f355 
					 
					
						
						
							
							Small bugfixes  
						
						 
						
						
						
						
					 
					
						2022-07-14 17:22:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						1151b615a0 
					 
					
						
						
							
							Fix for SEGLEN  
						
						 
						
						
						
						
					 
					
						2022-07-14 13:47:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						0cf891b9d9 
					 
					
						
						
							
							Optimisations  
						
						 
						
						
						
						
					 
					
						2022-07-14 13:22:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						aeb8fd6fda 
					 
					
						
						
							
							make getPixelColor matrix (mapping) aware  
						
						 
						
						... 
						
						
						
						And change some mapping defaults of effects useing getPixelColor 
						
						
					 
					
						2022-07-13 15:40:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						615f807909 
					 
					
						
						
							
							Regenerate html_ui.h  
						
						 
						
						
						
						
					 
					
						2022-07-13 12:45:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						985255afed 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/segment-api' into mapping12soundsim  
						
						 
						
						
						
						
					 
					
						2022-07-13 12:44:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						9bec394d7f 
					 
					
						
						
							
							Add mapping12 and soundsim defaults to effects and apply in segment ui  
						
						 
						
						... 
						
						
						
						index.js: rename setSliderAndColorControl to setEffectParameters, rename extras to effectPars, add segment variable update code
FX.cpp: add map12 and ssim defaults to data_FX_MODE variables (WIP)
FX_fcn.cpp: add return in setPixelColor for 2D 
						
						
					 
					
						2022-07-13 12:41:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8f72e0ab83 
					 
					
						
						
							
							Reload presets on save.  
						
						 
						
						
						
						
					 
					
						2022-07-12 21:09:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						6799a3bd35 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/segment-api' into mapping12soundsim  
						
						 
						
						
						
						
					 
					
						2022-07-12 20:04:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						588c7a81fc 
					 
					
						
						
							
							Fix for transitions.  
						
						 
						
						
						
						
					 
					
						2022-07-12 18:10:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						ce32ac19dd 
					 
					
						
						
							
							AR: better default values  
						
						 
						
						... 
						
						
						
						gain =1 does not make much senses, at it means "0.0825"; 40 internally translates to "1". 60 seems to be a good start.
- Don't use ADC analog microphone as default, to avoid well-known conflicts with other stuff hooked up onto ADC1,
- re-enabled a forgotten delay (overlooked that in my last commit) 
						
						
					 
					
						2022-07-11 14:30:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						16aa0e4dba 
					 
					
						
						
							
							Resolve compile fail  
						
						 
						
						
						
						
					 
					
						2022-07-11 11:39:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						81cb765b7a 
					 
					
						
						
							
							Finish merge by adding the mapping12 code to setPixelColor  
						
						 
						
						
						
						
					 
					
						2022-07-11 11:20:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						d5523615ef 
					 
					
						
						
							
							Merge branch 'refactor-ws2812fx' into mapping12soundsim  
						
						 
						
						
						
						
					 
					
						2022-07-11 11:05:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						ff5d899a92 
					 
					
						
						
							
							AR: gracefull suspend when under external control  
						
						 
						
						... 
						
						
						
						- same fix as in SR-WLED upstream
- if strip.isupdating() is true for more than 12ms, run audio filter loop regardlessly. The userloop is very fast, so I'm expect no bad side-effects from this. 
						
						
					 
					
						2022-07-10 22:47:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d9f2c2b968 
					 
					
						
						
							
							Segment API  
						
						 
						
						... 
						
						
						
						- moved all drawing logic to segment
- moved transitions to segment
Conditional 2D compile.
Rearranged effect IDs.
Implemented dynamic effect arrays. 
						
						
					 
					
						2022-07-10 22:23:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						2f6adbd07c 
					 
					
						
						
							
							Add Mapping 1D to 2D. Mapping12 and sound simulation effect independent  
						
						 
						
						... 
						
						
						
						- add to segment: mapping 1D2D and Sound Simulation (WIP!)
- Add sound simulation WeWillRockYou
- All audio effects use segment soundSim
- Redefine SEGLEN: strip.getMappingLength (depending on mapping12)
- make setPixelColor aware of mapping12 
						
						
					 
					
						2022-07-10 14:30:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f0992d56c1 
					 
					
						
						
							
							Added global I2C & SPI HW pin defines  
						
						 
						
						... 
						
						
						
						Fixed default values fo custom sliders.
Fix for color selector.
Changed fading for 2D GEQ
Audioreactive fix send/receive option 
						
						
					 
					
						2022-07-07 23:07:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						67bcf42125 
					 
					
						
						
							
							audioreactive: typo  
						
						 
						
						... 
						
						
						
						oops. 
						
						
					 
					
						2022-07-07 19:29:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						935ddd12ec 
					 
					
						
						
							
							audioreactive: allow compiling with newer IDF versions  
						
						 
						
						... 
						
						
						
						same as my last patch in original WLED-SR 
						
						
					 
					
						2022-07-07 19:27:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ewowi 
							
						 
					 
					
						
						
							
						
						5a772f5410 
					 
					
						
						
							
							add simulateSound to sound effects (wip)  
						
						 
						
						
						
						
					 
					
						2022-07-07 12:48:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						698a32f364 
					 
					
						
						
							
							Cleanup effects.  
						
						 
						
						
						
						
					 
					
						2022-07-06 20:41:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bdea2acf67 
					 
					
						
						
							
							Correctly position #defines  
						
						 
						
						
						
						
					 
					
						2022-07-06 19:49:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						377a11b160 
					 
					
						
						
							
							Fix for enable/disable FFT task.  
						
						 
						
						
						
						
					 
					
						2022-07-06 19:46:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9519c8edbd 
					 
					
						
						
							
							Fix disbling AudioReactive usermod  
						
						 
						
						... 
						
						
						
						Reduce IRAM pressure for ESP8266 
						
						
					 
					
						2022-07-06 19:42:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						64fd207533 
					 
					
						
						
							
							Refactoring WS2812FX class.  
						
						 
						
						... 
						
						
						
						- effect functions no longer part of class
- methods to access private members
- separate Segment, Segment_runtime, ColorTransition from WS2812FX 
						
						
					 
					
						2022-07-06 13:13:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						96e04f1c54 
					 
					
						
						
							
							AR: option to use new (template-based) ArduinoFFT  
						
						 
						
						... 
						
						
						
						Additonal build_flags: -D UM_AUDIOREACTIVE_USE_NEW_FFT
Additional lib_deps: https://github.com/kosme/arduinoFFT#develop  @ 1.9.2 
						
						
					 
					
						2022-07-04 17:09:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						348c4b4431 
					 
					
						
						
							
							Fix for 2D peek.  
						
						 
						
						
						
						
					 
					
						2022-07-04 14:13:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						bfbff723ac 
					 
					
						
						
							
							AR: use more accurate timer for benchmarking  
						
						 
						
						... 
						
						
						
						use  esp_timer_get_time() because it is more accurate. Actually I don't trust millis() so much ;-) 
						
						
					 
					
						2022-07-04 13:58:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						03dba4d7d0 
					 
					
						
						
							
							restoring a few doubles  
						
						 
						
						... 
						
						
						
						a few doubles are currently necessary, due to high speed of the control loops (see discord discussion). 
						
						
					 
					
						2022-07-04 12:34:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						febd7cbca8 
					 
					
						
						
							
							Enable Peek for 2D.  
						
						 
						
						
						
						
					 
					
						2022-07-04 11:12:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e2b7b228c5 
					 
					
						
						
							
							Compile fix.  
						
						 
						
						... 
						
						
						
						Use virtualLength() in getPixelColor() 
						
						
					 
					
						2022-07-04 10:30:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8b58d96aea 
					 
					
						
						
							
							Float variables instead of double.  
						
						 
						
						
						
						
					 
					
						2022-07-03 23:00:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0a2e01a616 
					 
					
						
						
							
							Multiple changes:  
						
						 
						
						... 
						
						
						
						- change arduinoFFT to float (custom)
- update audioreactive to use float
- update effects to use float
- info slider (usermod)
- hide Peek in 2D
- minor bugfixes 
						
						
					 
					
						2022-07-03 22:55:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a8908238d5 
					 
					
						
						
							
							Prevent race condition when saving bus config.  
						
						 
						
						... 
						
						
						
						(loop() is executed on different core than handleSet()) 
						
						
					 
					
						2022-07-02 14:28:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						569138ac80 
					 
					
						
						
							
							Bugfix saving LED config (race condition)  
						
						 
						
						
						
						
					 
					
						2022-07-01 14:10:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cf3faa1170 
					 
					
						
						
							
							Merge branch 'audioreactive-prototype' into 2D-support  
						
						 
						
						
						
						
					 
					
						2022-06-29 16:30:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ae50374d55 
					 
					
						
						
							
							Prevent analog button from working.  
						
						 
						
						... 
						
						
						
						If analog input selected. 
						
						
					 
					
						2022-06-29 14:12:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d2705f033d 
					 
					
						
						
							
							Enhance API  
						
						 
						
						... 
						
						
						
						- addPixelColorXY()
- fadeToBlackBy() 
						
						
					 
					
						2022-06-28 23:32:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5d12e2291c 
					 
					
						
						
							
							Bugfix in getPixelColorXY()  
						
						 
						
						
						
						
					 
					
						2022-06-28 23:01:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cd46d84dcb 
					 
					
						
						
							
							Shuffle tooltips.  
						
						 
						
						
						
						
					 
					
						2022-06-28 12:36:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a3b0b8b3d0 
					 
					
						
						
							
							Change on/off button for Sataicase usermod.  
						
						 
						
						
						
						
					 
					
						2022-06-28 12:33:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4c60a70c6f 
					 
					
						
						
							
							Slider div change.  
						
						 
						
						... 
						
						
						
						Effect data bugfix. 
						
						
					 
					
						2022-06-27 22:46:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a75b3a53aa 
					 
					
						
						
							
							Use getModeCount() instead of MODE_COUNT  
						
						 
						
						... 
						
						
						
						Clear strip if spacing changes.
Rewrite 2DGEQ. 
						
						
					 
					
						2022-06-26 23:01:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						94a79b57e9 
					 
					
						
						
							
							Tooltips for effect sliders.  
						
						 
						
						
						
						
					 
					
						2022-06-26 22:47:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						dbe90eb3f5 
					 
					
						
						
							
							Minor UI fixes.  
						
						 
						
						
						
						
					 
					
						2022-06-23 21:00:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3891348c26 
					 
					
						
						
							
							Multiple fixes.  
						
						 
						
						... 
						
						
						
						- anti-aliasing fix
- minor UI CSS fix
- dynamic JS loading (2D & UM)
- 2D Lissajous fix 
						
						
					 
					
						2022-06-23 17:42:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						84106d6282 
					 
					
						
						
							
							Merge branch 'dev' into audioreactive-prototype  
						
						 
						
						
						
						
					 
					
						2022-06-22 18:04:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						37395931bf 
					 
					
						
						
							
							Merge branch 'master' into master-merge  
						
						 
						
						
						
						
					 
					
						2022-06-22 16:11:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						88e487be8e 
					 
					
						
						
							
							Fix for Colortwinkles.  
						
						 
						
						
						
						
					 
					
						2022-06-22 16:08:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						fd4c0e795a 
					 
					
						
						
							
							Merge pull request  #2693  from softhack007/analogread_smoothing_fix_2587  
						
						 
						
						... 
						
						
						
						noise filter for potentiometer reading - fix for issue #2587  
						
						
					 
					
						2022-06-22 13:20:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						c79eb43347 
					 
					
						
						
							
							disabled second check for strip.isUpdating()  
						
						 
						
						... 
						
						
						
						commented out the second `strip.isUpdating()` check, because it should not be neccesary; Strip.service() is called after handleIO()/handleButton(). 
						
						
					 
					
						2022-06-22 12:36:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						860e74bffa 
					 
					
						
						
							
							Comment & float constant.  
						
						 
						
						
						
						
					 
					
						2022-06-22 09:58:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4c759083be 
					 
					
						
						
							
							Multiple changes.  
						
						 
						
						... 
						
						
						
						Added:
- introduced addEffect() and setupEffectData()
- conditional compile for audio effects
- introduced getModeData() and getModeDataSrc() instead of public var
- changed _modeData[] to private non-static
Fixes:
- DMTYPE use
- add reboot info to DMTYPE
- transpose & reverse with mirroring 
						
						
					 
					
						2022-06-21 22:49:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d3bb079be4 
					 
					
						
						
							
							Muliple enhancements:  
						
						 
						
						... 
						
						
						
						- Smarter on/off buttons in Info panel (usermods)
- On/Off bus in bus_manager
- 2D GEQ fix (2D CenterBars obsolete)
- hide unused palettes & modes 
						
						
					 
					
						2022-06-20 22:17:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						ed374684a6 
					 
					
						
						
							
							Update button.cpp  
						
						 
						
						... 
						
						
						
						overlooked one 
						
						
					 
					
						2022-06-20 22:00:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						169a46c38c 
					 
					
						
						
							
							button.cpp: marked literal constant as "float!  
						
						 
						
						
						
						
					 
					
						2022-06-20 21:56:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Frank 
							
						 
					 
					
						
						
							
						
						1dbea434a3 
					 
					
						
						
							
							fix for issue  #2587  
						
						 
						
						
						
						
					 
					
						2022-06-20 16:04:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hendrik Langer 
							
						 
					 
					
						
						
							
						
						a5b4d7a244 
					 
					
						
						
							
							add TM1829 support  
						
						 
						
						
						
						
					 
					
						2022-06-20 15:03:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7ebb58b1fa 
					 
					
						
						
							
							Code shuffling (making bugs)  
						
						 
						
						
						
						
					 
					
						2022-06-19 19:15:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ac5b3110f2 
					 
					
						
						
							
							Code cleanup (reduced globals).  
						
						 
						
						
						
						
					 
					
						2022-06-18 12:57:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						48259b4ffe 
					 
					
						
						
							
							Reorganised exchange array.  
						
						 
						
						... 
						
						
						
						Updated effects to reflect reorganisation.
Provide feedback to UI for maxVol and binNum. 
						
						
					 
					
						2022-06-18 12:36:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						041426fecb 
					 
					
						
						
							
							Scrolling text selectable font.  
						
						 
						
						
						
						
					 
					
						2022-06-17 21:19:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2caf7efdc6 
					 
					
						
						
							
							Added date & time support for scrolling text.  
						
						 
						
						
						
						
					 
					
						2022-06-17 19:09:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b00e038b33 
					 
					
						
						
							
							Enhancement in effect functions.  
						
						 
						
						... 
						
						
						
						- added color_add()
- fixed AA setPixelColor()
- added fadeToBlackBy() (FastLED)
- added hiding of * palettes if not all color selectors shown 
						
						
					 
					
						2022-06-17 18:57:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						36503f0417 
					 
					
						
						
							
							Fix CRLF  
						
						 
						
						
						
						
					 
					
						2022-06-17 16:24:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0daddf9896 
					 
					
						
						
							
							Some fixes.  
						
						 
						
						... 
						
						
						
						Remove (*) palettes if not all 3 color selectors shown
Updated comments 
						
						
					 
					
						2022-06-17 16:18:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f3364e1327 
					 
					
						
						
							
							Scrolling text #DATETIME bugfix.  
						
						 
						
						... 
						
						
						
						Cosmetic changes. 
						
						
					 
					
						2022-06-16 21:52:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cf54115077 
					 
					
						
						
							
							Sync bug fixes.  
						
						 
						
						... 
						
						
						
						Analog input fix.
Code cleanup. 
						
						
					 
					
						2022-06-16 19:20:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						12a94c50b8 
					 
					
						
						
							
							Various fixes.  
						
						 
						
						... 
						
						
						
						Added support for no audio to some effects. 
						
						
					 
					
						2022-06-16 16:10:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						0dd12cf0a6 
					 
					
						
						
							
							Bump bottle from 0.12.19 to 0.12.20 ( #2683 )  
						
						 
						
						... 
						
						
						
						Bumps [bottle](https://github.com/bottlepy/bottle ) from 0.12.19 to 0.12.20.
- [Release notes](https://github.com/bottlepy/bottle/releases )
- [Changelog](https://github.com/bottlepy/bottle/blob/master/docs/changelog.rst )
- [Commits](https://github.com/bottlepy/bottle/compare/0.12.19...0.12.20 )
---
updated-dependencies:
- dependency-name: bottle
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2022-06-16 10:31:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						f92c336ae4 
					 
					
						
						
							
							Fix for fftCalc  
						
						 
						
						
						
						
					 
					
						2022-06-16 07:47:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						477c9ef577 
					 
					
						
						
							
							Cosmetic fixes.  
						
						 
						
						
						
						
					 
					
						2022-06-15 22:17:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e146a476bd 
					 
					
						
						
							
							Effect ID compatibility with WLED-SR  
						
						 
						
						... 
						
						
						
						Updated some SR effects. 
						
						
					 
					
						2022-06-15 17:21:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						45e74126da 
					 
					
						
						
							
							Non-2D audio effects.  
						
						 
						
						
						
						
					 
					
						2022-06-14 18:16:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						f32a39e79f 
					 
					
						
						
							
							Finalised used variables in effects  
						
						 
						
						
						
						
					 
					
						2022-06-14 14:48:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						489b144085 
					 
					
						
						
							
							Overload temporary fix.  
						
						 
						
						... 
						
						
						
						Non-audio SR effects. 
						
						
					 
					
						2022-06-14 12:06:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						e7d311d23c 
					 
					
						
						
							
							I2S SD pin output type fix  
						
						 
						
						
						
						
					 
					
						2022-06-14 11:26:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						4cc2dea2fe 
					 
					
						
						
							
							color_add() that preserves color ratio  
						
						 
						
						... 
						
						
						
						AA version of setPixelColor(float)
Fix in AA ratio calculation. 
						
						
					 
					
						2022-06-14 09:11:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1e2cae7087 
					 
					
						
						
							
							W fix.  
						
						 
						
						
						
						
					 
					
						2022-06-13 22:13:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2b259f3704 
					 
					
						
						
							
							Usermod API enhancements  
						
						 
						
						... 
						
						
						
						- data exchage getUMData()
- usermod configuration helper appendConfigData()
- notification on updates onUpdateBegin() 
						
						
					 
					
						2022-06-13 22:11:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0df5221784 
					 
					
						
						
							
							Normalised/antialiased setPixelColorXY()  
						
						 
						
						
						
						
					 
					
						2022-06-13 21:55:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4c78d35680 
					 
					
						
						
							
							Fix CRLF.  
						
						 
						
						
						
						
					 
					
						2022-06-13 21:29:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cdef8472e3 
					 
					
						
						
							
							Gav... efects to test audio  
						
						 
						
						... 
						
						
						
						Anti-aliased setPixelColor() with support for normalized x & y 
						
						
					 
					
						2022-06-13 21:28:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f9c933bf3b 
					 
					
						
						
							
							AudioSource classes cleanup  
						
						 
						
						
						
						
					 
					
						2022-06-13 17:34:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cc995ecef8 
					 
					
						
						
							
							2D Waverly audio reactive.  
						
						 
						
						
						
						
					 
					
						2022-06-12 22:17:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						922a3631ae 
					 
					
						
						
							
							Fixed order of loading.  
						
						 
						
						
						
						
					 
					
						2022-06-12 15:09:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0903078618 
					 
					
						
						
							
							Execute GetV() after cfg.json is loaded.  
						
						 
						
						
						
						
					 
					
						2022-06-12 14:02:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8c759cb65a 
					 
					
						
						
							
							Usermod config info & data.  
						
						 
						
						
						
						
					 
					
						2022-06-11 18:55:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bd45c67528 
					 
					
						
						
							
							Virtual fixes.  
						
						 
						
						... 
						
						
						
						Pins. 
						
						
					 
					
						2022-06-11 12:35:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						562a206508 
					 
					
						
						
							
							It compiles!  
						
						 
						
						... 
						
						
						
						Cleaned (and possibly broken) AudioSource
Added:
- usermod notification about update
- strip.getMinShowDelay()
- pin manager updates
Changed:
- data exchange 
						
						
					 
					
						2022-06-11 00:50:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						dd584e929f 
					 
					
						
						
							
							Added audioreactive to usermod_list  
						
						 
						
						... 
						
						
						
						Formatting in usermod 
						
						
					 
					
						2022-06-10 16:37:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1828a2a81c 
					 
					
						
						
							
							Addec config save/load.  
						
						 
						
						... 
						
						
						
						Changed double to float. 
						
						
					 
					
						2022-06-09 18:55:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						a6746f77f0 
					 
					
						
						
							
							Var fixes.  
						
						 
						
						
						
						
					 
					
						2022-06-09 14:44:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						184ff7a3b3 
					 
					
						
						
							
							Audioreactive usermod.  
						
						 
						
						
						
						
					 
					
						2022-06-08 21:14:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9db872db56 
					 
					
						
						
							
							Fixes:  
						
						 
						
						... 
						
						
						
						- mirroring
- FX memory allocations
- preset loading if WS request too big
Changes:
- remove "pt" in favor of "ps" in JSON
- fading in Ghost rider 
						
						
					 
					
						2022-06-05 10:16:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f1a1b89d13 
					 
					
						
						
							
							Fixes.  
						
						 
						
						... 
						
						
						
						- correct preset cycling
- updated rotary encoder preset selection 
						
						
					 
					
						2022-06-03 22:22:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						14e0e96596 
					 
					
						
						
							
							Send complet preset API from UI.  
						
						 
						
						... 
						
						
						
						Cycling value correction (optimisation and preset hack removal). 
						
						
					 
					
						2022-06-03 18:38:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						793c878c66 
					 
					
						
						
							
							Added display information for hue/sat/preset/cct  
						
						 
						
						
						
						
					 
					
						2022-06-02 18:30:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						14887d5e88 
					 
					
						
						
							
							Multiple fixes.  
						
						 
						
						... 
						
						
						
						- non matrix bugs in legacy effects
- preset loading (cycling)
- segment length in UI
- possible WS heap corruption prevention 
						
						
					 
					
						2022-06-01 22:11:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						366006273d 
					 
					
						
						
							
							Watchdog timer (@poelzi).  
						
						 
						
						... 
						
						
						
						Transpose optimisations.
Rain effect updated. 
						
						
					 
					
						2022-05-30 22:21:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6a69a726f2 
					 
					
						
						
							
							Build bump.  
						
						 
						
						
						
						
					 
					
						2022-05-29 18:34:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e9cd4d95a7 
					 
					
						
						
							
							Merge branch 'master' into master-merge  
						
						 
						
						
						
						
					 
					
						2022-05-29 18:22:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d7e1dc1f95 
					 
					
						
						
							
							Revert speed for Fire.  
						
						 
						
						... 
						
						
						
						Segment brightnes +/- fix. 
						
						
					 
					
						2022-05-29 18:20:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						19c8b4fe2d 
					 
					
						
						
							
							Merge pull request  #2665  from Stoom/segment_bri_fix  
						
						 
						
						... 
						
						
						
						🐛  fix(json): allow for using `~-16` or `~16` when setting a segments brightness though the JSON api 
						
						
					 
					
						2022-05-29 11:02:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8b73a7375a 
					 
					
						
						
							
							Fix for transpose.  
						
						 
						
						... 
						
						
						
						blur1d() using weighted box blur. 
						
						
					 
					
						2022-05-28 19:23:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						974798f79c 
					 
					
						
						
							
							Merge pull request  #27  from srg74/patch-1  
						
						 
						
						
						
						
					 
					
						2022-05-28 07:43:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								srg74 
							
						 
					 
					
						
						
							
						
						43c5de074f 
					 
					
						
						
							
							Update usermod_temperature.h  
						
						 
						
						... 
						
						
						
						Typo in line 149 
						
						
					 
					
						2022-05-27 15:42:03 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						461cc1d5a8 
					 
					
						
						
							
							Fix for stalled scrolling text.  
						
						 
						
						... 
						
						
						
						Minor other fixes. 
						
						
					 
					
						2022-05-27 15:29:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3d6df07335 
					 
					
						
						
							
							Bugfixes in 2D.  
						
						 
						
						... 
						
						
						
						PIR stops countdown if preset changed. 
						
						
					 
					
						2022-05-27 13:39:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7689587879 
					 
					
						
						
							
							New 2D Drift Rose effect.  
						
						 
						
						... 
						
						
						
						Fix for segment name.
Updated blurRow & blurCol to work on non-leds[].
Updated several legacy effects to be 2D aware.
Code cleanup. 
						
						
					 
					
						2022-05-26 21:36:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e248b989e1 
					 
					
						
						
							
							2D Scrolling text  
						
						 
						
						... 
						
						
						
						Updated Glitter & Sparkle 
						
						
					 
					
						2022-05-25 21:15:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9920424a31 
					 
					
						
						
							
							Polar Lights fix.  
						
						 
						
						... 
						
						
						
						Cleanup. 
						
						
					 
					
						2022-05-24 16:43:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						17be0a2c12 
					 
					
						
						
							
							Enhance rotary encoder with custom sliders.  
						
						 
						
						... 
						
						
						
						Soft watchdog timer (by poelzi) 
						
						
					 
					
						2022-05-24 13:45:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Poelzleithner 
							
						 
					 
					
						
						
							
						
						26fa38d052 
					 
					
						
						
							
							Watchdog: disable watchdog while OTA is running  
						
						 
						
						
						
						
					 
					
						2022-05-23 22:30:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						34a4382920 
					 
					
						
						
							
							Effect fixes.  
						
						 
						
						
						
						
					 
					
						2022-05-23 21:04:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e7c9b5a4f0 
					 
					
						
						
							
							2D Fireworks (enhanced 1D version).  
						
						 
						
						... 
						
						
						
						Transposed Fire 2012 on matrix. 
						
						
					 
					
						2022-05-22 17:20:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8c31904838 
					 
					
						
						
							
							Updated rotary encoder ALT to support modes array.  
						
						 
						
						
						
						
					 
					
						2022-05-22 12:56:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d522b608d3 
					 
					
						
						
							
							Finally fix for Crazy Bees.  
						
						 
						
						
						
						
					 
					
						2022-05-22 12:32:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3e7303c15c 
					 
					
						
						
							
							Possible fix for Crazy Bees.  
						
						 
						
						... 
						
						
						
						Code cleanup. 
						
						
					 
					
						2022-05-22 12:00:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6e342983f9 
					 
					
						
						
							
							It did not like PROGMEM.  
						
						 
						
						
						
						
					 
					
						2022-05-22 00:41:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a6d7ed3824 
					 
					
						
						
							
							Moved mode names (& slider data) to a static array  
						
						 
						
						... 
						
						
						
						-- may break some things -- 
						
						
					 
					
						2022-05-21 18:37:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e003ec39fb 
					 
					
						
						
							
							Transpose fix for XY()  
						
						 
						
						... 
						
						
						
						Slight internal API change.
Renamed c1x,c2x,c3x to custom1, custom2, custom3 to be in line with SR. 
						
						
					 
					
						2022-05-21 13:19:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						62abc63f7a 
					 
					
						
						
							
							Removed static vars to support segments.  
						
						 
						
						
						
						
					 
					
						2022-05-20 22:29:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0955480f5b 
					 
					
						
						
							
							Build bump.  
						
						 
						
						
						
						
					 
					
						2022-05-20 19:51:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bf76affd06 
					 
					
						
						
							
							Fix for missing palettes.  
						
						 
						
						
						
						
					 
					
						2022-05-20 19:44:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b4d6525899 
					 
					
						
						
							
							Added new 2D effects:  
						
						 
						
						... 
						
						
						
						- 2D Floating Blobs
- 2D Ghost Rider
Crash fix for 2D Game of Life.
Added support function fill_circle() & wu_pixel().
Removed obsolete debug strings. 
						
						
					 
					
						2022-05-20 19:35:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ba3555a66f 
					 
					
						
						
							
							2D Game of Life update.  
						
						 
						
						... 
						
						
						
						Added crc16().
Reduced errorToast popup time.
Fixed drawLine() incorrect uint16_t use and added leds[] support. 
						
						
					 
					
						2022-05-20 14:48:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						d8be286831 
					 
					
						
						
							
							Merge pull request  #24  from lost-hope/2D-support  
						
						 
						
						
						
						
					 
					
						2022-05-20 07:15:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								lost-hope 
							
						 
					 
					
						
						
							
						
						65f5bc531c 
					 
					
						
						
							
							Added line drawing function based on Bresenham  
						
						 
						
						
						
						
					 
					
						2022-05-19 22:49:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3ba4702181 
					 
					
						
						
							
							2D crazy bees.  
						
						 
						
						
						
						
					 
					
						2022-05-19 18:57:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ad9c42e832 
					 
					
						
						
							
							2D Spaceships.  
						
						 
						
						
						
						
					 
					
						2022-05-19 18:27:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0368d3be59 
					 
					
						
						
							
							Some fixes.  
						
						 
						
						... 
						
						
						
						Tried removing leds[] for some effects. 
						
						
					 
					
						2022-05-19 17:01:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						598549b5fb 
					 
					
						
						
							
							Additional 2D effects.  
						
						 
						
						
						
						
					 
					
						2022-05-19 11:29:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						49086a3ae0 
					 
					
						
						
							
							2D heartbeat/ECG.  
						
						 
						
						
						
						
					 
					
						2022-05-18 21:47:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4676a7aa62 
					 
					
						
						
							
							Merge branch 'dev' into 2D-support  
						
						 
						
						
						
						
					 
					
						2022-05-18 19:50:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7d25b234d5 
					 
					
						
						
							
							Temperature usermod HA autodicovery.  
						
						 
						
						
						
						
					 
					
						2022-05-18 19:49:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c6578870f0 
					 
					
						
						
							
							PWM fan JSON API control.  
						
						 
						
						
						
						
					 
					
						2022-05-18 19:46:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4e8030bd81 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						- centered Settings buttons
- disallow preset ID >250 
						
						
					 
					
						2022-05-18 14:38:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						094e130544 
					 
					
						
						
							
							slight mod for 2Ddrift  
						
						 
						
						
						
						
					 
					
						2022-05-11 18:25:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						879fd5a13d 
					 
					
						
						
							
							Hide 2D modes in UI if not a matrix set up.  
						
						 
						
						
						
						
					 
					
						2022-05-11 12:29:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c2bb49aca0 
					 
					
						
						
							
							Messed up again.  
						
						 
						
						
						
						
					 
					
						2022-05-11 09:55:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9ed14b6e8c 
					 
					
						
						
							
							Incorrect mode params fix.  
						
						 
						
						... 
						
						
						
						Variable eye width in Halloween Eyes. 
						
						
					 
					
						2022-05-11 09:53:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4484721a9f 
					 
					
						
						
							
							2D Haloween eyes  
						
						 
						
						... 
						
						
						
						Misc fix. 
						
						
					 
					
						2022-05-11 09:37:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4963a5797b 
					 
					
						
						
							
							Corrected slider names & options for 2D effects.  
						
						 
						
						
						
						
					 
					
						2022-05-10 21:41:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						13f5798ed4 
					 
					
						
						
							
							blur2D & other bugfixes  
						
						 
						
						
						
						
					 
					
						2022-05-10 10:37:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jamie Stoom 
							
						 
					 
					
						
						
							
						
						db8e1dec3e 
					 
					
						
						
							
							🐛  fix(json): allow for using ~-16 or ~16 when setting a segments brightness though the JSON api  
						
						 
						
						
						
						
					 
					
						2022-05-09 18:06:45 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c9bdecdb69 
					 
					
						
						
							
							API change.  
						
						 
						
						... 
						
						
						
						New SR effects.
Bugfixes. 
						
						
					 
					
						2022-05-10 00:35:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						adb7726974 
					 
					
						
						
							
							Bugfixes.  
						
						 
						
						... 
						
						
						
						- removed IS_ macors
- replaced .options with getOptions()
- Fire2012 matrix fix 
						
						
					 
					
						2022-05-09 16:15:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d6883d0c1c 
					 
					
						
						
							
							Added CRGB variant for setPixelColor()  
						
						 
						
						
						
						
					 
					
						2022-05-09 11:11:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b2409ac708 
					 
					
						
						
							
							Bugfix in vertical panel ledmap generation.  
						
						 
						
						... 
						
						
						
						2D implementation of Fire 2012 
						
						
					 
					
						2022-05-09 11:04:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cf189663a7 
					 
					
						
						
							
							Segment width & height fix.  
						
						 
						
						... 
						
						
						
						Auto 2D segment. 
						
						
					 
					
						2022-05-08 14:28:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f0d36fd769 
					 
					
						
						
							
							WLED 2D matrix support.  
						
						 
						
						... 
						
						
						
						- Added 2 sample effects to UI.
- 2D segment details.
- 1D effect upscaling to 2D.
- 2D setPixelColorXY() and other utility functions
- Arbitrary panel position & oritentation.
- 2D settings with physical to logical mapping.
- Bump version. 
						
						
					 
					
						2022-05-08 10:50:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Poelzleithner 
							
						 
					 
					
						
						
							
						
						213e3e998a 
					 
					
						
						
							
							Enable ESP watchdog by default  
						
						 
						
						... 
						
						
						
						Use the ESP watchdog to detect hanging ESP and reset the firmware.
Can be disable by defining WLED_WATCHDOG_TIMOUT 0
Default timeout is 3 seconds on ESP32 and 8 seconds on ESP2688 
						
						
					 
					
						2022-05-05 11:33:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Plassman 
							
						 
					 
					
						
						
							
						
						bef9c68f81 
					 
					
						
						
							
							Working DMX Libraries ( #2652 )  
						
						 
						
						... 
						
						
						
						* added SparkFunDMX library dependencies
* changed variable names to avoid conflicts with SparkFunDMX library
* board version checks
* minor changes to DMX
* fix brightness when no shutter DMX channel is set
* fix compile issue on newer ESP32 variants 
						
						
					 
					
						2022-05-05 02:28:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ChuckMash 
							
						 
					 
					
						
						
							
						
						099d2fd03d 
					 
					
						
						
							
							WiZ Lights usermod - Adding more options and features ( #2638 )  
						
						 
						
						... 
						
						
						
						* Update wizlights.h
adds new features and options for wizlights usermod
* Update wizlights.h
Change how IPs are numbered.
Non-programmers incorrectly start counting at 1
* Update wizlights.h
updated default cold white enhanced white setting to a lower value.
* Update wizlights.h
added logic for connection check before UDP sending.
Seems more important for ESP32
* Update readme.md 
						
						
					 
					
						2022-05-03 12:18:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9f71a6ab18 
					 
					
						
						
							
							Arduino OTA lock fix.  
						
						 
						
						
						
						
					 
					
						2022-05-01 22:09:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e088f7a552 
					 
					
						
						
							
							PIN code field focus on load.  
						
						 
						
						
						
						
					 
					
						2022-05-01 10:27:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2e6ce0481c 
					 
					
						
						
							
							Allow swapping of W channel for RGBW LEDs.  
						
						 
						
						... 
						
						
						
						Backporting fix. 
						
						
					 
					
						2022-04-30 12:45:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						23d39e5366 
					 
					
						
						
							
							Compile time options for Multi Relay & PWM Fan  
						
						 
						
						
						
						
					 
					
						2022-04-29 09:56:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						279664a578 
					 
					
						
						
							
							Added compile time PWM fan pins.  
						
						 
						
						... 
						
						
						
						Updated readme 
						
						
					 
					
						2022-04-29 09:52:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2a3d128f3c 
					 
					
						
						
							
							Default pins for Multi-Relay.  
						
						 
						
						... 
						
						
						
						Update page fix. 
						
						
					 
					
						2022-04-28 22:31:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9667365d9e 
					 
					
						
						
							
							Optional HSV sliders instead of color wheel.  
						
						 
						
						... 
						
						
						
						PIN code optimizations & fixes. 
						
						
					 
					
						2022-04-27 12:31:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d4ef26e0f3 
					 
					
						
						
							
							HSV sliders option instead of color picker.  
						
						 
						
						
						
						
					 
					
						2022-04-26 22:16:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a053e81797 
					 
					
						
						
							
							Minor fixes.  
						
						 
						
						
						
						
					 
					
						2022-04-24 19:47:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1494bfe855 
					 
					
						
						
							
							Fix for non-websockets build.  
						
						 
						
						... 
						
						
						
						Cleanup. 
						
						
					 
					
						2022-04-24 19:30:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f1a4ba4e76 
					 
					
						
						
							
							Restore preset upon playlist end option.  
						
						 
						
						
						
						
					 
					
						2022-04-20 18:05:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						385c526414 
					 
					
						
						
							
							Added new holidays.  
						
						 
						
						
						
						
					 
					
						2022-04-19 17:16:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5e95e02429 
					 
					
						
						
							
							Missing segpwr configuration.  
						
						 
						
						
						
						
					 
					
						2022-04-18 22:59:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3081802b1c 
					 
					
						
						
							
							Minor UI fix.  
						
						 
						
						... 
						
						
						
						- keep .staytop/.staybot sticky
- .fnd inheritance 
						
						
					 
					
						2022-04-17 12:01:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1663601dcb 
					 
					
						
						
							
							UI fixes.  
						
						 
						
						... 
						
						
						
						- correct load sequence
- incorrect power on repeated segments
- update button
- fix for find icon
- connection icon colors 
						
						
					 
					
						2022-04-17 11:13:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Thomas 
							
						 
					 
					
						
						
							
						
						1a513c7bbf 
					 
					
						
						
							
							wled.cpp: Wrap Serial calls in #ifdef WLED_ENABLE_ADALIGHT. ( #2630 )  
						
						 
						
						... 
						
						
						
						handleImprovPacket() unconditionally gobbles serial data which a problem
if we want another feature to consume it. This patch uses the same guard
as the existing call in `handleSerial()`.
Co-authored-by: Thomas Fubar <FUB4R@users.noreply.github.com > 
						
						
					 
					
						2022-04-17 00:08:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						92cbdde429 
					 
					
						
						
							
							Cleanup.  
						
						 
						
						
						
						
					 
					
						2022-04-16 16:31:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0f6b1e4ae1 
					 
					
						
						
							
							Synchronus applyPreset() from HTTP JSON API call.  
						
						 
						
						... 
						
						
						
						Bugfix for HTTP API preset.
WS multiple broadcast fix.
Turning segment on/off will not reset currentPreset/cause stateChanged. 
						
						
					 
					
						2022-04-16 16:28:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f915201a27 
					 
					
						
						
							
							Cleanup.  
						
						 
						
						
						
						
					 
					
						2022-04-12 16:08:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ChuckMash 
							
						 
					 
					
						
						
							
						
						d1f76042e1 
					 
					
						
						
							
							bugfix for outgoing serial TPM2 message length ( #2628 )  
						
						 
						
						... 
						
						
						
						bugfix for outgoing serial TPM2 message length 
						
						
					 
					
						2022-04-12 10:20:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						845aa733b7 
					 
					
						
						
							
							Bugfixes.  
						
						 
						
						... 
						
						
						
						- auto segments selected
- slider data aded to data-opt 
						
						
					 
					
						2022-04-11 22:18:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a0e318827d 
					 
					
						
						
							
							Hide custom sliders by default.  
						
						 
						
						
						
						
					 
					
						2022-04-11 15:14:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						39720a11dc 
					 
					
						
						
							
							Fix empty space at the bottom.  
						
						 
						
						
						
						
					 
					
						2022-04-10 20:58:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						da33bf3438 
					 
					
						
						
							
							Revert namelabel.  
						
						 
						
						
						
						
					 
					
						2022-04-10 20:05:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						eda6f134a9 
					 
					
						
						
							
							Moved effect sliders to bottom.  
						
						 
						
						... 
						
						
						
						Implemented custom effect parameters. 
						
						
					 
					
						2022-04-10 11:02:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						46e1c8ef73 
					 
					
						
						
							
							Update WS on exit of live mode.  
						
						 
						
						
						
						
					 
					
						2022-04-08 20:11:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f247139f1c 
					 
					
						
						
							
							Bugfixes.  
						
						 
						
						... 
						
						
						
						- prevent changing main segment during live
- PIN code entry validation
- UI CSS fixes 
						
						
					 
					
						2022-04-07 21:54:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						566985cf72 
					 
					
						
						
							
							Add preset (name) UI bugfix.  
						
						 
						
						... 
						
						
						
						Close modal button. 
						
						
					 
					
						2022-04-06 05:45:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						70b4cdf520 
					 
					
						
						
							
							Merge branch 'master' into merge-master  
						
						 
						
						
						
						
					 
					
						2022-04-04 21:16:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						081f211231 
					 
					
						
						
							
							Merge branch 'master' into merge-master  
						
						 
						
						
						
						
					 
					
						2022-04-04 20:52:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Bartsch 
							
						 
					 
					
						
						
							
						
						9cd8acab43 
					 
					
						
						
							
							Usermod: Add support for Si7021 temperature and humidity sensors ( #2617 )  
						
						 
						
						... 
						
						
						
						* added first version (work in progress)
* added some sensors to publish
* typo
* added dependency
* mqtt si7021_* names + don't  retain
* timer to 60 s
* some changes to HA auto discovery
* added config entries (no function yet)
* renaming
* made configs work
* added getId()
* refactoring + wrong mqtt topics fixed
* retain HA auto discovery
* do not spam serial console on each sensor update
* added readme
* add update interval info
Co-authored-by: Christian Schwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2022-04-03 22:30:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								4lloyd 
							
						 
					 
					
						
						
							
						
						8b79a9708b 
					 
					
						
						
							
							Next universe overflow and Art-Net DMX start address ( #2607 )  
						
						 
						
						... 
						
						
						
						* Improve calculation LEDs in next universe
* Fix Art-Net DMX start address 
						
						
					 
					
						2022-04-03 17:52:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						969acbd47f 
					 
					
						
						
							
							UI & CSS bugfix.  
						
						 
						
						
						
						
					 
					
						2022-04-02 19:18:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						31012671c5 
					 
					
						
						
							
							UI sliding bugfix.  
						
						 
						
						
						
						
					 
					
						2022-04-02 07:42:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						e362b3b6aa 
					 
					
						
						
							
							Fixed sunset time off by an hour on DST change day ( fixes   #2603 )  
						
						 
						
						
						
						
					 
					
						2022-04-01 02:07:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						d2ced93e58 
					 
					
						
						
							
							Merge pull request  #2601  from Aircoookie/minseg-udp  
						
						 
						
						... 
						
						
						
						UDP on main segment only. 
						
						
					 
					
						2022-04-01 01:24:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						958cd35e21 
					 
					
						
						
							
							Live mainseg improvements  
						
						 
						
						... 
						
						
						
						Make override work in mainseg mode
Move unfreeze on turn on from UI to JSON parser
Fix mainseg not unfreezing on timeout 
						
						
					 
					
						2022-04-01 00:59:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						73e898773b 
					 
					
						
						
							
							Minor fixes.  
						
						 
						
						... 
						
						
						
						- reversed condition for simplified UI
- removed duplicate code 
						
						
					 
					
						2022-03-31 21:44:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Spectre 
							
						 
					 
					
						
						
							
						
						46eae410c3 
					 
					
						
						
							
							add My9291 light bulb driver ( #2599 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: Christian Schwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2022-03-31 20:49:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Stefan Riese 
							
						 
					 
					
						
						
							
						
						73a9e1c316 
					 
					
						
						
							
							V2 usermod for wordclock with 11x10 LEDs and 4 minute dots ( #2608 )  
						
						 
						
						... 
						
						
						
						* - implement V2 Usermod to handle wordclocks with 11x10 pixels and 4 additional dots for the minutes
* - fix wording issue for "six"
-
* - add some more comments
* - fix issue with "zwölf" 
						
						
					 
					
						2022-03-31 20:31:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						03862d4b6c 
					 
					
						
						
							
							Add icon font  
						
						 
						
						
						
						
					 
					
						2022-03-28 23:23:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						557a2f08f7 
					 
					
						
						
							
							Power off.  
						
						 
						
						
						
						
					 
					
						2022-03-28 23:08:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ae90aa4ccc 
					 
					
						
						
							
							Power off.  
						
						 
						
						
						
						
					 
					
						2022-03-28 23:07:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6eff2e6e74 
					 
					
						
						
							
							Missing .h  
						
						 
						
						
						
						
					 
					
						2022-03-28 22:43:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						955bb51f11 
					 
					
						
						
							
							Freeze/unfreeze for mainseg UDP.  
						
						 
						
						
						
						
					 
					
						2022-03-28 22:36:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b583def913 
					 
					
						
						
							
							Using freeze instead of power for segment.  
						
						 
						
						... 
						
						
						
						Fix for missing udp.cpp 
						
						
					 
					
						2022-03-28 20:44:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						dd85da053f 
					 
					
						
						
							
							Bump minimist from 1.2.5 to 1.2.6 ( #2602 )  
						
						 
						
						... 
						
						
						
						Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2022-03-28 09:44:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ba6a01408d 
					 
					
						
						
							
							UI tweaks & optimizations.  
						
						 
						
						
						
						
					 
					
						2022-03-26 23:22:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						81d880fb4e 
					 
					
						
						
							
							Global Auto-calculate white override.  
						
						 
						
						
						
						
					 
					
						2022-03-26 23:20:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bdbce67473 
					 
					
						
						
							
							Movable segment power.  
						
						 
						
						... 
						
						
						
						UI CSS fixes. 
						
						
					 
					
						2022-03-25 20:30:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6079effae3 
					 
					
						
						
							
							UDP on main segment only.  
						
						 
						
						
						
						
					 
					
						2022-03-25 17:20:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						41aa1ee318 
					 
					
						
						
							
							Use UDP live/realtime data on main segment only.  
						
						 
						
						... 
						
						
						
						Includes Adalight revert, CSS optimizations and setPixelColor() refactoring. 
						
						
					 
					
						2022-03-25 16:36:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						8d2fe315db 
					 
					
						
						
							
							Fix cross-origin error in File Mode ( #2585 )  
						
						 
						
						... 
						
						
						
						* fixed cross-origin error
* removed unnecessary code
* try/catch for parent WS
Co-authored-by: cschwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2022-03-24 12:17:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eduardo Ibanez 
							
						 
					 
					
						
						
							
						
						22c3ac5be3 
					 
					
						
						
							
							Add usermode to control Wiz lights ( #2595 )  
						
						 
						
						... 
						
						
						
						* Add usermode to control Wiz lights (#1 )
* Fix inclusion in usermods list
Co-authored-by: Christian Schwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2022-03-23 16:20:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						a517f0df1d 
					 
					
						
						
							
							Add ESP32-ETHERNET-KIT-VE type  
						
						 
						
						
						
						
					 
					
						2022-03-20 22:12:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c14f16bdf1 
					 
					
						
						
							
							Merge branch 'master' into master-merge  
						
						 
						
						
						
						
					 
					
						2022-03-19 21:05:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						9c9854b6bf 
					 
					
						
						
							
							Fixed sunrise/set calculation  
						
						 
						
						
						
						
					 
					
						2022-03-19 19:27:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						d280e16723 
					 
					
						
						
							
							Fixed /json/cfg unable to set busses ( fixes   #2589 )  
						
						 
						
						
						
						
					 
					
						2022-03-19 14:21:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						b93a9cb8bc 
					 
					
						
						
							
							FIxed liveview  
						
						 
						
						
						
						
					 
					
						2022-03-18 14:24:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						8601052179 
					 
					
						
						
							
							Fixed liveview buffer over-write ( fixes   #2586  )  
						
						 
						
						... 
						
						
						
						(with odd LED counts > 256) 
						
						
					 
					
						2022-03-18 14:08:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						eaa20ff4bf 
					 
					
						
						
							
							Add handleOverlayDraw() to example v2 usermod  
						
						 
						
						
						
						
					 
					
						2022-03-16 19:32:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						e4c6e4bc48 
					 
					
						
						
							
							Merge pull request  #2584  from tonyn0/master  
						
						 
						
						... 
						
						
						
						DDP in AP mode. 
						
						
					 
					
						2022-03-16 17:31:09 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						c52597205e 
					 
					
						
						
							
							Merge branch 'master' into master  
						
						 
						
						
						
						
					 
					
						2022-03-16 17:29:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						eee9de8271 
					 
					
						
						
							
							Bumped build.  
						
						 
						
						
						
						
					 
					
						2022-03-16 17:14:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								tonyn0 
							
						 
					 
					
						
						
							
						
						c73033c0b4 
					 
					
						
						
							
							udp.cpp update  
						
						 
						
						... 
						
						
						
						added ap check for ddp in L657 
						
						
					 
					
						2022-03-16 11:00:29 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						aecfa3ff0f 
					 
					
						
						
							
							Merge branch 'master' into master-merge  
						
						 
						
						
						
						
					 
					
						2022-03-16 08:52:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						18f575bee4 
					 
					
						
						
							
							Merge branch 'dev' into master-merge  
						
						 
						
						
						
						
					 
					
						2022-03-16 07:13:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						522e752582 
					 
					
						
						
							
							Add ability to skip up to 255 LEDs ( #2342 )  
						
						 
						
						
						
						
					 
					
						2022-03-16 01:45:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								SpeakingOfBrad 
							
						 
					 
					
						
						
							
						
						854ed8cfa9 
					 
					
						
						
							
							ABL milliamps no longer hardcoded to 850 at runtime ( #2581 )  
						
						 
						
						
						
						
					 
					
						2022-03-16 00:35:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								SpeakingOfBrad 
							
						 
					 
					
						
						
							
						
						4642205768 
					 
					
						
						
							
							Optionally set led strip color order at runtime. ( #2582 )  
						
						 
						
						
						
						
					 
					
						2022-03-16 00:17:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								André Klitzing 
							
						 
					 
					
						
						
							
						
						40dbfbe092 
					 
					
						
						
							
							Update IRremoteESP8266 to 2.8.2 ( #2579 )  
						
						 
						
						... 
						
						
						
						This fixes some C3 issues 
						
						
					 
					
						2022-03-16 00:16:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7882519c0e 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						- expand preset
- button factory reset
- PIO library 
						
						
					 
					
						2022-03-15 22:16:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						0234017ca1 
					 
					
						
						
							
							Merge branch 'master' into master-merge  
						
						 
						
						
						
						
					 
					
						2022-03-15 09:55:23 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						6c315e5a9c 
					 
					
						
						
							
							0.13.1  
						
						 
						
						... 
						
						
						
						Fix persistent preset bug 
						
						
					 
					
						2022-03-15 03:45:20 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						ef0f91d8d0 
					 
					
						
						
							
							Release of WLED v0.13.0  
						
						 
						
						
						
						
					 
					
						2022-03-15 02:28:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						9552784e72 
					 
					
						
						
							
							Remove persistent argument from savePreset()  
						
						 
						
						... 
						
						
						
						(fixes temp preset not applicable by APIs)
Default to 5Mhz hardware SPI driving (#2558 ) 
						
						
					 
					
						2022-03-14 20:53:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ac20d7f302 
					 
					
						
						
							
							UI updates.  
						
						 
						
						... 
						
						
						
						- optional show/hide segment power
- skinnable sliders
- changed some CSS to be more to @aircoookie's liking 
						
						
					 
					
						2022-03-14 20:22:20 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								SpeakingOfBrad 
							
						 
					 
					
						
						
							
						
						f068327307 
					 
					
						
						
							
							Add option to set module name at runtime, and add extra examples in platformio_overrides.ini ( #2578 )  
						
						 
						
						... 
						
						
						
						* Added option to set the name of the module at runtime.
* added example how to set number of LEDs at runtime
* Example to enable/set IR remote type at runtime
* Clarification on how to use platformio_overrides
* Example for setting abl milliamp limit at runtime
* Corrected example set LED count 
						
						
					 
					
						2022-03-14 18:23:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						1bc698ae78 
					 
					
						
						
							
							Button 0 long press factory reset  
						
						 
						
						... 
						
						
						
						JS simplification 
						
						
					 
					
						2022-03-14 12:26:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3f6691dcd5 
					 
					
						
						
							
							Easter egg added.  
						
						 
						
						
						
						
					 
					
						2022-03-13 14:04:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						31981b9080 
					 
					
						
						
							
							Fix compile for ST7789 display usermod.  
						
						 
						
						
						
						
					 
					
						2022-03-13 09:30:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						167d29c39f 
					 
					
						
						
							
							RGB selector bugfix.  
						
						 
						
						
						
						
					 
					
						2022-03-12 21:25:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						28b78c2b27 
					 
					
						
						
							
							Select/unselect all segments chekmark.  
						
						 
						
						... 
						
						
						
						CSS fixes. 
						
						
					 
					
						2022-03-12 18:03:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b3d691fff6 
					 
					
						
						
							
							Select/deselect all segments.  
						
						 
						
						... 
						
						
						
						CSS optimisations & fixes. 
						
						
					 
					
						2022-03-11 23:38:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						8e5f2d91e8 
					 
					
						
						
							
							Added hasRGB() and hasWhite() methods to Bus class  
						
						 
						
						
						
						
					 
					
						2022-03-11 12:20:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						cfa7f60e5f 
					 
					
						
						
							
							Merge branch 'master' into master-merge  
						
						 
						
						
						
						
					 
					
						2022-03-11 11:33:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						e0fcaa6103 
					 
					
						
						
							
							Merge branch 'master' into master-merge  
						
						 
						
						
						
						
					 
					
						2022-03-11 11:28:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						1b2134d7a8 
					 
					
						
						
							
							Add old blinds usermod  
						
						 
						
						
						
						
					 
					
						2022-03-11 09:20:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						f922268af7 
					 
					
						
						
							
							Remove unneeded brightness set in live Serial  
						
						 
						
						
						
						
					 
					
						2022-03-11 08:41:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						841a9f8082 
					 
					
						
						
							
							Searchable presets.  
						
						 
						
						... 
						
						
						
						Inline sin_gap().
Prevent live timeout. 
						
						
					 
					
						2022-03-10 22:36:09 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						4865ddb377 
					 
					
						
						
							
							Fix realtime mode disabled by brightness change  
						
						 
						
						... 
						
						
						
						Fix realtime mode not working immediately at turn on
Fix individual segment control not working immediately at turn on 
						
						
					 
					
						2022-03-10 20:40:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						a556732e4f 
					 
					
						
						
							
							Add ability to set presets from DMX  
						
						 
						
						... 
						
						
						
						(effect mode with single channel) 
						
						
					 
					
						2022-03-10 12:13:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						0ea31cb088 
					 
					
						
						
							
							Fix indefinite realtime terminated by new packet ( fixes   #2356  )  
						
						 
						
						... 
						
						
						
						Add custom Aircoookie fork of ESP32 core (reduces bin size by >100kB) 
						
						
					 
					
						2022-03-10 11:20:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						06fe7323eb 
					 
					
						
						
							
							Fix for palettes.  
						
						 
						
						
						
						
					 
					
						2022-03-09 19:03:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d8d9259c36 
					 
					
						
						
							
							Comment fix.  
						
						 
						
						
						
						
					 
					
						2022-03-09 18:21:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						261260b232 
					 
					
						
						
							
							Fix for non-W segment.  
						
						 
						
						
						
						
					 
					
						2022-03-09 15:31:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						5b88894638 
					 
					
						
						
							
							Reintroduction of per bus auto white calculation.  
						
						 
						
						... 
						
						
						
						JS/CSS UI optimizations. 
						
						
					 
					
						2022-03-09 13:39:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ddadaa828a 
					 
					
						
						
							
							Merge branch 'master' into master-merge  
						
						 
						
						
						
						
					 
					
						2022-03-08 22:46:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a3cd10d83b 
					 
					
						
						
							
							Reverse proxy WSS support.  
						
						 
						
						
						
						
					 
					
						2022-03-08 16:16:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						b626c7620e 
					 
					
						
						
							
							Disabled auto white mode in segments with no RGB bus  
						
						 
						
						
						
						
					 
					
						2022-03-08 02:16:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						5d90d8930e 
					 
					
						
						
							
							Fix non-0 terminated hostname str  
						
						 
						
						
						
						
					 
					
						2022-03-07 20:37:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								PLCHome 
							
						 
					 
					
						
						
							
						
						b01309c3bf 
					 
					
						
						
							
							Mixed content exception in web browser in websocket communication on peek behind an https backproxy. ( #2571 )  
						
						 
						
						... 
						
						
						
						"ws://" must be the change to the "wss://" for encryption 
						
						
					 
					
						2022-03-07 18:26:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						2d1511b5dd 
					 
					
						
						
							
							Fix incorrect isRgbw use  
						
						 
						
						
						
						
					 
					
						2022-03-07 09:50:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						e561304645 
					 
					
						
						
							
							Merge branch 'master' into master-merge  
						
						 
						
						
						
						
					 
					
						2022-03-07 09:44:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						961d5591bd 
					 
					
						
						
							
							Fixed Popcorn mode not lighting first LED on pop  
						
						 
						
						
						
						
					 
					
						2022-03-07 00:53:20 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						eca3f12fed 
					 
					
						
						
							
							Fixed analog overlay not settable  
						
						 
						
						
						
						
					 
					
						2022-03-07 00:11:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						a2c8796e04 
					 
					
						
						
							
							Replaced native Cronixie support with usermod  
						
						 
						
						
						
						
					 
					
						2022-03-06 23:47:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						ad301fd087 
					 
					
						
						
							
							Elekstube usermod enhancements  
						
						 
						
						... 
						
						
						
						Coloring of grayscale images
Dimming control from configurable segment 
						
						
					 
					
						2022-03-06 22:24:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						02b08939cd 
					 
					
						
						
							
							No color order select on PWM busses ( fixes   #2569 )  
						
						 
						
						
						
						
					 
					
						2022-03-06 11:48:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						9b0d583f1b 
					 
					
						
						
							
							EleksTube usermod 1, 4, 8 BPP BMP support  
						
						 
						
						
						
						
					 
					
						2022-03-05 21:48:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								RedNax67 
							
						 
					 
					
						
						
							
						
						4a0a07f158 
					 
					
						
						
							
							Added digit dimming and support for .clk format (see  https://github.c … ( #2555 )  
						
						 
						
						... 
						
						
						
						* Added digit dimming and support for .clk format (see https://github.com/aly-fly/EleksTubeHAX )
* Small fixes and improvements, dimming optional
Co-authored-by: cschwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2022-03-05 03:10:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						9c864c9759 
					 
					
						
						
							
							UI: show color controls based on segment light capabilities ( #2567 )  
						
						 
						
						... 
						
						
						
						* Dynamic hiding of unused color controls in UI
(e.g. a PWM white bus with no auto white mode will not display the color wheel or palette list)
* Store segment capabilities
Don't use palettes if no RGB supported
Make it safe to update busses using `/json/cfg` 
						
						
					 
					
						2022-03-05 01:05:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f1dd1bd6bd 
					 
					
						
						
							
							Relative value wrapping and operator fix.  
						
						 
						
						... 
						
						
						
						Slot selector changes. 
						
						
					 
					
						2022-03-04 21:49:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						85b1c309d1 
					 
					
						
						
							
							Relative value wrapping and operator fix ( fixes   #2566  )  
						
						 
						
						
						
						
					 
					
						2022-03-04 14:42:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						6fe43b7b5c 
					 
					
						
						
							
							Separate color memory from slot selectors  
						
						 
						
						... 
						
						
						
						Slot selector dynamic text color black/white
Selected slot selector JS simplification 
						
						
					 
					
						2022-03-03 20:54:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						62fc986d96 
					 
					
						
						
							
							Segment corner fix.  
						
						 
						
						
						
						
					 
					
						2022-03-03 20:19:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						03710f1fd2 
					 
					
						
						
							
							Prevent brute force PIN guessing.  
						
						 
						
						
						
						
					 
					
						2022-03-03 18:49:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2283c7a926 
					 
					
						
						
							
							Fix for dark buttons in info.  
						
						 
						
						
						
						
					 
					
						2022-03-03 11:24:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						fb19ca8bf4 
					 
					
						
						
							
							Regression fix.  
						
						 
						
						
						
						
					 
					
						2022-03-03 11:14:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4ebfc1516c 
					 
					
						
						
							
							Merge branch 'settings-pin' into dev  
						
						 
						
						
						
						
					 
					
						2022-03-03 11:06:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cc713e6c89 
					 
					
						
						
							
							Merge branch 'sensor-info' into dev  
						
						 
						
						
						
						
					 
					
						2022-03-03 11:04:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1be65adf02 
					 
					
						
						
							
							Fix:  
						
						 
						
						... 
						
						
						
						- disbled timed preset expanding
- incorrect calendar icon on Mac/Firefox 
						
						
					 
					
						2022-03-03 10:59:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						25427ee60d 
					 
					
						
						
							
							Fix:  
						
						 
						
						... 
						
						
						
						- disbled timed preset expanding
- incorrect calendar icon on Mac/Firefox 
						
						
					 
					
						2022-03-03 10:57:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c8eefbaa2e 
					 
					
						
						
							
							CSS/JS fixes.  
						
						 
						
						
						
						
					 
					
						2022-03-03 01:02:23 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b339f426f2 
					 
					
						
						
							
							Added:  
						
						 
						
						... 
						
						
						
						- generic settings.js handler
- update info
- numeric (not really) hidden PIN 
						
						
					 
					
						2022-03-02 15:41:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9fd26fa574 
					 
					
						
						
							
							Settings PIN protection.  
						
						 
						
						
						
						
					 
					
						2022-03-01 23:37:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						be90bf0188 
					 
					
						
						
							
							Minor CSS simplifications  
						
						 
						
						
						
						
					 
					
						2022-03-01 18:22:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						adcdaba199 
					 
					
						
						
							
							Indentation: Consistent use of Tab  
						
						 
						
						... 
						
						
						
						Added style guide
Updated changelog 
						
						
					 
					
						2022-03-01 12:14:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						17907589cc 
					 
					
						
						
							
							Indentation: Consistent use of Tab for CSS  
						
						 
						
						
						
						
					 
					
						2022-03-01 11:20:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						f333df181f 
					 
					
						
						
							
							Small CSS alignment adjustments  
						
						 
						
						... 
						
						
						
						mainseg is not highlighted by default, but can be enabled by CSS only
Simplify some CSS (new segment box, segment brightness slider)
Started labeling CSS classes 
						
						
					 
					
						2022-03-01 11:13:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						61a01cb163 
					 
					
						
						
							
							JS/CSS optimisations  
						
						 
						
						
						
						
					 
					
						2022-02-28 23:32:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4ce557a829 
					 
					
						
						
							
							Multiple fixes:  
						
						 
						
						... 
						
						
						
						- ability so select mainseg (UI)
- changed preset sort (UI)
- IR40 white +/- fix
- IR repeatable actions fix
- minor UI CSS change
- removed unnecessary color functions 
						
						
					 
					
						2022-02-27 22:19:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4d10c9de95 
					 
					
						
						
							
							Removed unnecessary set call.  
						
						 
						
						... 
						
						
						
						Fixed incorrect colorUpdated call.
Fixed white +/- in IR40 remote. 
						
						
					 
					
						2022-02-27 16:18:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5b84acebbc 
					 
					
						
						
							
							Minor JS optimisation.  
						
						 
						
						
						
						
					 
					
						2022-02-27 11:31:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						fc845dc936 
					 
					
						
						
							
							Add locate button for easy lat/lon auto-fill ( #2559 )  
						
						 
						
						
						
						
					 
					
						2022-02-26 01:37:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						7beae93441 
					 
					
						
						
							
							IR rewrite. ( #2561 )  
						
						 
						
						... 
						
						
						
						* IR rewrite.
- added CCT (WW/CW) support
- support for applying change to main segment or all selected segments
* Remove extra setValuesFromFirstSelectedSeg()
Co-authored-by: cschwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2022-02-26 01:37:09 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						c8f1297adb 
					 
					
						
						
							
							Fixed main/first selected segments in IR.  
						
						 
						
						... 
						
						
						
						Code optimization. 
						
						
					 
					
						2022-02-25 10:24:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						053a1d34e5 
					 
					
						
						
							
							Fix for main segment.  
						
						 
						
						
						
						
					 
					
						2022-02-24 20:49:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						110a75ba0b 
					 
					
						
						
							
							Merge branch 'merge-master' of github.com:blazoncek/WLED into merge-master  
						
						 
						
						
						
						
					 
					
						2022-02-24 16:57:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						826a31e57d 
					 
					
						
						
							
							UI fixes and optimizations.  
						
						 
						
						
						
						
					 
					
						2022-02-24 16:52:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						23d7c3d0fe 
					 
					
						
						
							
							Merge branch 'master' into merge-master  
						
						 
						
						
						
						
					 
					
						2022-02-24 13:43:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						4d4a20e05e 
					 
					
						
						
							
							0.13.0-b7  
						
						 
						
						... 
						
						
						
						Mitigate Pixel 6 UI issue 
						
						
					 
					
						2022-02-24 01:16:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						c03d4f115f 
					 
					
						
						
							
							Fixed presets not triggering interface update  
						
						 
						
						
						
						
					 
					
						2022-02-23 19:42:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						ed90b638a9 
					 
					
						
						
							
							Main seg replaced by first selected in internal interfaces  
						
						 
						
						... 
						
						
						
						Version bump to 0.13.0-b7
Various small improvements 
						
						
					 
					
						2022-02-23 19:20:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c5252e06a7 
					 
					
						
						
							
							Main segment UI identification.  
						
						 
						
						
						
						
					 
					
						2022-02-22 22:10:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						8af445e72b 
					 
					
						
						
							
							Merge branch 'master' into merge-master  
						
						 
						
						
						
						
					 
					
						2022-02-22 10:42:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						94a0199955 
					 
					
						
						
							
							Readme cleanup  
						
						 
						
						
						
						
					 
					
						2022-02-21 22:26:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						44739c5198 
					 
					
						
						
							
							Merge effectChanged and colorChanged to stateChanged  
						
						 
						
						
						
						
					 
					
						2022-02-21 22:12:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						5f871bc01f 
					 
					
						
						
							
							HTTP API: Set segments directly in set.cpp  
						
						 
						
						
						
						
					 
					
						2022-02-21 20:48:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b382dd6fc0 
					 
					
						
						
							
							Incorrect variables fix.  
						
						 
						
						
						
						
					 
					
						2022-02-21 19:55:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2e84f82ed6 
					 
					
						
						
							
							Fix for incorrect application of color in set.cpp  
						
						 
						
						
						
						
					 
					
						2022-02-21 19:44:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						1f5971f15a 
					 
					
						
						
							
							Another HTTP API segment improvement  
						
						 
						
						
						
						
					 
					
						2022-02-21 18:31:19 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						694466a196 
					 
					
						
						
							
							Apply segment by Enter key on input field  
						
						 
						
						
						
						
					 
					
						2022-02-21 17:58:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						03311d3776 
					 
					
						
						
							
							Do not set main seg before apply  
						
						 
						
						... 
						
						
						
						Setting mainseg before applyValuesToSelectedSegs() causes the updated value to not be set to other selected segments 
						
						
					 
					
						2022-02-21 16:57:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						ae0eba866a 
					 
					
						
						
							
							Improve Stream and fix HTTP segment application  
						
						 
						
						
						
						
					 
					
						2022-02-21 16:19:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						05f92b74e7 
					 
					
						
						
							
							Bump to 0.13-bl7.  
						
						 
						
						
						
						
					 
					
						2022-02-20 22:36:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						41b6f3ffa7 
					 
					
						
						
							
							Merge branch 'master' into merge-master  
						
						 
						
						
						
						
					 
					
						2022-02-20 22:24:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c895b76864 
					 
					
						
						
							
							unneeded WS request  
						
						 
						
						
						
						
					 
					
						2022-02-20 09:41:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						906737bedb 
					 
					
						
						
							
							Changelog update  
						
						 
						
						
						
						
					 
					
						2022-02-20 02:15:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						7138e891be 
					 
					
						
						
							
							Add per-segment light capability info ( #2552 )  
						
						 
						
						... 
						
						
						
						* Add per-segment light capability info
* Fix duplication
* Change to more lightweight seglc array
* Added segment capabilities.
* Differs and capabilities refactoring
* Add back selection differs option
Co-authored-by: Blaz Kristan <blaz@kristan-sp.si > 
						
						
					 
					
						2022-02-20 00:20:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						53abe36b83 
					 
					
						
						
							
							Merge pull request  #2547  from Aircoookie/sync-segbounds2  
						
						 
						
						... 
						
						
						
						Sync segment bounds 
						
						
					 
					
						2022-02-19 23:00:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						efbb7a034c 
					 
					
						
						
							
							Slight websocket reconnection tweaks  
						
						 
						
						
						
						
					 
					
						2022-02-19 22:47:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d7dac57a07 
					 
					
						
						
							
							Save a bit of RAM and flash.  
						
						 
						
						
						
						
					 
					
						2022-02-19 20:34:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						05bc81bf4e 
					 
					
						
						
							
							Add default preset name if none specified.  
						
						 
						
						
						
						
					 
					
						2022-02-19 11:42:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						59ce88f044 
					 
					
						
						
							
							Add default preset name if no name specified  
						
						 
						
						
						
						
					 
					
						2022-02-19 11:37:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f8bc0bd2b5 
					 
					
						
						
							
							Removed unnecessary if.  
						
						 
						
						
						
						
					 
					
						2022-02-18 19:23:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7ebb184c8a 
					 
					
						
						
							
							Clear JSON buffer.  
						
						 
						
						
						
						
					 
					
						2022-02-18 19:21:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bd44205b4e 
					 
					
						
						
							
							Allow saving preset from IR  
						
						 
						
						
						
						
					 
					
						2022-02-18 18:52:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cf94cb1092 
					 
					
						
						
							
							Allow saving preset from IR  
						
						 
						
						... 
						
						
						
						Removed double clolorUpdated() call 
						
						
					 
					
						2022-02-18 18:35:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						02d92e32c7 
					 
					
						
						
							
							Parsing IR JSON cmd fix.  
						
						 
						
						
						
						
					 
					
						2022-02-18 17:01:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						68087cdea5 
					 
					
						
						
							
							Parsing JSON cmd fix for IR  
						
						 
						
						... 
						
						
						
						Latest NeoPixelBus lib. 
						
						
					 
					
						2022-02-18 16:58:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						7f92607b85 
					 
					
						
						
							
							Added WS reconnect on error toast.  
						
						 
						
						
						
						
					 
					
						2022-02-17 12:51:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						3be4b69b44 
					 
					
						
						
							
							WS reconnect logic & WS memory leak protection  
						
						 
						
						
						
						
					 
					
						2022-02-17 12:45:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tom D'Roza 
							
						 
					 
					
						
						
							
						
						bb9afcb304 
					 
					
						
						
							
							Added: CSS hover effect on buttons within modal dialogs, e.g. Info, Nodes ( #2545 )  
						
						 
						
						... 
						
						
						
						* Added: CSS hover effect on buttons within modal dialogs, e.g. Info,
Nodes
* Update index.css
Co-authored-by: Tom D'Roza <Tom.D'Roza>
Co-authored-by: Christian Schwinne <cschwinne@gmail.com > 
						
						
					 
					
						2022-02-17 00:38:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						e9a05890a5 
					 
					
						
						
							
							Return to core 2.7.4 for higher stability  
						
						 
						
						
						
						
					 
					
						2022-02-17 00:17:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						613809c2af 
					 
					
						
						
							
							Do not turn rpt segments off  
						
						 
						
						
						
						
					 
					
						2022-02-16 23:54:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						7b969bb8c2 
					 
					
						
						
							
							Various state changed logic simplifications  
						
						 
						
						... 
						
						
						
						Changed main segment, must be selected 
						
						
					 
					
						2022-02-16 21:12:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						7aef551292 
					 
					
						
						
							
							Segment bounds sync option  
						
						 
						
						
						
						
					 
					
						2022-02-16 14:55:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						447b811fa0 
					 
					
						
						
							
							Remove build flag leading to wdt reset on some boards  
						
						 
						
						
						
						
					 
					
						2022-02-14 18:49:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5151aa677f 
					 
					
						
						
							
							Added ID for segment options syncing.  
						
						 
						
						
						
						
					 
					
						2022-02-14 16:16:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a5ff34d423 
					 
					
						
						
							
							Platformio.ini fix for ESP01 and newer libraries.  
						
						 
						
						
						
						
					 
					
						2022-02-14 16:15:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						435040814d 
					 
					
						
						
							
							Bump ajv from 6.12.2 to 6.12.6 ( #2543 )  
						
						 
						
						... 
						
						
						
						Bumps [ajv](https://github.com/ajv-validator/ajv ) from 6.12.2 to 6.12.6.
- [Release notes](https://github.com/ajv-validator/ajv/releases )
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.2...v6.12.6 )
---
updated-dependencies:
- dependency-name: ajv
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2022-02-14 15:35:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						9987416a4a 
					 
					
						
						
							
							Allow float array values in usermod config.  
						
						 
						
						
						
						
					 
					
						2022-02-14 12:19:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						31e33e0a8b 
					 
					
						
						
							
							Fix for creating segments if config set to length.  
						
						 
						
						
						
						
					 
					
						2022-02-14 08:15:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						03cfae45f8 
					 
					
						
						
							
							Allow float in usermod array elements.  
						
						 
						
						
						
						
					 
					
						2022-02-12 23:14:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4f83325e3c 
					 
					
						
						
							
							Fix for expanding saved preset.  
						
						 
						
						
						
						
					 
					
						2022-02-12 11:32:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cd1765a0f3 
					 
					
						
						
							
							Added permanent ledmap 0.  
						
						 
						
						
						
						
					 
					
						2022-02-11 14:43:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5c744ad9aa 
					 
					
						
						
							
							Ledamp dropdown.  
						
						 
						
						
						
						
					 
					
						2022-02-10 23:14:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						b211d8b085 
					 
					
						
						
							
							Fix SSDR usermod if SN_Photoresistor mod is not included  
						
						 
						
						
						
						
					 
					
						2022-02-10 19:48:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f8eece362f 
					 
					
						
						
							
							Compile fix.  
						
						 
						
						... 
						
						
						
						Adjusted function names. 
						
						
					 
					
						2022-02-10 16:09:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d4ea30e081 
					 
					
						
						
							
							Merge branch 'master' into merge-master  
						
						 
						
						
						
						
					 
					
						2022-02-10 14:16:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						83416ee2e0 
					 
					
						
						
							
							Merge pull request  #2530  from Proto-molecule/patch-api  
						
						 
						
						... 
						
						
						
						bugs, json remote repeat, cmd &R= 
						
						
					 
					
						2022-02-10 14:06:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						fa981a389f 
					 
					
						
						
							
							Add transitions to other segments.  
						
						 
						
						
						
						
					 
					
						2022-02-10 13:59:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						25915b5521 
					 
					
						
						
							
							Missing main seg.  
						
						 
						
						
						
						
					 
					
						2022-02-10 13:59:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ed0dcb5c3d 
					 
					
						
						
							
							Use transitions on other segments.  
						
						 
						
						
						
						
					 
					
						2022-02-10 13:56:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						55817f31f9 
					 
					
						
						
							
							Merge branch 'master' into patch-api  
						
						 
						
						
						
						
					 
					
						2022-02-10 13:48:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a5b19bbc83 
					 
					
						
						
							
							Multiple changes:  
						
						 
						
						... 
						
						
						
						- added segment capabilities utility
- removed colorFromUinXX functions
- rewritten IR color handling (changeColor()) 
						
						
					 
					
						2022-02-10 13:24:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f6b44e03ac 
					 
					
						
						
							
							Removed unused code in rotary encoder.  
						
						 
						
						
						
						
					 
					
						2022-02-10 13:09:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						6d2ef4e0bf 
					 
					
						
						
							
							Merge pull request  #2539  from dylan09/multirelay-discovery  
						
						 
						
						... 
						
						
						
						Fixed buffer overflow in HA autodiscovery. #2538  
						
						
					 
					
						2022-02-10 00:33:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ulrich 
							
						 
					 
					
						
						
							
						
						4d714cf9a4 
					 
					
						
						
							
							Fixed buffer overflow in HA autodiscovery.  #2538  
						
						 
						
						
						
						
					 
					
						2022-02-09 23:08:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						930ded6767 
					 
					
						
						
							
							Fix touch pin  
						
						 
						
						
						
						
					 
					
						2022-02-09 19:59:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4cdb18907f 
					 
					
						
						
							
							Fix for Four Line Display usermod.  
						
						 
						
						
						
						
					 
					
						2022-02-09 19:27:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						93bccb96b6 
					 
					
						
						
							
							Minor fixes  
						
						 
						
						... 
						
						
						
						- prevent setValuesFromMainSegment affecting segments
- add ability to define default IR remote at compile time 
						
						
					 
					
						2022-02-09 17:16:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Henry Gabryjelski 
							
						 
					 
					
						
						
							
						
						38bc618ee5 
					 
					
						
						
							
							Float and better 3rd party library compatibility ( #2534 )  
						
						 
						
						... 
						
						
						
						* define as float (not double)
* Avoid #define of 1 or 2 char symbols
Having this file define 'A' and 'C' pollutes
the global namespace, and causes conflicts
with other libraries that also pollute the
global namespace with short #defines.
It's easier to fix this header.
* unused variable warning 
						
						
					 
					
						2022-02-09 09:46:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						00b0193a43 
					 
					
						
						
							
							Fix re-init segment data leak ( fixes   #2535  ) ( #2536 )  
						
						 
						
						
						
						
					 
					
						2022-02-09 08:43:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e2db37d28a 
					 
					
						
						
							
							Merge branch 'master' into master-merge  
						
						 
						
						
						
						
					 
					
						2022-02-08 19:35:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bole5 
							
						 
					 
					
						
						
							
						
						f9bce54104 
					 
					
						
						
							
							Change Default Relay Pin to -1 ( #2531 )  
						
						 
						
						
						
						
					 
					
						2022-02-08 00:15:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bole5 
							
						 
					 
					
						
						
							
						
						7ee14724fc 
					 
					
						
						
							
							Improve Pin Manager Debugging ( #2532 )  
						
						 
						
						
						
						
					 
					
						2022-02-08 00:03:20 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5988c2ac78 
					 
					
						
						
							
							repeat actions cleanup & fix  
						
						 
						
						
						
						
					 
					
						2022-02-07 11:24:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4eb0dbb5a4 
					 
					
						
						
							
							repeat actions cleanup & fix  
						
						 
						
						
						
						
					 
					
						2022-02-07 11:13:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Proto-molecule 
							
						 
					 
					
						
						
							
						
						8c5b3fe23e 
					 
					
						
						
							
							bugs, json remote repeat, cmd &R=  
						
						 
						
						
						
						
					 
					
						2022-02-06 19:00:03 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e35ad7551b 
					 
					
						
						
							
							Apply IR to main or selected segments.  
						
						 
						
						... 
						
						
						
						Refactored IR code. 
						
						
					 
					
						2022-02-07 00:40:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6c943a7158 
					 
					
						
						
							
							IR button & W color fix.  
						
						 
						
						
						
						
					 
					
						2022-02-06 13:15:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2da14e5b2a 
					 
					
						
						
							
							Merge branch 'master' into merge-master  
						
						 
						
						
						
						
					 
					
						2022-02-04 16:29:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						97f8eea302 
					 
					
						
						
							
							Refactored isRgbw to hasWhiteChannel()  
						
						 
						
						
						
						
					 
					
						2022-02-04 13:28:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						04d5932252 
					 
					
						
						
							
							Un-F()-ed some strings  
						
						 
						
						... 
						
						
						
						(that were either occuring at least 4 times, or were F()-ed in some places and not in others) 
						
						
					 
					
						2022-02-04 10:10:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						84e38f765d 
					 
					
						
						
							
							Fix for incorrect buffer size when LED count = 256  
						
						 
						
						
						
						
					 
					
						2022-02-04 07:59:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						b33c5798ee 
					 
					
						
						
							
							Changelog update  
						
						 
						
						
						
						
					 
					
						2022-02-03 23:37:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						81012e60ff 
					 
					
						
						
							
							Fix for overallocated LiveView buffer.  
						
						 
						
						
						
						
					 
					
						2022-02-03 20:24:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6180c2f948 
					 
					
						
						
							
							Fix for overallocated LiveView buffer.  
						
						 
						
						
						
						
					 
					
						2022-02-03 20:21:09 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						52f0ae9350 
					 
					
						
						
							
							Merge branch 'master' into master-merge  
						
						 
						
						... 
						
						
						
						Few UI fixes. 
						
						
					 
					
						2022-02-03 17:40:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						fa0936da3c 
					 
					
						
						
							
							Fix for ESP8266 bootloop.  
						
						 
						
						... 
						
						
						
						Reordered preset sorting. 
						
						
					 
					
						2022-02-02 22:00:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8a30c6347e 
					 
					
						
						
							
							Remove error Toast after 10s.  
						
						 
						
						
						
						
					 
					
						2022-02-02 21:03:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						09bcf34050 
					 
					
						
						
							
							Non-effect preset should not unload playlist.  
						
						 
						
						
						
						
					 
					
						2022-02-02 20:53:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						795c515999 
					 
					
						
						
							
							Merge pull request  #2517  from ChuckMash/serial+  
						
						 
						
						... 
						
						
						
						Extend Serial functions. Baudrate changeable during runtime and fast LED data retrieval 
						
						
					 
					
						2022-02-01 20:07:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						00dbdc2267 
					 
					
						
						
							
							Baud rate setting  
						
						 
						
						
						
						
					 
					
						2022-02-01 20:02:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						32286888e5 
					 
					
						
						
							
							PinManager, cleanup and tmp2 out  
						
						 
						
						
						
						
					 
					
						2022-02-01 18:21:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						565d8d8f04 
					 
					
						
						
							
							Binary Websockets for Peek ( #2516 )  
						
						 
						
						... 
						
						
						
						* Binary Websockets for Peek
* No IRAM_ATTR here
* Use builtin LittleFS for all ESP32 builds
* Attempt LittleFS compilation fix
* Use tasmota zip for all ESP32 builds
* Revert to Arduino Core 1 for the time being 
						
						
					 
					
						2022-02-01 12:02:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						0a5a0bef48 
					 
					
						
						
							
							Enhanced usermods. ( #2522 )  
						
						 
						
						
						
						
					 
					
						2022-02-01 09:33:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6e0e5c102e 
					 
					
						
						
							
							Added extractModeName() utility function.  
						
						 
						
						
						
						
					 
					
						2022-01-31 20:43:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d31271fee3 
					 
					
						
						
							
							Minor fixes:  
						
						 
						
						... 
						
						
						
						- optimized setPixelSegment()
- moved extractModeName() to util.cpp
- optimized extractModeName()
- removed SR extensions from /json/effects endpoint (compatibility estabished) 
						
						
					 
					
						2022-01-31 20:35:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						be8a9ae73b 
					 
					
						
						
							
							setPixelSegment() optimization  
						
						 
						
						
						
						
					 
					
						2022-01-31 17:56:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sousanator 
							
						 
					 
					
						
						
							
						
						afaa001738 
					 
					
						
						
							
							Merge branch 'master' into master  
						
						 
						
						
						
						
					 
					
						2022-01-30 10:51:51 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ChuckMash 
							
						 
					 
					
						
						
							
						
						22fbb0e35b 
					 
					
						
						
							
							Update wled_serial.cpp  
						
						 
						
						... 
						
						
						
						Adds serial functionality
Can now change baud rate during runtime to be faster
Retrieve LED strip data as JSON blob
Retrieve LED strip data as BYTES (fast!) 
						
						
					 
					
						2022-01-28 23:35:40 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						026a53f3ff 
					 
					
						
						
							
							Bugfix for expanding timed presets.  
						
						 
						
						... 
						
						
						
						Removed AsyncWebServer callbacks (string replace). 
						
						
					 
					
						2022-01-28 16:31:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						e17203ca1b 
					 
					
						
						
							
							Fix for expand timed presets.  
						
						 
						
						
						
						
					 
					
						2022-01-28 13:51:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						599c7919ce 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2022-01-27 21:15:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						778b601cd5 
					 
					
						
						
							
							Playlist bugfix.  
						
						 
						
						
						
						
					 
					
						2022-01-27 21:01:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3170fa2208 
					 
					
						
						
							
							Playlist bugfix.  
						
						 
						
						
						
						
					 
					
						2022-01-27 21:00:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						07216db864 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/aircoookie/WLED  
						
						 
						
						
						
						
					 
					
						2022-01-27 19:26:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						fec870f264 
					 
					
						
						
							
							Fix for default action not triggering colorUpdated  
						
						 
						
						
						
						
					 
					
						2022-01-27 19:26:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4518f089cc 
					 
					
						
						
							
							Missing settings page.  
						
						 
						
						
						
						
					 
					
						2022-01-27 16:37:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						2c5eba335f 
					 
					
						
						
							
							Added white channel to Peek ( closes   #1716 )  
						
						 
						
						
						
						
					 
					
						2022-01-26 13:26:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike Ryan 
							
						 
					 
					
						
						
							
						
						fb19f1ecbc 
					 
					
						
						
							
							Allow overriding of color order by LED pixel range. ( #2463 )  
						
						 
						
						... 
						
						
						
						* Overridable color order
- Use `ColorOrderMap` to hold optional color order overrides for ranges
  of LEDs.
- Serialization of config to/from filesystem is complete.
- Back-end configuration is complete.
- TODO: front-end changes to the LED settings page.
* Add Color order override settings
- Adds color order override section to settings page.
* PR Feedback
- Limit max number of color order overrides to 5 on ESP8266
- Only append color overrides if they were provided in the POST of LED
  settings. 
						
						
					 
					
						2022-01-26 00:42:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						91dd03ba67 
					 
					
						
						
							
							Merge fix.  
						
						 
						
						... 
						
						
						
						Increased JSON buffer for ESP32 
						
						
					 
					
						2022-01-25 21:24:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						86092541ed 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2022-01-25 17:53:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						e879fe5843 
					 
					
						
						
							
							Remove obsolete usermods. ( #2510 )  
						
						 
						
						
						
						
					 
					
						2022-01-25 16:42:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						0ca7699fe5 
					 
					
						
						
							
							Merge pull request  #2427  from Aircoookie/sync-seg  
						
						 
						
						... 
						
						
						
						Sync segment options. 
						
						
					 
					
						2022-01-25 12:54:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						7f6adfa331 
					 
					
						
						
							
							Converted indentation tabs to spaces.  
						
						 
						
						
						
						
					 
					
						2022-01-25 12:47:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						5f0b102671 
					 
					
						
						
							
							Send segment ID, start, stop, and cct  
						
						 
						
						
						
						
					 
					
						2022-01-24 18:31:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						70a59daa6f 
					 
					
						
						
							
							Fix for incorrect repeatable segment.  
						
						 
						
						
						
						
					 
					
						2022-01-24 17:18:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						d28eb6ae21 
					 
					
						
						
							
							Repeat other seg than 0 bugfix  
						
						 
						
						
						
						
					 
					
						2022-01-24 16:44:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						34865f797f 
					 
					
						
						
							
							Factory reset on very long press.  
						
						 
						
						
						
						
					 
					
						2022-01-24 14:20:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								André Klitzing 
							
						 
					 
					
						
						
							
						
						eca980dfca 
					 
					
						
						
							
							Add initial support for ESP32-C3 ( #2454 )  
						
						 
						
						... 
						
						
						
						* WIP Add support for ESP32-C3
* Add esp32c3 to default_envs
* Use new platform from tasmota
* Switch back to 2.8.1 as it seems by fixed 
						
						
					 
					
						2022-01-24 11:34:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason2866 
							
						 
					 
					
						
						
							
						
						742c792ec7 
					 
					
						
						
							
							Use latest Arduino ESP32 ( #2502 )  
						
						 
						
						... 
						
						
						
						build with IDF44-rc1 and Arduino from 21.01.2022. Toolchains updated to 8.4.0 2021r2-patch2
The platform can be used for ESP32, ESP32-S2 and ESP32-C3 
						
						
					 
					
						2022-01-24 11:28:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						24a5f7a38e 
					 
					
						
						
							
							Fix for colorUpdated() on button 1 press.  
						
						 
						
						
						
						
					 
					
						2022-01-24 07:41:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						554949102b 
					 
					
						
						
							
							Build bump.  
						
						 
						
						
						
						
					 
					
						2022-01-23 11:45:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0f3b95802d 
					 
					
						
						
							
							UI tweaks.  
						
						 
						
						
						
						
					 
					
						2022-01-23 11:43:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						868910fddf 
					 
					
						
						
							
							Merge branch '4ld-font' into color-order-mapping  
						
						 
						
						
						
						
					 
					
						2022-01-23 11:14:19 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						436542eff8 
					 
					
						
						
							
							Slidercontrol fix.  
						
						 
						
						
						
						
					 
					
						2022-01-23 11:13:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f4c05c67a2 
					 
					
						
						
							
							Minor tweak.  
						
						 
						
						
						
						
					 
					
						2022-01-22 23:35:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6f7f67df5a 
					 
					
						
						
							
							Merge branch '4ld-font' into color-order-mapping  
						
						 
						
						
						
						
					 
					
						2022-01-22 23:20:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						50b6163e73 
					 
					
						
						
							
							Merge branch 'color-order-mapping' of  https://github.com/justfalter/WLED  into color-order-mapping  
						
						 
						
						
						
						
					 
					
						2022-01-22 23:19:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						9b062f33c5 
					 
					
						
						
							
							Merge pull request  #2450  from frankalicious/patch-1  
						
						 
						
						... 
						
						
						
						fix name of image for ST7789 usermod 
						
						
					 
					
						2022-01-22 23:07:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						ea15c2245e 
					 
					
						
						
							
							Merge pull request  #2497  from herm/usermod_multirelay  
						
						 
						
						... 
						
						
						
						Add Home Assisant MQTT autodiscovery for usermod multi_relay. 
						
						
					 
					
						2022-01-22 22:57:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						beb539abaf 
					 
					
						
						
							
							Resizing window fix.  
						
						 
						
						
						
						
					 
					
						2022-01-22 21:45:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6dd1d45a02 
					 
					
						
						
							
							Added config option for HA autodiscovery.  
						
						 
						
						
						
						
					 
					
						2022-01-22 20:59:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						26ae6d3691 
					 
					
						
						
							
							Added config option for HA autodiscovery.  
						
						 
						
						
						
						
					 
					
						2022-01-22 20:49:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						90ea01aa46 
					 
					
						
						
							
							Possible fix for UI not loading on returning from Settings.  
						
						 
						
						
						
						
					 
					
						2022-01-22 13:54:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6c52105ac7 
					 
					
						
						
							
							Restore original behavior for button 0.  
						
						 
						
						
						
						
					 
					
						2022-01-21 21:24:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						f97bc9dba8 
					 
					
						
						
							
							Fix DMX menu settings item  
						
						 
						
						
						
						
					 
					
						2022-01-21 20:35:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3332375d7c 
					 
					
						
						
							
							A few fixes.  
						
						 
						
						... 
						
						
						
						Added HA autodiscovery to Multi relay usermod. 
						
						
					 
					
						2022-01-21 17:30:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						fe6b1c13c4 
					 
					
						
						
							
							Periodic broadcasts.  
						
						 
						
						
						
						
					 
					
						2022-01-21 16:08:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5608425a12 
					 
					
						
						
							
							Added comments.  
						
						 
						
						... 
						
						
						
						Fix for incorrect boot state. 
						
						
					 
					
						2022-01-21 15:55:25 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						f784b01d20 
					 
					
						
						
							
							Update year  
						
						 
						
						
						
						
					 
					
						2022-01-21 01:48:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hermann Kraus 
							
						 
					 
					
						
						
							
						
						2648eba5bf 
					 
					
						
						
							
							Deprecate usermod mqtt_switch. ( #2499 )  
						
						 
						
						
						
						
					 
					
						2022-01-20 23:31:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						255347ab77 
					 
					
						
						
							
							Minor clenup.  
						
						 
						
						
						
						
					 
					
						2022-01-20 17:38:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hermann Kraus 
							
						 
					 
					
						
						
							
						
						52c36ef6a4 
					 
					
						
						
							
							Add Home Assisant MQTT autodiscovery for usermod multi_relay.  
						
						 
						
						
						
						
					 
					
						2022-01-20 00:30:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ed2e083d13 
					 
					
						
						
							
							Added button 0 doubleclick for net info.  
						
						 
						
						
						
						
					 
					
						2022-01-19 22:15:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						80f7c5ed9d 
					 
					
						
						
							
							Added CCT to rotary encoder.  
						
						 
						
						
						
						
					 
					
						2022-01-19 20:39:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8d33cbeaca 
					 
					
						
						
							
							Fix for effect not being applied using rotary encoder.  
						
						 
						
						
						
						
					 
					
						2022-01-19 16:53:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b0b8bc7385 
					 
					
						
						
							
							Dynamic vcomh fix.  
						
						 
						
						... 
						
						
						
						New parameter autosave. 
						
						
					 
					
						2022-01-18 20:29:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						edbc8b28d5 
					 
					
						
						
							
							Merge pull request  #18  from Proto-molecule/blaz-4ld  
						
						 
						
						... 
						
						
						
						add VCOMH fix 
						
						
					 
					
						2022-01-18 10:45:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Proto-molecule 
							
						 
					 
					
						
						
							
						
						da9bab16e1 
					 
					
						
						
							
							add VCOMH fix  
						
						 
						
						
						
						
					 
					
						2022-01-17 23:26:36 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						75098d8b3e 
					 
					
						
						
							
							Optimizations  
						
						 
						
						
						
						
					 
					
						2022-01-17 20:29:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						65bb7fd533 
					 
					
						
						
							
							Delay for ESP8266 to keep up.  
						
						 
						
						
						
						
					 
					
						2022-01-16 22:08:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0259e78b2f 
					 
					
						
						
							
							Minor changes  
						
						 
						
						
						
						
					 
					
						2022-01-16 22:07:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						99b8888a1b 
					 
					
						
						
							
							Merge branch 'full-seg-sync' into 4ld-font  
						
						 
						
						
						
						
					 
					
						2022-01-16 15:23:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Proto-molecule 
							
						 
					 
					
						
						
							
						
						689f4ef606 
					 
					
						
						
							
							add glyphs for 32x128  
						
						 
						
						
						
						
					 
					
						2022-01-15 19:01:09 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b0c40e1e37 
					 
					
						
						
							
							Color change tracking. Minor fixes.  
						
						 
						
						
						
						
					 
					
						2022-01-15 21:15:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e54819e7e5 
					 
					
						
						
							
							Merge branch 'master' into sync-seg  
						
						 
						
						
						
						
					 
					
						2022-01-15 14:08:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7eb029dcb6 
					 
					
						
						
							
							Complete segment syncing.  
						
						 
						
						... 
						
						
						
						Reduced complexity of colorUpdated regarding effect/color change.
Minor optimizations. 
						
						
					 
					
						2022-01-15 14:04:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3da70c3e8b 
					 
					
						
						
							
							Full segment syncing.  
						
						 
						
						... 
						
						
						
						- removed setEffectConfig()
- rate limit handleNightlight()
- fixes in colorUpdated()
- segment color fix in UDP routine 
						
						
					 
					
						2022-01-15 00:06:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								André Klitzing 
							
						 
					 
					
						
						
							
						
						f8c80283e4 
					 
					
						
						
							
							Use arduino-esp32 2.0.2 for ESP32-S2 ( #2452 )  
						
						 
						
						... 
						
						
						
						* Use arduino-esp32 2.0.2 for ESP32-S2
LittleFS is merged into it.
* Fix filesystem error for ESP32-S2
Use platform of tasmota until upstream released it and
use board_build.flash_mode = qio
* Fix empty disk usage
* Add esp32s2_saola to default_envs
* Remove lorol LITTLEFS for esp32dev, too
* Revert "Remove lorol LITTLEFS for esp32dev, too"
This reverts commit 3586d5eef7 . 
						
						
					 
					
						2022-01-14 17:19:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						72a6681ac1 
					 
					
						
						
							
							Merge branch 'full-seg-sync' of github.com:blazoncek/WLED into full-seg-sync  
						
						 
						
						
						
						
					 
					
						2022-01-14 15:01:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						1ab555b590 
					 
					
						
						
							
							Cleaning colorUpdated() & UDP segment syncing.  
						
						 
						
						... 
						
						
						
						Added selected segments only save. 
						
						
					 
					
						2022-01-14 14:27:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4602ec7688 
					 
					
						
						
							
							Merge branch 'dev' into full-seg-sync  
						
						 
						
						
						
						
					 
					
						2022-01-13 20:07:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike Ryan 
							
						 
					 
					
						
						
							
						
						5c39d8d12e 
					 
					
						
						
							
							PR Feedback  
						
						 
						
						... 
						
						
						
						- Limit max number of color order overrides to 5 on ESP8266
- Only append color overrides if they were provided in the POST of LED
  settings. 
						
						
					 
					
						2022-01-13 09:06:01 -06:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						97284fcf87 
					 
					
						
						
							
							Prevent continuous polling on error.  
						
						 
						
						
						
						
					 
					
						2022-01-13 15:27:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c8b1654e0a 
					 
					
						
						
							
							Some fixes and new slider values.  
						
						 
						
						
						
						
					 
					
						2022-01-12 21:48:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0400d0e0f0 
					 
					
						
						
							
							Additional sliders.  
						
						 
						
						
						
						
					 
					
						2022-01-12 21:35:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4040f6bec6 
					 
					
						
						
							
							Merge branch 'dev' into full-seg-sync  
						
						 
						
						
						
						
					 
					
						2022-01-12 16:31:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a4a3aa045b 
					 
					
						
						
							
							A few more slider values added.  
						
						 
						
						
						
						
					 
					
						2022-01-12 15:45:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a5a18903c7 
					 
					
						
						
							
							Merge branch 'dev' into full-seg-sync  
						
						 
						
						
						
						
					 
					
						2022-01-12 15:15:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6990986d9f 
					 
					
						
						
							
							Bootloop fix for ALT 4LD.  
						
						 
						
						
						
						
					 
					
						2022-01-11 21:58:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						06ded0098c 
					 
					
						
						
							
							Aurora speed change.  
						
						 
						
						... 
						
						
						
						Fix for Palette title. 
						
						
					 
					
						2022-01-10 19:00:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f1fbea30f1 
					 
					
						
						
							
							Some slider values & defaults.  
						
						 
						
						
						
						
					 
					
						2022-01-10 18:42:09 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						04f5bdb843 
					 
					
						
						
							
							Fix for NTP sync on millis() rollover.  
						
						 
						
						... 
						
						
						
						AP mode delay on boot (#2242 ). 
						
						
					 
					
						2022-01-10 13:53:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						d29283ff21 
					 
					
						
						
							
							WIP: segment size in UDP  
						
						 
						
						
						
						
					 
					
						2022-01-10 09:03:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						35779dad8b 
					 
					
						
						
							
							Merge branch 'dev' into sensor-info  
						
						 
						
						
						
						
					 
					
						2022-01-09 22:00:09 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ee0d6420a0 
					 
					
						
						
							
							Re-read temperature on error.  
						
						 
						
						
						
						
					 
					
						2022-01-09 21:43:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f66d847032 
					 
					
						
						
							
							Fix for missing character in slider name.  
						
						 
						
						
						
						
					 
					
						2022-01-09 21:03:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						aba4dc7c50 
					 
					
						
						
							
							Bugfix for analog button read limitation.  
						
						 
						
						
						
						
					 
					
						2022-01-09 15:13:58 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						99d0c5e2c6 
					 
					
						
						
							
							Fix for bugfix. :)  
						
						 
						
						... 
						
						
						
						Reduced millis() calls. 
						
						
					 
					
						2022-01-09 15:13:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						fa55b94528 
					 
					
						
						
							
							Bugfix for analog button read limitation.  
						
						 
						
						
						
						
					 
					
						2022-01-09 15:01:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						7fb46cf982 
					 
					
						
						
							
							WIP: Segment loop size byte  
						
						 
						
						
						
						
					 
					
						2022-01-09 14:16:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						523752b263 
					 
					
						
						
							
							Merge branch 'dev' into full-seg-sync  
						
						 
						
						
						
						
					 
					
						2022-01-09 00:03:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7df4b8e8cc 
					 
					
						
						
							
							Sync bugfix (preset, playlist)  
						
						 
						
						... 
						
						
						
						PIR sensor bugfix. 
						
						
					 
					
						2022-01-08 23:53:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7a4ed5a337 
					 
					
						
						
							
							UI bugfix.  
						
						 
						
						
						
						
					 
					
						2022-01-08 12:45:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ec37085e39 
					 
					
						
						
							
							Bugfix for nodes button.  
						
						 
						
						
						
						
					 
					
						2022-01-08 00:04:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						61e1e2729d 
					 
					
						
						
							
							Fix uspIn and mode  
						
						 
						
						
						
						
					 
					
						2022-01-08 00:04:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ae8281f835 
					 
					
						
						
							
							error in udpIn  
						
						 
						
						
						
						
					 
					
						2022-01-07 21:16:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						2efa68dd60 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2022-01-07 19:25:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						d2c92781c8 
					 
					
						
						
							
							Full segment UDP syncing.  
						
						 
						
						
						
						
					 
					
						2022-01-07 19:18:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						fa35293618 
					 
					
						
						
							
							Full segment syncing.  
						
						 
						
						
						
						
					 
					
						2022-01-07 19:12:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						20ccca0aec 
					 
					
						
						
							
							Swapped grouping and spacing in UDP packet.  
						
						 
						
						
						
						
					 
					
						2022-01-07 17:53:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						10e216da6b 
					 
					
						
						
							
							Fix for missing middle segment.  
						
						 
						
						
						
						
					 
					
						2022-01-07 17:48:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						6491353a57 
					 
					
						
						
							
							Missing rptSeg()  
						
						 
						
						
						
						
					 
					
						2022-01-07 17:31:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1906523489 
					 
					
						
						
							
							Akemi & WLED logo for 4 Line Display usermod.  
						
						 
						
						... 
						
						
						
						Commented out unused fonts. 
						
						
					 
					
						2022-01-07 10:10:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						24beaa0d18 
					 
					
						
						
							
							Merge pull request  #16  from Proto-molecule/patch-1  
						
						 
						
						... 
						
						
						
						add logos and Akemi icon to all font libraries 
						
						
					 
					
						2022-01-07 08:44:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e1deb48121 
					 
					
						
						
							
							Optimizing simple UI  
						
						 
						
						... 
						
						
						
						- no longer hiding brightness
- cleaner look 
						
						
					 
					
						2022-01-06 22:21:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Benji 
							
						 
					 
					
						
						
							
						
						b3891bacaa 
					 
					
						
						
							
							add logos and Akemi icon to all font libraries  
						
						 
						
						
						
						
					 
					
						2022-01-05 23:29:46 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7939904ee3 
					 
					
						
						
							
							4Line & 8Line optimizations and fixes.  
						
						 
						
						
						
						
					 
					
						2022-01-05 20:58:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7dcd69a2df 
					 
					
						
						
							
							Fix boot logo.  
						
						 
						
						... 
						
						
						
						Comment out unused fonts. 
						
						
					 
					
						2022-01-05 17:20:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								IgorMarkovic 
							
						 
					 
					
						
						
							
						
						9f44f989e5 
					 
					
						
						
							
							Fix staircase mode segment 1 animation ( #2469 )  
						
						 
						
						
						
						
					 
					
						2022-01-05 16:09:25 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						002b2d0134 
					 
					
						
						
							
							Boot logo.  
						
						 
						
						
						
						
					 
					
						2022-01-05 10:40:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						8b10ec93c2 
					 
					
						
						
							
							Merge pull request  #15  from Proto-molecule/patch-4  
						
						 
						
						... 
						
						
						
						Update usermod_v2_four_line_display_ALT.h 
						
						
					 
					
						2022-01-05 09:54:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						cf9ecd1564 
					 
					
						
						
							
							Merge pull request  #14  from Proto-molecule/patch-2  
						
						 
						
						... 
						
						
						
						Create 4LD_wled_fonts.c 
						
						
					 
					
						2022-01-05 09:48:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Benji 
							
						 
					 
					
						
						
							
						
						f31147248b 
					 
					
						
						
							
							Update usermod_v2_four_line_display_ALT.h  
						
						 
						
						... 
						
						
						
						added draft for logo 
						
						
					 
					
						2022-01-05 00:08:51 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Benji 
							
						 
					 
					
						
						
							
						
						2f9c540660 
					 
					
						
						
							
							Update 4LD_wled_fonts.c  
						
						 
						
						
						
						
					 
					
						2022-01-05 00:06:19 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Benji 
							
						 
					 
					
						
						
							
						
						09489feff9 
					 
					
						
						
							
							Update 4LD_wled_fonts.c  
						
						 
						
						
						
						
					 
					
						2022-01-04 23:21:38 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Benji 
							
						 
					 
					
						
						
							
						
						0d17a69ee4 
					 
					
						
						
							
							Update usermod_v2_four_line_display_ALT.h  
						
						 
						
						
						
						
					 
					
						2022-01-04 23:09:48 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Benji 
							
						 
					 
					
						
						
							
						
						c5755a4ec4 
					 
					
						
						
							
							Create 4LD_wled_fonts.c  
						
						 
						
						
						
						
					 
					
						2022-01-04 23:05:45 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						20bc3719a4 
					 
					
						
						
							
							Rotary encoder enhancements:  
						
						 
						
						... 
						
						
						
						- Added double press action.
- Rewritten button handling. 
						
						
					 
					
						2022-01-04 22:25:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7dc41ab205 
					 
					
						
						
							
							Merge branch 'dev' into test-4ld  
						
						 
						
						
						
						
					 
					
						2022-01-04 20:06:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						acc21e3b43 
					 
					
						
						
							
							Minor simple UI fix and cleanup.  
						
						 
						
						
						
						
					 
					
						2022-01-04 19:33:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						41a6726beb 
					 
					
						
						
							
							Polish simpified UI  
						
						 
						
						
						
						
					 
					
						2022-01-04 17:58:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						2f8ba75970 
					 
					
						
						
							
							Custom font  
						
						 
						
						
						
						
					 
					
						2022-01-04 12:10:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Proto-molecule 
							
						 
					 
					
						
						
							
						
						eb08129226 
					 
					
						
						
							
							Update usermod_v2_four_line_display_ALT.h  
						
						 
						
						... 
						
						
						
						Add icon fonts 
						
						
					 
					
						2022-01-03 22:07:40 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						816823b115 
					 
					
						
						
							
							Simple UI update.  
						
						 
						
						
						
						
					 
					
						2022-01-03 22:37:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b6059939b4 
					 
					
						
						
							
							Bugfix for applying WIN API in JSON request.  
						
						 
						
						... 
						
						
						
						Added preset cycling in rotary encoder.
Removed custom font from 4LD in favor of built-in. 
						
						
					 
					
						2022-01-03 22:23:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike Ryan 
							
						 
					 
					
						
						
							
						
						b8e23b2d7e 
					 
					
						
						
							
							Add Color order override settings  
						
						 
						
						... 
						
						
						
						- Adds color order override section to settings page. 
						
						
					 
					
						2022-01-02 18:51:00 -06:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike Ryan 
							
						 
					 
					
						
						
							
						
						a06846fa74 
					 
					
						
						
							
							Overridable color order  
						
						 
						
						... 
						
						
						
						- Use `ColorOrderMap` to hold optional color order overrides for ranges
  of LEDs.
- Serialization of config to/from filesystem is complete.
- Back-end configuration is complete.
- TODO: front-end changes to the LED settings page. 
						
						
					 
					
						2022-01-02 18:24:12 -06:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						33f72e40da 
					 
					
						
						
							
							Replace icon unavailable on some mobile browsers  
						
						 
						
						
						
						
					 
					
						2022-01-02 18:06:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e8b2d80037 
					 
					
						
						
							
							Minor code optimizations.  
						
						 
						
						
						
						
					 
					
						2022-01-02 14:27:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						853463b7cd 
					 
					
						
						
							
							Bugfixes.  
						
						 
						
						
						
						
					 
					
						2022-01-02 14:26:09 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						518e1a6405 
					 
					
						
						
							
							Merge pull request  #12  from Proto-molecule/patch-1  
						
						 
						
						... 
						
						
						
						Patch 1 
						
						
					 
					
						2022-01-02 11:37:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						afd376ddbc 
					 
					
						
						
							
							Merge branch 'display-enh' into patch-1  
						
						 
						
						
						
						
					 
					
						2022-01-02 11:34:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1ce325ee8a 
					 
					
						
						
							
							Modifications to 4LD  
						
						 
						
						
						
						
					 
					
						2022-01-02 11:28:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1e947a34a8 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2022-01-01 16:36:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						fe1e5aeebf 
					 
					
						
						
							
							Merge branch 'dev' into sensor-info  
						
						 
						
						... 
						
						
						
						Conflicts:
	usermods/Temperature/usermod_temperature.h 
						
						
					 
					
						2022-01-01 12:57:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8386b9a0b4 
					 
					
						
						
							
							Removed dynamic JSON buffer entirely.  
						
						 
						
						... 
						
						
						
						Temporary presets in RAM (ESP32)
Async loading of presets (stability).
Other minor fixes.
Bumped version to 0.13.1-bl6 
						
						
					 
					
						2022-01-01 12:52:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						40323e3afe 
					 
					
						
						
							
							UM optimizations.  
						
						 
						
						
						
						
					 
					
						2021-12-31 18:25:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						18868a5bd6 
					 
					
						
						
							
							Date controlled timed presets. ( #2447 )  
						
						 
						
						... 
						
						
						
						* Date controlled timed presets.
* C/P fix for sunset.
* Fixed % escape character
* Date range support
* Date logic fix
Co-authored-by: cschwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2021-12-31 14:09:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						754682577c 
					 
					
						
						
							
							Configurable framerate ( #2444 )  
						
						 
						
						... 
						
						
						
						Updated arduino core versions
Better performance on esp32 core 3.x due to IRAM_ATTR
Fixed analog busses init to full white/on 
						
						
					 
					
						2021-12-30 01:48:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						603dee7661 
					 
					
						
						
							
							Apply FX defaults fix.  
						
						 
						
						... 
						
						
						
						ALT 4LD optimizations. 
						
						
					 
					
						2021-12-29 19:12:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2a27cc46e2 
					 
					
						
						
							
							Added forcing NTP update on Time¯o save.  
						
						 
						
						
						
						
					 
					
						2021-12-29 17:03:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a9a06a1e4e 
					 
					
						
						
							
							Fix for NTP sync on millis() rollover.  
						
						 
						
						
						
						
					 
					
						2021-12-29 15:09:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5f73725b8f 
					 
					
						
						
							
							Yet naother fix.  
						
						 
						
						
						
						
					 
					
						2021-12-28 22:14:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						324983024a 
					 
					
						
						
							
							Temporary fix for incorrect temperature reading.  
						
						 
						
						
						
						
					 
					
						2021-12-28 21:53:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7cb63b1da0 
					 
					
						
						
							
							Fix for default values loaded even with preset.  
						
						 
						
						
						
						
					 
					
						2021-12-28 21:38:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						31603380c1 
					 
					
						
						
							
							Bugfix autosegments & solid pattern  
						
						 
						
						
						
						
					 
					
						2021-12-28 18:53:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5a3d3b0324 
					 
					
						
						
							
							Default values for effects.  
						
						 
						
						... 
						
						
						
						Moved mode names to FX_fcn.cpp 
						
						
					 
					
						2021-12-28 18:09:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						78006855ee 
					 
					
						
						
							
							Fix for 8266 default core.  
						
						 
						
						
						
						
					 
					
						2021-12-28 07:30:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sousanator 
							
						 
					 
					
						
						
							
						
						71520f6709 
					 
					
						
						
							
							Update const.h  
						
						 
						
						... 
						
						
						
						Added option for LDP6803 
						
						
					 
					
						2021-12-27 18:06:58 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sousanator 
							
						 
					 
					
						
						
							
						
						3f5a09229d 
					 
					
						
						
							
							Update settings_leds.htm  
						
						 
						
						... 
						
						
						
						Added option for LPD6803 
						
						
					 
					
						2021-12-27 18:04:14 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sousanator 
							
						 
					 
					
						
						
							
						
						5609771993 
					 
					
						
						
							
							Update html_settings.h  
						
						 
						
						
						
						
					 
					
						2021-12-27 18:01:42 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sousanator 
							
						 
					 
					
						
						
							
						
						79b01cdc3c 
					 
					
						
						
							
							Update bus_wrapper.h  
						
						 
						
						... 
						
						
						
						Added support for LPD6803 
						
						
					 
					
						2021-12-27 17:54:37 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						73f99b5e22 
					 
					
						
						
							
							Bugfix for restoring previous LED state.  
						
						 
						
						
						
						
					 
					
						2021-12-27 16:13:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7d6f8eb495 
					 
					
						
						
							
							WS notifications on PIR state change.  
						
						 
						
						
						
						
					 
					
						2021-12-27 15:40:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						eac5340b03 
					 
					
						
						
							
							Merge branch 'configurable-fps' of  https://github.com/aircoookie/WLED  into dev  
						
						 
						
						
						
						
					 
					
						2021-12-26 11:59:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								frankalicious 
							
						 
					 
					
						
						
							
						
						aef0243b73 
					 
					
						
						
							
							fix name of image for ST7789 usermod  
						
						 
						
						
						
						
					 
					
						2021-12-26 11:06:20 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								akshay rajput 
							
						 
					 
					
						
						
							
						
						736053e24e 
					 
					
						
						
							
							Patch to remove preceding zero of hour digit for 7segment usermod ( #2445 )  
						
						 
						
						... 
						
						
						
						* Update usermod_seven_segment_reloaded.h
* Update usermod_seven_segment_reloaded.h 
						
						
					 
					
						2021-12-26 02:29:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						36b196dd93 
					 
					
						
						
							
							Date controlled timed presets.  
						
						 
						
						
						
						
					 
					
						2021-12-25 18:46:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						549dcd32ca 
					 
					
						
						
							
							Configurable framerate  
						
						 
						
						... 
						
						
						
						Updated arduino core versions
Better performance on esp32 core 3.x due to IRAM_ATTR
Fixed analog busses init to full white/on 
						
						
					 
					
						2021-12-25 01:30:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a59f56d852 
					 
					
						
						
							
							LAT/LON helper for Samsung devices.  
						
						 
						
						
						
						
					 
					
						2021-12-23 20:37:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2c14181051 
					 
					
						
						
							
							LAT/LON helper for Samsung devices.  
						
						 
						
						
						
						
					 
					
						2021-12-23 20:32:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c2b9e06a4a 
					 
					
						
						
							
							Color slot selection glitch fix.  
						
						 
						
						
						
						
					 
					
						2021-12-22 23:04:58 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						964978d45b 
					 
					
						
						
							
							Optimizations.  
						
						 
						
						
						
						
					 
					
						2021-12-22 18:37:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Proto-molecule 
							
						 
					 
					
						
						
							
						
						599490bb6e 
					 
					
						
						
							
							bugs  
						
						 
						
						... 
						
						
						
						line 436: perhaps this needs to be 256? 
						
						
					 
					
						2021-12-22 01:18:29 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Proto-molecule 
							
						 
					 
					
						
						
							
						
						a841e1fb2e 
					 
					
						
						
							
							bugs  
						
						 
						
						... 
						
						
						
						Line 526: "now - lastRedraw" equates to a negative number and forces the screen into sleep mode
Line 646, 660: if the array size isn't at least the length of the longest name of an effect or palette, then it will not fully print. "Fireworks Starburst" is the longest one at 19 characters. this it kinda a bandaid fix because a longer name may come in the future. 
						
						
					 
					
						2021-12-22 00:43:14 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						296fe4b62e 
					 
					
						
						
							
							Unload playlist on timed presets.  
						
						 
						
						
						
						
					 
					
						2021-12-21 22:46:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cb4c736fab 
					 
					
						
						
							
							Bugfix galore.  
						
						 
						
						
						
						
					 
					
						2021-12-21 20:43:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						118f02fd11 
					 
					
						
						
							
							Unload playlist on timed presets.  
						
						 
						
						
						
						
					 
					
						2021-12-21 18:47:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						990d0f6e3e 
					 
					
						
						
							
							Fix for skipping reset of segments when changing spacing.  
						
						 
						
						
						
						
					 
					
						2021-12-21 18:26:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						84624666ce 
					 
					
						
						
							
							Incorrect delete fix.  
						
						 
						
						
						
						
					 
					
						2021-12-21 18:16:25 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						42474e551f 
					 
					
						
						
							
							Added check for newest parameter and bus frequency  
						
						 
						
						
						
						
					 
					
						2021-12-21 12:38:19 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						061e055d1b 
					 
					
						
						
							
							Optimizations in ALT rotary encoder & display usermods.  
						
						 
						
						
						
						
					 
					
						2021-12-21 11:20:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						12f2caa8d6 
					 
					
						
						
							
							Alt Rotary Encoder & Alt 4LD enhancements.  
						
						 
						
						
						
						
					 
					
						2021-12-20 20:44:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8bd716c056 
					 
					
						
						
							
							Prevent undefind FX behaviour on millis() rollover  
						
						 
						
						
						
						
					 
					
						2021-12-20 16:43:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						b890b5f0dc 
					 
					
						
						
							
							millis() rollover fix for effects  
						
						 
						
						
						
						
					 
					
						2021-12-20 11:29:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Hofmann 
							
						 
					 
					
						
						
							
						
						cd95abb2a1 
					 
					
						
						
							
							Usermod quinled-an-penta: Updated IOs for v1r1 release ( #2429 )  
						
						 
						
						... 
						
						
						
						* UM QuinLED-An-Penta: First version
* UM QuinLED-An-Penta: Made OLED seconds a setting; small improvements
* UM QuinLED-An-Penta: Fixed unique ID
* Merge branch 'master' of https://github.com/Aircoookie/WLED 
* UM QuinLED-An-Penta: Fixed config loading
* UM QuinLED-An-Penta: Replaced ledcRead() with calculating the percentage
* UM QuinLED-An-Penta: Fixed temp sensor readings
* UM QuinLED-An-Penta: Removing OLED bus clk setting
* UM QuinLED-An-Penta: ETH support, lots of OLED improvements
* UM quinled-an-penta: v1r1 adjustments 
						
						
					 
					
						2021-12-20 01:41:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c3df9e6270 
					 
					
						
						
							
							Increased time before reading temperature.  
						
						 
						
						... 
						
						
						
						4LD modifications. 
						
						
					 
					
						2021-12-19 21:14:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6463fbee32 
					 
					
						
						
							
							Fix for usermod sornt& rotary encoder.  
						
						 
						
						
						
						
					 
					
						2021-12-19 16:50:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e43cdc6674 
					 
					
						
						
							
							Slight optimization in Temperature usermod.  
						
						 
						
						
						
						
					 
					
						2021-12-19 12:05:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						59216a9ae1 
					 
					
						
						
							
							UI refinements.  
						
						 
						
						... 
						
						
						
						Disconnect all WS clients on low mem. 
						
						
					 
					
						2021-12-18 17:13:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						47a620bd36 
					 
					
						
						
							
							Merge branch 'dev' into sync-seg  
						
						 
						
						
						
						
					 
					
						2021-12-18 10:26:20 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						37dbf4d8ec 
					 
					
						
						
							
							Prevent memory exceptions using WS.  
						
						 
						
						
						
						
					 
					
						2021-12-18 10:25:58 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1270f2d577 
					 
					
						
						
							
							Sync segment options.  
						
						 
						
						... 
						
						
						
						Freeze effect.
Repeat last segment until end. 
						
						
					 
					
						2021-12-17 20:33:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						80a067806d 
					 
					
						
						
							
							Spacing & grouping notification.  
						
						 
						
						
						
						
					 
					
						2021-12-17 17:36:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f20065f546 
					 
					
						
						
							
							Notification & UI fix  
						
						 
						
						
						
						
					 
					
						2021-12-17 17:29:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						43d50e270a 
					 
					
						
						
							
							Syncing segment options.  
						
						 
						
						
						
						
					 
					
						2021-12-17 11:22:20 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						c27117e99e 
					 
					
						
						
							
							Merge pull request  #2415  from Aircoookie/i2c-sharing  
						
						 
						
						... 
						
						
						
						Pin manager support for sharing multipin buses. 
						
						
					 
					
						2021-12-16 19:57:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						9c84f13425 
					 
					
						
						
							
							Add debug output in case of CRC error reading temp  
						
						 
						
						
						
						
					 
					
						2021-12-16 10:47:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b2cf7a16f2 
					 
					
						
						
							
							Added different reading for DS18S20 sensor  
						
						 
						
						
						
						
					 
					
						2021-12-15 19:34:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						28556790d6 
					 
					
						
						
							
							Removed loadInfo() in animated staircase.  
						
						 
						
						
						
						
					 
					
						2021-12-14 10:35:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						41c9bb63a0 
					 
					
						
						
							
							Pin manager support for sharing multipin buses.  
						
						 
						
						
						
						
					 
					
						2021-12-14 09:38:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						c2b2fafc9c 
					 
					
						
						
							
							Bugfix in 4LD.  
						
						 
						
						
						
						
					 
					
						2021-12-14 06:32:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5b88ba6d1d 
					 
					
						
						
							
							fix when hiding color slots  
						
						 
						
						
						
						
					 
					
						2021-12-13 17:57:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d036021a78 
					 
					
						
						
							
							Build bump.  
						
						 
						
						
						
						
					 
					
						2021-12-12 10:03:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Roman Reitschmied 
							
						 
					 
					
						
						
							
						
						7d5e2466f0 
					 
					
						
						
							
							add ability get LDR value from other usermods ( #2408 )  
						
						 
						
						
						
						
					 
					
						2021-12-12 00:31:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Roman Reitschmied 
							
						 
					 
					
						
						
							
						
						d3f35955d6 
					 
					
						
						
							
							New flexible usermod for seven segment displays ( #2409 )  
						
						 
						
						... 
						
						
						
						* add first version
* added max/min brightness to autoldr functionality
* added more information to the readme 
						
						
					 
					
						2021-12-12 00:31:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						fb338c0728 
					 
					
						
						
							
							Button preset call mode  
						
						 
						
						... 
						
						
						
						(stops main segment values from being applied to all presets) 
						
						
					 
					
						2021-12-11 23:44:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5462d1e9f8 
					 
					
						
						
							
							Bugfix  
						
						 
						
						... 
						
						
						
						- incorrect bus length
- invalid relay state
- preset JSON corruption on network call
- iro & rangetouch serving 
						
						
					 
					
						2021-12-11 23:17:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						2ce8f1ee5d 
					 
					
						
						
							
							Skip first and apply preset fixes  
						
						 
						
						
						
						
					 
					
						2021-12-11 19:30:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3f0258e215 
					 
					
						
						
							
							Playlist corrupting JSON buffer bugfix.  
						
						 
						
						
						
						
					 
					
						2021-12-10 20:45:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						e72a8d999f 
					 
					
						
						
							
							Merge pull request  #2393  from guardmedia/blends-effect  
						
						 
						
						... 
						
						
						
						Improved speed and reduced memory usage for Blends effect 
						
						
					 
					
						2021-12-10 18:42:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						fed16fd14e 
					 
					
						
						
							
							Fix for disconnects on ESP8266 with static JSON buffer  
						
						 
						
						
						
						
					 
					
						2021-12-10 17:30:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						5dbc45ecb9 
					 
					
						
						
							
							Fix for incorrectly placed release JSON buffer.  
						
						 
						
						
						
						
					 
					
						2021-12-10 17:06:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						2f411dfc9c 
					 
					
						
						
							
							Added compile time default for 4LD usermod.  
						
						 
						
						
						
						
					 
					
						2021-12-10 16:59:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						d6cff870e5 
					 
					
						
						
							
							Incorrect JSON buffer release fix.  
						
						 
						
						
						
						
					 
					
						2021-12-10 13:29:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						e1cd45c57e 
					 
					
						
						
							
							Bugfix for heap low disconnect.  
						
						 
						
						
						
						
					 
					
						2021-12-10 12:51:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7572b6f66b 
					 
					
						
						
							
							Remove volatile.  
						
						 
						
						
						
						
					 
					
						2021-12-09 15:08:19 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						e489b08bc1 
					 
					
						
						
							
							Possible double JSON use bugfix.  
						
						 
						
						
						
						
					 
					
						2021-12-09 13:01:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						094bdb29b6 
					 
					
						
						
							
							Fix for >10 buttons.  
						
						 
						
						
						
						
					 
					
						2021-12-08 22:41:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						712e05479b 
					 
					
						
						
							
							Cleanup.  
						
						 
						
						... 
						
						
						
						Bugfixes.
Changed links to point to kno.wled.ge 
						
						
					 
					
						2021-12-08 22:05:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						7c6c9eed36 
					 
					
						
						
							
							Prevent autozoom on input fields.  
						
						 
						
						
						
						
					 
					
						2021-12-08 14:38:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						63eee28a82 
					 
					
						
						
							
							Slow down loading rangetouch.js  
						
						 
						
						
						
						
					 
					
						2021-12-08 10:09:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						0777eaad10 
					 
					
						
						
							
							Minor styling changes.  
						
						 
						
						
						
						
					 
					
						2021-12-08 10:00:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						9e6866c160 
					 
					
						
						
							
							0.13.0-b6  
						
						 
						
						
						
						
					 
					
						2021-12-08 01:22:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						974dd8ce57 
					 
					
						
						
							
							Recusive palette update fix.  
						
						 
						
						
						
						
					 
					
						2021-12-07 19:17:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						957d08f4c6 
					 
					
						
						
							
							Merge branch 'dev' into gzip  
						
						 
						
						... 
						
						
						
						Minor fixes.
Enhanced SR UI handling for palettes. 
						
						
					 
					
						2021-12-07 18:53:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						156b499f93 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/aircoookie/WLED  into dev  
						
						 
						
						
						
						
					 
					
						2021-12-07 17:18:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f31100326b 
					 
					
						
						
							
							Fixes.  
						
						 
						
						
						
						
					 
					
						2021-12-07 16:31:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						9b7b1d6a61 
					 
					
						
						
							
							Minor cleaning.  
						
						 
						
						
						
						
					 
					
						2021-12-07 13:49:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						7101ad81c4 
					 
					
						
						
							
							No auto white for RGB DDP bus  
						
						 
						
						
						
						
					 
					
						2021-12-07 13:37:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						8643263227 
					 
					
						
						
							
							Add two new Fairy FX modes  
						
						 
						
						
						
						
					 
					
						2021-12-07 11:03:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						409c1b7584 
					 
					
						
						
							
							Added comments.  
						
						 
						
						
						
						
					 
					
						2021-12-07 08:26:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tyler Walters 
							
						 
					 
					
						
						
							
						
						eab132ed32 
					 
					
						
						
							
							Improved speed and reduced memory usage for Blends effect  
						
						 
						
						... 
						
						
						
						color_blend() function only generates 256 colors from the palette before repeating. Improved the function to use either 256 max or the segment length if shorter. 
						
						
					 
					
						2021-12-06 22:17:35 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f45b5da71a 
					 
					
						
						
							
							GZIPped UI & settings pages.  
						
						 
						
						... 
						
						
						
						settings.js for pasting data into HTML.
Reduced simple & classic flash footprint.
Split iro.js and rangetouch.js into separate requests (instead of embedding) 
						
						
					 
					
						2021-12-06 20:53:09 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f57b606f72 
					 
					
						
						
							
							Added info.sensor properties for motion and temperature  
						
						 
						
						... 
						
						
						
						(HA integration) 
						
						
					 
					
						2021-12-06 20:13:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						66bad2b6f8 
					 
					
						
						
							
							Single json buffer ( #2336 )  
						
						 
						
						... 
						
						
						
						* Single/static JSON buffer for all requests.
* Missing json.cpp changes.
* Async fix.
* Added conditional compile (WLED_USE_DYNAMIC_JSON).
* Advanced locking with time-out.
* Missing releaseJSONBufferLock() on error response.
* Fix for config saving.
* Fixes and optimisations.
Dadded debugging information.
* Fix for ledmaps.
* No unsolicited serial sending if GPIO1 allocated
* Stray semicolons
* Fix JSON ledmap
Co-authored-by: Blaz Kristan <blaz@kristan-sp.si > 
						
						
					 
					
						2021-12-04 01:05:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						44f9bc5f0e 
					 
					
						
						
							
							Revert hiding UI elements.  
						
						 
						
						
						
						
					 
					
						2021-12-03 21:17:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5c7e3c6bab 
					 
					
						
						
							
							Bugfixes.  
						
						 
						
						
						
						
					 
					
						2021-12-03 21:09:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						46ec504743 
					 
					
						
						
							
							Various fixes  
						
						 
						
						... 
						
						
						
						Fixed ESP32 crash on Colortwinkles brightness change
Fixed setting picker to black resetting hue and saturation
Fixed auto white mode not saved to config 
						
						
					 
					
						2021-12-03 20:36:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						737151ba09 
					 
					
						
						
							
							UI optimization.  
						
						 
						
						
						
						
					 
					
						2021-12-03 14:26:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2eef39d64a 
					 
					
						
						
							
							UI fix.  
						
						 
						
						
						
						
					 
					
						2021-12-02 22:57:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						821f76bcd6 
					 
					
						
						
							
							Additional merge conflict.  
						
						 
						
						
						
						
					 
					
						2021-12-02 13:24:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						37ec058572 
					 
					
						
						
							
							Merge conflict resolvement.  
						
						 
						
						
						
						
					 
					
						2021-12-02 13:09:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						cadda12371 
					 
					
						
						
							
							Fixed spacing LEDs not blanked if offset is changed  
						
						 
						
						
						
						
					 
					
						2021-12-02 00:52:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						a643b56555 
					 
					
						
						
							
							Fixed no color updated on full JSON state request  
						
						 
						
						
						
						
					 
					
						2021-12-01 23:03:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						aa34df7a4c 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/Aircoookie/WLED  into new-CCT  
						
						 
						
						
						
						
					 
					
						2021-12-01 14:51:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						f7404085de 
					 
					
						
						
							
							Unload playlist on PL=  
						
						 
						
						
						
						
					 
					
						2021-12-01 00:20:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						33036e7599 
					 
					
						
						
							
							Fix sliders on page load if black is set  
						
						 
						
						
						
						
					 
					
						2021-12-01 00:16:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						f6e5b67f0d 
					 
					
						
						
							
							Merge pull request  #2285  from Aircoookie/CCT-support  
						
						 
						
						... 
						
						
						
						CCT (color white balance support) 
						
						
					 
					
						2021-11-30 23:41:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeff Cooper 
							
						 
					 
					
						
						
							
						
						9547ac353d 
					 
					
						
						
							
							Save and load the e131 Proxy Universe setting in the DMX menu ( #2365 )  
						
						 
						
						
						
						
					 
					
						2021-11-30 23:10:23 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						48339b19d4 
					 
					
						
						
							
							Status LED support in Bus manager  
						
						 
						
						
						
						
					 
					
						2021-11-30 22:52:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0f8d464706 
					 
					
						
						
							
							Use sacrificial pixel as a STATUSLED  
						
						 
						
						
						
						
					 
					
						2021-11-30 16:28:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d6be7b4cae 
					 
					
						
						
							
							cdata.js and simple UI optimization.  
						
						 
						
						
						
						
					 
					
						2021-11-30 16:27:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						70aa01b261 
					 
					
						
						
							
							Bugfix to allow more than 10 buttons.  
						
						 
						
						
						
						
					 
					
						2021-11-28 11:24:58 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						11c7ffad4e 
					 
					
						
						
							
							Alexa and UDP sync CCT support  
						
						 
						
						
						
						
					 
					
						2021-11-28 04:01:58 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						1973424e05 
					 
					
						
						
							
							Remove JSON ledmap  
						
						 
						
						... 
						
						
						
						(to be implemented in #2336  ) 
						
						
					 
					
						2021-11-28 01:27:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						16d97d3c63 
					 
					
						
						
							
							Merge branch 'master' into CCT-support  
						
						 
						
						
						
						
					 
					
						2021-11-28 01:21:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						3e6728fedb 
					 
					
						
						
							
							Only do auto white calc for busses with white channel  
						
						 
						
						... 
						
						
						
						Revert auto white to global setting
Rounded /settings buttons by blazoncek
Removed obsolete script from /settings 
						
						
					 
					
						2021-11-28 01:21:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						3e9aea072d 
					 
					
						
						
							
							CCT blending setting  
						
						 
						
						
						
						
					 
					
						2021-11-27 16:49:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						fcfb73c755 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2021-11-27 15:05:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						12ce3282ff 
					 
					
						
						
							
							Dynamic position of repeat button.  
						
						 
						
						
						
						
					 
					
						2021-11-27 14:31:23 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9f3e66fff0 
					 
					
						
						
							
							Cleaning up indentations (sorry but my OCD is strong).  
						
						 
						
						
						
						
					 
					
						2021-11-27 11:50:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						624993fc89 
					 
					
						
						
							
							CCT transitions  
						
						 
						
						
						
						
					 
					
						2021-11-27 01:33:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						ba8a00764a 
					 
					
						
						
							
							cctFromRgb option  
						
						 
						
						
						
						
					 
					
						2021-11-26 20:18:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						49f79a331c 
					 
					
						
						
							
							Allow different 1st segment.  
						
						 
						
						
						
						
					 
					
						2021-11-26 09:39:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						3dec4a6651 
					 
					
						
						
							
							UI slider and CCT adjustments  
						
						 
						
						
						
						
					 
					
						2021-11-26 02:06:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ac0a853030 
					 
					
						
						
							
							Optimised autosegments.  
						
						 
						
						
						
						
					 
					
						2021-11-25 22:17:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e8ae4e76a3 
					 
					
						
						
							
							CRLF fix.  
						
						 
						
						
						
						
					 
					
						2021-11-25 22:05:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c73b098f30 
					 
					
						
						
							
							Autocreate identical segments.  
						
						 
						
						
						
						
					 
					
						2021-11-25 22:04:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4292e26135 
					 
					
						
						
							
							More lehible links.  
						
						 
						
						... 
						
						
						
						Fixed AP xreation on boot with wifi enabled. 
						
						
					 
					
						2021-11-25 06:41:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						02fb2550d0 
					 
					
						
						
							
							Shorter link color  
						
						 
						
						
						
						
					 
					
						2021-11-24 12:38:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						37bd525638 
					 
					
						
						
							
							Improve link contrast  
						
						 
						
						
						
						
					 
					
						2021-11-24 11:04:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						ea0f37f5b9 
					 
					
						
						
							
							CCT bus manager logic simplification  
						
						 
						
						... 
						
						
						
						CCT from RGB if none set (-1) 
						
						
					 
					
						2021-11-24 11:02:25 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d09d7521d6 
					 
					
						
						
							
							Collapsing expanded dialogs in UI.  
						
						 
						
						
						
						
					 
					
						2021-11-23 20:21:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						20d03cb817 
					 
					
						
						
							
							Incrementing & random effect, palette via JSON API  
						
						 
						
						... 
						
						
						
						Moved utility functions to util.cpp 
						
						
					 
					
						2021-11-23 20:20:19 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						97b3c3db7b 
					 
					
						
						
							
							Incrementing & random effects, palettes via JSON.  
						
						 
						
						
						
						
					 
					
						2021-11-23 20:05:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						b97b6dc144 
					 
					
						
						
							
							Remove F macro for "ps"  
						
						 
						
						
						
						
					 
					
						2021-11-23 13:17:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b07bbab069 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						... 
						
						
						
						Retained GPIO16 as default on ESP32. 
						
						
					 
					
						2021-11-22 22:50:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						c8d5218c65 
					 
					
						
						
							
							Updated outdated wiki links in readme  
						
						 
						
						
						
						
					 
					
						2021-11-22 22:23:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						80a657965e 
					 
					
						
						
							
							Fixed preset cycle not working from preset called by UI  
						
						 
						
						
						
						
					 
					
						2021-11-22 21:41:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						b3324d22f5 
					 
					
						
						
							
							allowCCT performance improvement  
						
						 
						
						
						
						
					 
					
						2021-11-21 23:46:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						295663f6a6 
					 
					
						
						
							
							Removed loadInfo().  
						
						 
						
						... 
						
						
						
						Fixed UI when no WS available. 
						
						
					 
					
						2021-11-21 14:14:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						47caa2c3a0 
					 
					
						
						
							
							Missing releaseJSONBufferLock() in IR code  
						
						 
						
						
						
						
					 
					
						2021-11-21 09:33:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4ddc422cfa 
					 
					
						
						
							
							More bugfixes.  
						
						 
						
						
						
						
					 
					
						2021-11-20 19:31:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						856c8aa611 
					 
					
						
						
							
							Bugfix for effect names.  
						
						 
						
						
						
						
					 
					
						2021-11-20 18:28:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6f600f74af 
					 
					
						
						
							
							A few additional descriptions.  
						
						 
						
						
						
						
					 
					
						2021-11-20 14:35:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						be8db602b8 
					 
					
						
						
							
							New endpoint for UI slider control (WLED-SR ext.)  
						
						 
						
						... 
						
						
						
						Minor UX optimizations. 
						
						
					 
					
						2021-11-20 12:26:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7871e868a9 
					 
					
						
						
							
							Stupid bugfix.  
						
						 
						
						
						
						
					 
					
						2021-11-19 22:16:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						44467971f2 
					 
					
						
						
							
							Minor fix.  
						
						 
						
						
						
						
					 
					
						2021-11-19 22:01:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						108fc4a0d8 
					 
					
						
						
							
							Pin manager enhancements (sharing I2C pins).  
						
						 
						
						... 
						
						
						
						Effect helpers in UI. 
						
						
					 
					
						2021-11-19 21:49:23 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						31b7cdff9b 
					 
					
						
						
							
							Change effect names to be more consistent  
						
						 
						
						
						
						
					 
					
						2021-11-19 12:34:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						0465298507 
					 
					
						
						
							
							Merge branch 'master' into CCT-support  
						
						 
						
						
						
						
					 
					
						2021-11-18 16:50:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						65ac8d4b2b 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2021-11-17 21:42:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						dd59e3a831 
					 
					
						
						
							
							Rounded buttons.  
						
						 
						
						
						
						
					 
					
						2021-11-17 17:28:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1e98d56bb6 
					 
					
						
						
							
							Removed conditional compile.  
						
						 
						
						
						
						
					 
					
						2021-11-17 16:34:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						d31e4c7815 
					 
					
						
						
							
							Added getPinOwner  
						
						 
						
						... 
						
						
						
						Only disable builtin LED if bus to avoid breaking other things on the pin 
						
						
					 
					
						2021-11-17 11:13:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						4af1f62aab 
					 
					
						
						
							
							Revert testing PIO changes  
						
						 
						
						
						
						
					 
					
						2021-11-17 01:19:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						bc403440ba 
					 
					
						
						
							
							0.13.0-b5  
						
						 
						
						
						
						
					 
					
						2021-11-17 01:18:19 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						38d8dfe5ab 
					 
					
						
						
							
							Improv support ( #2334 )  
						
						 
						
						... 
						
						
						
						* Working Improv device identification
* Improv functional
* Cast fix
* Minor fix for two back-to-back Improv packets
* Improv checksum update and logic simplification
* Improved improv failed connection behavior 
						
						
					 
					
						2021-11-16 23:20:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						bee93f4743 
					 
					
						
						
							
							Merge branch 'dev' of  https://github.com/blazoncek/WLED  into dev  
						
						 
						
						
						
						
					 
					
						2021-11-16 08:25:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						9888510158 
					 
					
						
						
							
							Updated readme.md for usermods.  
						
						 
						
						
						
						
					 
					
						2021-11-16 08:25:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5fd4ed91d8 
					 
					
						
						
							
							Fix for unselected effect on UI load.  
						
						 
						
						
						
						
					 
					
						2021-11-15 18:40:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						2a949cd8f1 
					 
					
						
						
							
							added notification option for PIR usermod.  
						
						 
						
						
						
						
					 
					
						2021-11-15 14:49:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						312cbc86e9 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						Debugging info added. 
						
						
					 
					
						2021-11-14 16:56:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						85ded6e500 
					 
					
						
						
							
							Advanced locking with time-out.  
						
						 
						
						... 
						
						
						
						Bugfixes. 
						
						
					 
					
						2021-11-12 23:33:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ce5a81d83c 
					 
					
						
						
							
							Minor UI fix.  
						
						 
						
						
						
						
					 
					
						2021-11-11 22:48:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						eb92c0bbf5 
					 
					
						
						
							
							Fix for ACCURATE auto-white mode.  
						
						 
						
						
						
						
					 
					
						2021-11-11 17:34:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						5453ae81a6 
					 
					
						
						
							
							Fix for white calculation in ACCURATE mode.  
						
						 
						
						
						
						
					 
					
						2021-11-11 07:20:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ff84f2b2f7 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2021-11-10 16:50:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeff Cooper 
							
						 
					 
					
						
						
							
						
						6df64d0d31 
					 
					
						
						
							
							Fix a bug which prevents DMX channel mappings from loading correctly. ( #1525 ) ( #2328 )  
						
						 
						
						
						
						
					 
					
						2021-11-10 00:29:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e9ac20a149 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2021-11-09 21:27:58 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						83753a5f81 
					 
					
						
						
							
							Fixed no gamma correction for JSON individual LED control  
						
						 
						
						
						
						
					 
					
						2021-11-09 17:50:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7a228cac43 
					 
					
						
						
							
							Bugfix for network 'pin' conflict.  
						
						 
						
						
						
						
					 
					
						2021-11-09 17:49:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3161f5fa47 
					 
					
						
						
							
							Fix for network 'pin' conflicts.  
						
						 
						
						
						
						
					 
					
						2021-11-09 17:46:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						442741d246 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2021-11-09 14:07:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						5784092c1b 
					 
					
						
						
							
							Fix settings JS buffer too small ( #2323 )  
						
						 
						
						
						
						
					 
					
						2021-11-09 09:56:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						d6ad089c60 
					 
					
						
						
							
							Merge pull request  #2324  from yoeywire/DMXdefine  
						
						 
						
						... 
						
						
						
						Corrected WLED_USE_DMX to WLED_ENABLE_DMX 
						
						
					 
					
						2021-11-09 07:57:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						89ff8b3fcb 
					 
					
						
						
							
							Merge branch 'single-doc' into dev  
						
						 
						
						
						
						
					 
					
						2021-11-08 21:51:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5773f141b8 
					 
					
						
						
							
							Minor changes.  
						
						 
						
						... 
						
						
						
						Added compile-time WS2801 bus speed option WLED_WS2801_SPEED_KHZ. 
						
						
					 
					
						2021-11-08 21:51:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								yoeywire 
							
						 
					 
					
						
						
							
						
						446b4b084c 
					 
					
						
						
							
							Changed WLED_USE_DMX to WLED_ENABLE_DMX  
						
						 
						
						
						
						
					 
					
						2021-11-08 17:05:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f8da8f6929 
					 
					
						
						
							
							Added conditional compile for dynamic JSON buffer.  
						
						 
						
						... 
						
						
						
						- WLED_USE_DYNAMIC_JSON
Minor fixes. 
						
						
					 
					
						2021-11-07 11:58:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f7de055f67 
					 
					
						
						
							
							Minor tweaks.  
						
						 
						
						
						
						
					 
					
						2021-11-06 10:35:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						07d09aea85 
					 
					
						
						
							
							Make WS onLoad().  
						
						 
						
						
						
						
					 
					
						2021-11-05 23:25:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f63ceed1ae 
					 
					
						
						
							
							LoadInfo WS.  
						
						 
						
						
						
						
					 
					
						2021-11-05 23:01:23 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b93d72296c 
					 
					
						
						
							
							Async response bugfix.  
						
						 
						
						
						
						
					 
					
						2021-11-05 23:00:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d590e01a58 
					 
					
						
						
							
							Merge branch 'master' into CCT-support  
						
						 
						
						
						
						
					 
					
						2021-11-05 21:27:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1bc15a8507 
					 
					
						
						
							
							Increased JSON buffer on 8266.  
						
						 
						
						... 
						
						
						
						Minor tweaks. 
						
						
					 
					
						2021-11-04 21:19:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shaun Eccles-Smith 
							
						 
					 
					
						
						
							
						
						adeb9bccb1 
					 
					
						
						
							
							Use New Issue Forms for Bug Reports ( #2312 )  
						
						 
						
						... 
						
						
						
						* Convert to Github Issue Forms
* Remove pre-filled title
* Change bug report from textarea to input 
						
						
					 
					
						2021-11-04 12:23:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						5cf26af9f0 
					 
					
						
						
							
							Merge branch 'dev' into single-doc  
						
						 
						
						
						
						
					 
					
						2021-11-04 10:05:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						04c9646e05 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2021-11-04 10:04:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						67bf1a93e4 
					 
					
						
						
							
							Removed dynamic dependency.  
						
						 
						
						
						
						
					 
					
						2021-11-03 22:47:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c263f11170 
					 
					
						
						
							
							Merge branch 'dev' into single-doc  
						
						 
						
						
						
						
					 
					
						2021-11-03 19:57:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bb4c646714 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						Added Enabled option to 4LD usermod. 
						
						
					 
					
						2021-11-03 18:01:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						b44ffffed8 
					 
					
						
						
							
							Fixed DDP override  
						
						 
						
						
						
						
					 
					
						2021-11-03 16:14:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						bd521f858e 
					 
					
						
						
							
							Single JSON buffer.  
						
						 
						
						
						
						
					 
					
						2021-11-03 14:52:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						f66fcfbe6d 
					 
					
						
						
							
							Minor change in handling mode names.  
						
						 
						
						
						
						
					 
					
						2021-11-03 12:08:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						2bdaf53ecf 
					 
					
						
						
							
							Merge pull request  #2311  from underritoSR/master  
						
						 
						
						... 
						
						
						
						Add MX-CST/CDT Time Zone 
						
						
					 
					
						2021-11-03 09:14:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rod Minor 
							
						 
					 
					
						
						
							
						
						46e7db6d94 
					 
					
						
						
							
							Add MX-CST/CDT Time Zone  
						
						 
						
						... 
						
						
						
						Add the Mexico City CST/CDT timezone.
The start and finish date for DLS differs with the US-CST/CDT rules. 
						
						
					 
					
						2021-11-02 21:26:11 -06:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						10fc9fe268 
					 
					
						
						
							
							Updated usermods for WLED-SR FX mode names.  
						
						 
						
						
						
						
					 
					
						2021-11-02 13:12:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						73c75635b1 
					 
					
						
						
							
							Update simple page.  
						
						 
						
						... 
						
						
						
						Code simplification. 
						
						
					 
					
						2021-10-31 22:23:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cc7d745ce6 
					 
					
						
						
							
							Adopted WLED-SR slider, color & palette control.  
						
						 
						
						... 
						
						
						
						Added "freeze" toggle to a stopwatch icon. 
						
						
					 
					
						2021-10-31 15:52:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						7e1920dc4b 
					 
					
						
						
							
							Remove ledCount ( #2300 )  
						
						 
						
						... 
						
						
						
						Bus initialization on reading from eeprom 
						
						
					 
					
						2021-10-31 11:57:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						a93f05c047 
					 
					
						
						
							
							Multirelay button support. ( #2284 )  
						
						 
						
						... 
						
						
						
						* Multirelay button support.
Added button hook for usermods.
* Added MultiRelay relay states to JSON state object
* Move button timings to constants
No delay waiting for double press on button 0 if no macro set
Co-authored-by: cschwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2021-10-31 11:57:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						00238247cd 
					 
					
						
						
							
							JSON in/decrementing ( #2258 )  
						
						 
						
						... 
						
						
						
						* Initial JSON in/decrementing
* Segment brightness in/decrement
* Update json-increment (#2290 )
* Add Basic Overlay support to Usermods.
* Add seven segment overlay usermod
* Add seven_seg debug build
* Add scrolling message to seven seg um
* Fixed red color on IP address
* bh1750
* Add msg scroll. Add MQTT and Config support
* Add readme
* Restore platformio.inii
* Edit comments
* Add strip off refresh option in LED settings. (#2259 )
* Add strip off refresh option in LED settings.
New strip initialization logic.
Minor code clen-up.
* Dev code removal.
* Missing ethernet include
* Renamed mainseg to selseg
* Fix for preset cycling bounds.
* "Preset 0" bugfix.
* Auto segments only if segments were not modified
Co-authored-by: cschwinne <dev.aircoookie@gmail.com >
* Exclude virtual busses from current calculation (#2262 )
* Refactor string usage
* 0.13.0-b4
* Fix MQTT Null publish
* Additional Flash string concat
* Add AKST/AKDT
* UM RGB-Rotary-Encoder: Properly used PinOwner
* Cycling bugfix.
Co-authored-by: Gregory Schmidt <gregory.b.schmidt@hotmail.com >
Co-authored-by: Blaž Kristan <blaz@kristan-sp.si >
Co-authored-by: Caleb Mah <calebmah@gmail.com >
Co-authored-by: ezcGman <ich@andy-hofmann.com >
* Working JSON preset cycle
* Fix some Codacy style issues
Co-authored-by: Gregory Schmidt <gregory.b.schmidt@hotmail.com >
Co-authored-by: Blaž Kristan <blaz@kristan-sp.si >
Co-authored-by: Caleb Mah <calebmah@gmail.com >
Co-authored-by: ezcGman <ich@andy-hofmann.com > 
						
						
					 
					
						2021-10-30 14:42:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Hofmann 
							
						 
					 
					
						
						
							
						
						b33e28835d 
					 
					
						
						
							
							New Usermod: QuinLED-An-Penta ( #2296 )  
						
						 
						
						... 
						
						
						
						* UM QuinLED-An-Penta: First version
* UM QuinLED-An-Penta: Made OLED seconds a setting; small improvements
* UM QuinLED-An-Penta: Fixed unique ID
* Merge branch 'master' of https://github.com/Aircoookie/WLED 
* UM QuinLED-An-Penta: Fixed config loading
* UM QuinLED-An-Penta: Replaced ledcRead() with calculating the percentage
* UM QuinLED-An-Penta: Fixed temp sensor readings
* UM QuinLED-An-Penta: Removing OLED bus clk setting
* UM QuinLED-An-Penta: ETH support, lots of OLED improvements 
						
						
					 
					
						2021-10-30 11:38:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						044d830b64 
					 
					
						
						
							
							Removing palettes on Solid effect.  
						
						 
						
						... 
						
						
						
						Bubbling bugfix for effect selection.
Re-introduced 'tt'. 
						
						
					 
					
						2021-10-29 23:55:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						38c84bb1f6 
					 
					
						
						
							
							Minor tweak.  
						
						 
						
						
						
						
					 
					
						2021-10-29 22:30:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b50e066dee 
					 
					
						
						
							
							Reintroduction of STATUSLED  
						
						 
						
						
						
						
					 
					
						2021-10-27 17:49:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						f55f803531 
					 
					
						
						
							
							Updated aut-white calculation.  
						
						 
						
						
						
						
					 
					
						2021-10-27 14:02:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						757e8eb57c 
					 
					
						
						
							
							Bugfix in auto-white calculation.  
						
						 
						
						
						
						
					 
					
						2021-10-27 08:17:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a696afaeb8 
					 
					
						
						
							
							Color mangling macros.  
						
						 
						
						... 
						
						
						
						Removed legacy Auto White caclulation. 
						
						
					 
					
						2021-10-26 20:35:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8ca298b299 
					 
					
						
						
							
							Removed legacy auto-white calculation.  
						
						 
						
						... 
						
						
						
						Introduced color mangling macros.
Minor optimizations/fixes. 
						
						
					 
					
						2021-10-26 19:17:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cde497c94e 
					 
					
						
						
							
							Fixing conflict merge errors.  
						
						 
						
						
						
						
					 
					
						2021-10-26 06:29:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						090e29effd 
					 
					
						
						
							
							Moved auto white calculation to bus manager.  
						
						 
						
						... 
						
						
						
						Other minor fixes. 
						
						
					 
					
						2021-10-25 20:15:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						94cf6424f5 
					 
					
						
						
							
							Added MultiRelay relay states to JSON state object  
						
						 
						
						
						
						
					 
					
						2021-10-25 14:09:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b8013a57e2 
					 
					
						
						
							
							Moved auto white calcualtion into bus manager.  
						
						 
						
						
						
						
					 
					
						2021-10-24 21:07:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1b23210902 
					 
					
						
						
							
							Bus manager changes for easier CCT & auto white.  
						
						 
						
						... 
						
						
						
						Attempted per-strip auto white calculation (odd bug encountered). 
						
						
					 
					
						2021-10-23 15:41:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0acca2e313 
					 
					
						
						
							
							Cycling bugfix.  
						
						 
						
						
						
						
					 
					
						2021-10-22 23:24:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4bb30deca6 
					 
					
						
						
							
							Gap bugfix.  
						
						 
						
						
						
						
					 
					
						2021-10-22 21:36:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						31bf615fe8 
					 
					
						
						
							
							Playlist bugfix.  
						
						 
						
						
						
						
					 
					
						2021-10-22 21:31:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0d77027f60 
					 
					
						
						
							
							Bugfix for white value.  
						
						 
						
						
						
						
					 
					
						2021-10-22 07:21:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bbf46358fa 
					 
					
						
						
							
							Fix for simple page.  
						
						 
						
						
						
						
					 
					
						2021-10-21 22:59:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1cf793233f 
					 
					
						
						
							
							Removed experimental v2 segment API.  
						
						 
						
						... 
						
						
						
						Bugfix for white value. 
						
						
					 
					
						2021-10-21 21:33:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						39b7b3ad53 
					 
					
						
						
							
							CCT (color white balance support)  
						
						 
						
						
						
						
					 
					
						2021-10-20 20:29:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7acc537c7a 
					 
					
						
						
							
							Added JSON info to doc and multiple relay control.  
						
						 
						
						
						
						
					 
					
						2021-10-20 18:12:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						97c1a2245b 
					 
					
						
						
							
							Too much yield()ing hutrs.  
						
						 
						
						
						
						
					 
					
						2021-10-18 20:00:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8e9269fdf9 
					 
					
						
						
							
							Button support for multi-relay usermod.  
						
						 
						
						
						
						
					 
					
						2021-10-18 17:37:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d9b2037b50 
					 
					
						
						
							
							Multi relay fixes.  
						
						 
						
						
						
						
					 
					
						2021-10-17 20:56:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						95827c3ada 
					 
					
						
						
							
							White slider bugfix.  
						
						 
						
						... 
						
						
						
						Increased multi-relay update frequency. 
						
						
					 
					
						2021-10-17 19:18:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4e2bbc04fa 
					 
					
						
						
							
							Button handling hook for usermods.  
						
						 
						
						
						
						
					 
					
						2021-10-17 17:14:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						61eff6e7e8 
					 
					
						
						
							
							Update build.  
						
						 
						
						
						
						
					 
					
						2021-10-17 16:26:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1d4d5f0c93 
					 
					
						
						
							
							Minor fixes & optimizations.  
						
						 
						
						
						
						
					 
					
						2021-10-17 14:38:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						00f1b483eb 
					 
					
						
						
							
							Merge pull request  #2279  from ezcGman/um-rgb-rotary-encoder  
						
						 
						
						... 
						
						
						
						UM RGB Rotary Encoder: Now properly using the PinOwner class and unique ID 
						
						
					 
					
						2021-10-17 14:16:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						939de6b177 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2021-10-17 10:09:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ezcGman 
							
						 
					 
					
						
						
							
						
						c3d48acb4c 
					 
					
						
						
							
							UM RGB-Rotary-Encoder: Properly used PinOwner  
						
						 
						
						
						
						
					 
					
						2021-10-17 01:24:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ad4bc206ab 
					 
					
						
						
							
							Configuration templates.  
						
						 
						
						
						
						
					 
					
						2021-10-16 21:44:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8cfa5ba39e 
					 
					
						
						
							
							Fix simple CSS.  
						
						 
						
						... 
						
						
						
						Add WELD community link. 
						
						
					 
					
						2021-10-16 15:45:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c2e6d1c6bf 
					 
					
						
						
							
							Squashed commit of the white-balance branch.  
						
						 
						
						... 
						
						
						
						Updated simple UI.
Minor change in ST7789 display. 
						
						
					 
					
						2021-10-16 15:13:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						392bda7d8c 
					 
					
						
						
							
							Merge pull request  #2261  from AK5nowman/overlayum  
						
						 
						
						... 
						
						
						
						Basic Usermod Overlay support & Seven Segment UM 
						
						
					 
					
						2021-10-13 06:14:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						5a658b7080 
					 
					
						
						
							
							Merge branch 'dev' of  https://github.com/blazoncek/WLED  into dev  
						
						 
						
						
						
						
					 
					
						2021-10-12 17:41:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a6adb314ec 
					 
					
						
						
							
							Clean up settings CSS.  
						
						 
						
						
						
						
					 
					
						2021-10-11 17:55:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						5714578783 
					 
					
						
						
							
							Refactoring & code clean-up.  
						
						 
						
						... 
						
						
						
						- utility functions
- network functions
- math functions 
						
						
					 
					
						2021-10-11 14:13:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						539125ff47 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2021-10-11 10:56:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						10cfcdab8c 
					 
					
						
						
							
							Merge pull request  #2264  from AK5nowman/Alaskatime  
						
						 
						
						... 
						
						
						
						Add AKST/AKDT Time Zone 
						
						
					 
					
						2021-10-11 07:37:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gregory Schmidt 
							
						 
					 
					
						
						
							
						
						3f71d3b250 
					 
					
						
						
							
							Add AKST/AKDT  
						
						 
						
						
						
						
					 
					
						2021-10-10 19:09:48 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gregory Schmidt 
							
						 
					 
					
						
						
							
						
						1b50fbab22 
					 
					
						
						
							
							Additional Flash string concat  
						
						 
						
						
						
						
					 
					
						2021-10-10 17:24:36 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gregory Schmidt 
							
						 
					 
					
						
						
							
						
						303fc65a6a 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/Aircoookie/WLED  into overlayum  
						
						 
						
						
						
						
					 
					
						2021-10-10 17:06:12 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gregory Schmidt 
							
						 
					 
					
						
						
							
						
						445b6ee13f 
					 
					
						
						
							
							Fix MQTT Null publish  
						
						 
						
						
						
						
					 
					
						2021-10-10 17:05:55 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						8afaac1e30 
					 
					
						
						
							
							0.13.0-b4  
						
						 
						
						
						
						
					 
					
						2021-10-11 02:42:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gregory Schmidt 
							
						 
					 
					
						
						
							
						
						0327f9428e 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/Aircoookie/WLED  into overlayum  
						
						 
						
						
						
						
					 
					
						2021-10-10 16:27:47 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gregory Schmidt 
							
						 
					 
					
						
						
							
						
						a5de66bbd5 
					 
					
						
						
							
							Merge branch 'overlayum' of  https://github.com/AK5nowman/WLED  into overlayum  
						
						 
						
						
						
						
					 
					
						2021-10-10 16:26:42 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gregory Schmidt 
							
						 
					 
					
						
						
							
						
						d47157eec3 
					 
					
						
						
							
							Refactor string usage  
						
						 
						
						
						
						
					 
					
						2021-10-10 16:26:14 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						f4b47ed399 
					 
					
						
						
							
							Exclude virtual busses from current calculation ( #2262 )  
						
						 
						
						
						
						
					 
					
						2021-10-11 02:19:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						8b2145bd88 
					 
					
						
						
							
							Add strip off refresh option in LED settings. ( #2259 )  
						
						 
						
						... 
						
						
						
						* Add strip off refresh option in LED settings.
New strip initialization logic.
Minor code clen-up.
* Dev code removal.
* Missing ethernet include
* Renamed mainseg to selseg
* Fix for preset cycling bounds.
* "Preset 0" bugfix.
* Auto segments only if segments were not modified
Co-authored-by: cschwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2021-10-11 02:19:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						de454e8b78 
					 
					
						
						
							
							Edit comments  
						
						 
						
						
						
						
					 
					
						2021-10-11 01:29:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gregory Schmidt 
							
						 
					 
					
						
						
							
						
						6cd770b4c7 
					 
					
						
						
							
							Restore platformio.inii  
						
						 
						
						
						
						
					 
					
						2021-10-09 11:29:41 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gregory Schmidt 
							
						 
					 
					
						
						
							
						
						355525c248 
					 
					
						
						
							
							Add readme  
						
						 
						
						
						
						
					 
					
						2021-10-09 11:14:52 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						53237c297f 
					 
					
						
						
							
							"Preset 0" bugfix.  
						
						 
						
						
						
						
					 
					
						2021-10-09 10:42:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gregory Schmidt 
							
						 
					 
					
						
						
							
						
						47d4e7381f 
					 
					
						
						
							
							Merge 'master' of Aircoookie/WLED into overlayum  
						
						 
						
						
						
						
					 
					
						2021-10-08 00:00:09 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gregory Schmidt 
							
						 
					 
					
						
						
							
						
						5dac6690d7 
					 
					
						
						
							
							Add msg scroll. Add MQTT and Config support  
						
						 
						
						
						
						
					 
					
						2021-10-07 23:56:57 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						2d8885cb0c 
					 
					
						
						
							
							Bus manager cleanup & fixes.  
						
						 
						
						
						
						
					 
					
						2021-10-08 08:30:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						b89f7180db 
					 
					
						
						
							
							Merge pull request  #2257  from calebmah/bh1750-usermod  
						
						 
						
						... 
						
						
						
						Add BH1750 usermod 
						
						
					 
					
						2021-10-07 23:52:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4fdf85bbdb 
					 
					
						
						
							
							Add off override.  
						
						 
						
						
						
						
					 
					
						2021-10-07 22:57:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Caleb Mah 
							
						 
					 
					
						
						
							
						
						2ebb837a15 
					 
					
						
						
							
							bh1750  
						
						 
						
						
						
						
					 
					
						2021-10-08 02:11:39 +08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						728d57d955 
					 
					
						
						
							
							Skipped 'npm run build' fix.  
						
						 
						
						
						
						
					 
					
						2021-10-07 16:03:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e53a2e7b43 
					 
					
						
						
							
							Conflict merge (warning) fix.  
						
						 
						
						
						
						
					 
					
						2021-10-07 15:43:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e682fd07cb 
					 
					
						
						
							
							Reverted currentPlaylist.  
						
						 
						
						
						
						
					 
					
						2021-10-07 15:41:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						849aa64678 
					 
					
						
						
							
							Fixed red color on IP address  
						
						 
						
						
						
						
					 
					
						2021-10-07 14:11:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						bddd22cfab 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2021-10-07 13:47:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						cbb12e1b7c 
					 
					
						
						
							
							Updated vid and changelog  
						
						 
						
						
						
						
					 
					
						2021-10-06 20:46:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						cc87ba4962 
					 
					
						
						
							
							Merge pull request  #2245  from Aircoookie/network-bus  
						
						 
						
						... 
						
						
						
						Network bus/virtual WLED instances 
						
						
					 
					
						2021-10-06 20:05:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						19310470b6 
					 
					
						
						
							
							Nonsense fix.  
						
						 
						
						
						
						
					 
					
						2021-10-06 19:52:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						02fcccc8c7 
					 
					
						
						
							
							Allow playlist as end preset in playlist.  
						
						 
						
						... 
						
						
						
						Playlist chaining. 
						
						
					 
					
						2021-10-06 19:12:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						fb2e556726 
					 
					
						
						
							
							Allow playlist as end preset in playlist.  
						
						 
						
						... 
						
						
						
						Playlist chaining. 
						
						
					 
					
						2021-10-06 19:01:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9f230ae339 
					 
					
						
						
							
							RAM optimizations:  
						
						 
						
						... 
						
						
						
						- changed int16_t to byte for currentPreset and currentPlaylist
- removed presetCycXxxxx variables 
						
						
					 
					
						2021-10-06 18:43:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3f0eb0a046 
					 
					
						
						
							
							Code optimization, updated URL links.  
						
						 
						
						
						
						
					 
					
						2021-10-06 16:29:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						7d6d9eddc4 
					 
					
						
						
							
							Change virtual bus type range  
						
						 
						
						
						
						
					 
					
						2021-10-06 14:30:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						cf87da0ef3 
					 
					
						
						
							
							Minor UI fixes.  
						
						 
						
						
						
						
					 
					
						2021-10-06 08:37:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						0775acedc0 
					 
					
						
						
							
							Merge pull request  #2250  from Proto-molecule/master  
						
						 
						
						... 
						
						
						
						Fix Glyphs for 4 line display 
						
						
					 
					
						2021-10-04 21:15:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7b21c1bcbe 
					 
					
						
						
							
							Added option to preserve old state in PIR usermod  
						
						 
						
						
						
						
					 
					
						2021-10-04 20:24:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9c295d1884 
					 
					
						
						
							
							Implemented temporary presets.  
						
						 
						
						
						
						
					 
					
						2021-10-04 20:22:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8f1cee2e61 
					 
					
						
						
							
							Fixed mem calculation.  
						
						 
						
						
						
						
					 
					
						2021-10-04 19:44:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						caa9cc32d7 
					 
					
						
						
							
							Removed double buffer.  
						
						 
						
						... 
						
						
						
						Moved bri scaling into UDP function.
Prevent double DDP port allocation. 
						
						
					 
					
						2021-10-04 19:41:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						b750f827c5 
					 
					
						
						
							
							Merge pull request  #2168  from itCarl/usermod_battery_status  
						
						 
						
						... 
						
						
						
						Updated Usermod Battery Status Basic 
						
						
					 
					
						2021-10-04 14:56:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						aef53a8753 
					 
					
						
						
							
							Network bus changes:  
						
						 
						
						... 
						
						
						
						- moved brightness scaling to broadcast fn
- removed double buffer
- fixed getPixelColor() 
						
						
					 
					
						2021-10-04 13:44:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						5d147163e5 
					 
					
						
						
							
							Merge pull request  #2251  from blazoncek/pwm-fan-usermod  
						
						 
						
						... 
						
						
						
						Pwm fan usermod enhancement 
						
						
					 
					
						2021-10-04 13:12:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						75fe1a19eb 
					 
					
						
						
							
							Merge master  
						
						 
						
						
						
						
					 
					
						2021-10-04 13:01:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						5149078f6a 
					 
					
						
						
							
							Merge pull request  #9  from pbolduc/cleanup-add-remove-classes  
						
						 
						
						... 
						
						
						
						use classList add/remove instead of edit className with string functions 
						
						
					 
					
						2021-10-04 11:55:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						4d95248f16 
					 
					
						
						
							
							PWM fan startup speed bugfix.  
						
						 
						
						
						
						
					 
					
						2021-10-04 11:49:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						5c9405fffc 
					 
					
						
						
							
							Added configurable PWM fan parameters:  
						
						 
						
						... 
						
						
						
						- min PWM value (%)
- IRQs per rotation 
						
						
					 
					
						2021-10-04 11:48:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						368f52ade6 
					 
					
						
						
							
							Added configurable PWM fan parameters:  
						
						 
						
						... 
						
						
						
						- min PWM value (%)
- IRQs per rotation 
						
						
					 
					
						2021-10-04 11:32:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Proto-molecule 
							
						 
					 
					
						
						
							
						
						6457314794 
					 
					
						
						
							
							Glyph fix for 4 line  
						
						 
						
						
						
						
					 
					
						2021-10-03 21:23:52 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Proto-molecule 
							
						 
					 
					
						
						
							
						
						84f4e3eedc 
					 
					
						
						
							
							Merge branch 'Aircoookie:master' into master  
						
						 
						
						
						
						
					 
					
						2021-10-03 18:13:01 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Bolduc 
							
						 
					 
					
						
						
							
						
						8cc2ba4770 
					 
					
						
						
							
							use classList add/remove instead of edit className with string functions  
						
						 
						
						
						
						
					 
					
						2021-10-03 15:41:50 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						b003ed3f03 
					 
					
						
						
							
							PWM fan with temperature control usermod ( #2246 )  
						
						 
						
						... 
						
						
						
						* PWM fan with temperature control usermod
* Fix for incorrect RPM reported. 
						
						
					 
					
						2021-10-03 23:34:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						330da137db 
					 
					
						
						
							
							Fixed virtual getPixelColor() returning scaled values  
						
						 
						
						
						
						
					 
					
						2021-10-03 22:01:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						9e5d45d0de 
					 
					
						
						
							
							Optional custom start indices  
						
						 
						
						
						
						
					 
					
						2021-10-03 20:48:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f40398bf42 
					 
					
						
						
							
							Removed double function definition in index.js.  
						
						 
						
						
						
						
					 
					
						2021-10-03 20:05:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b5c15d97fa 
					 
					
						
						
							
							Fix for incorrect RPM reported.  
						
						 
						
						
						
						
					 
					
						2021-10-03 14:01:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						783a21d88d 
					 
					
						
						
							
							Fix for incorrect RPM reported.  
						
						 
						
						
						
						
					 
					
						2021-10-03 14:00:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						6ddcba8917 
					 
					
						
						
							
							Change currentPreset to byte  
						
						 
						
						... 
						
						
						
						JSON API still returns -1 for no preset 
						
						
					 
					
						2021-10-03 13:53:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						91598cbbbf 
					 
					
						
						
							
							Remove Total LEDs field  
						
						 
						
						
						
						
					 
					
						2021-10-03 12:23:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						772c80aa85 
					 
					
						
						
							
							PWM fan with temperature control usermod  
						
						 
						
						
						
						
					 
					
						2021-10-03 10:33:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						62e7c861bd 
					 
					
						
						
							
							Added readme for PWM fan usermod.  
						
						 
						
						
						
						
					 
					
						2021-10-03 10:27:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9d5b6eac55 
					 
					
						
						
							
							PWM fan usermod.  
						
						 
						
						
						
						
					 
					
						2021-10-02 22:45:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						72c5de6eae 
					 
					
						
						
							
							Minor optimization in Temperature UM.  
						
						 
						
						
						
						
					 
					
						2021-10-02 22:32:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Proto-molecule 
							
						 
					 
					
						
						
							
						
						a28345d858 
					 
					
						
						
							
							Merge branch 'Aircoookie:master' into master  
						
						 
						
						
						
						
					 
					
						2021-10-02 12:33:02 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Proto-molecule 
							
						 
					 
					
						
						
							
						
						05b532b9eb 
					 
					
						
						
							
							Add new Usermod ( #2244 )  
						
						 
						
						
						
						
					 
					
						2021-10-02 20:19:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						0b0d18f182 
					 
					
						
						
							
							Fix preset variable  
						
						 
						
						
						
						
					 
					
						2021-10-02 20:10:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1d833419aa 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2021-10-02 15:41:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c1b0877956 
					 
					
						
						
							
							Bus implementation.  
						
						 
						
						... 
						
						
						
						Added separate DDP listener.
LED settings overhaul.
Minor fixes:
- reduced LED memory
- boot brightness fix
- reduced debug frequency
- added usermod time spent debug
- mDNS glitch fix 
						
						
					 
					
						2021-10-02 15:07:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						46b66c76ef 
					 
					
						
						
							
							Merge pbolduc/WLED/feature/upd-ddp-send into network-bus  
						
						 
						
						
						
						
					 
					
						2021-10-02 10:48:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gregory Schmidt 
							
						 
					 
					
						
						
							
						
						d00b4335b5 
					 
					
						
						
							
							Add scrolling message to seven seg um  
						
						 
						
						
						
						
					 
					
						2021-10-01 21:34:20 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Proto-molecule 
							
						 
					 
					
						
						
							
						
						7a129e6de1 
					 
					
						
						
							
							Add new Usermod  
						
						 
						
						
						
						
					 
					
						2021-10-01 20:46:58 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e17e2a636b 
					 
					
						
						
							
							Added permanent DDP UDP listener.  
						
						 
						
						
						
						
					 
					
						2021-10-01 21:56:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						17c20276a9 
					 
					
						
						
							
							Make sbuff local  
						
						 
						
						... 
						
						
						
						This should save 4 bytes per ESPAsyncE131 instance 
						
						
					 
					
						2021-10-01 20:26:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						dc9dedf220 
					 
					
						
						
							
							Fixed pin reservations. ( #2214 )  
						
						 
						
						... 
						
						
						
						* Fixed pin reservations.
Added ethernet pin reservations.
Minor tweaks in usermods.
* Optional ADA compile (not default, free GPIO3 use)
* Move ethernet definitions
Remove pin 3 used check
Co-authored-by: cschwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2021-09-30 16:30:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gregory Schmidt 
							
						 
					 
					
						
						
							
						
						3ac772badc 
					 
					
						
						
							
							Add seven_seg debug build  
						
						 
						
						
						
						
					 
					
						2021-09-29 20:59:02 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gregory Schmidt 
							
						 
					 
					
						
						
							
						
						22fc58d93b 
					 
					
						
						
							
							Add seven segment overlay usermod  
						
						 
						
						
						
						
					 
					
						2021-09-29 20:01:26 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gregory Schmidt 
							
						 
					 
					
						
						
							
						
						ccd3152b24 
					 
					
						
						
							
							Add Basic Overlay support to Usermods.  
						
						 
						
						
						
						
					 
					
						2021-09-29 19:23:32 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						7d929dcde6 
					 
					
						
						
							
							Merge pull request  #2236  from scottrbailey/ir_bri_fix  
						
						 
						
						... 
						
						
						
						Add colorUpdated call 
						
						
					 
					
						2021-09-29 17:44:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						45e0cbdb25 
					 
					
						
						
							
							Brightness change also needs colorUpdated()  
						
						 
						
						
						
						
					 
					
						2021-09-29 17:43:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						dc9d48850f 
					 
					
						
						
							
							Added PIR sensor night time presets.  
						
						 
						
						... 
						
						
						
						Added PIR sensor Disable/Enable button.
UI refinements.
Added colorUpdated() on HTTP API in IR JSON. 
						
						
					 
					
						2021-09-28 23:27:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Scott Bailey 
							
						 
					 
					
						
						
							
						
						3a874bc8c7 
					 
					
						
						
							
							Add colorUpdated call  
						
						 
						
						
						
						
					 
					
						2021-09-28 09:56:00 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						8453cd82e9 
					 
					
						
						
							
							Fixed DMXmap  
						
						 
						
						
						
						
					 
					
						2021-09-27 22:51:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9092549f07 
					 
					
						
						
							
							Fix for mamory requirement calculation.  
						
						 
						
						... 
						
						
						
						- network bus using double buffer 
						
						
					 
					
						2021-09-27 17:14:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a94b5ba0c0 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2021-09-27 16:31:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5d1efd84a4 
					 
					
						
						
							
							Permanent double buffer.  
						
						 
						
						
						
						
					 
					
						2021-09-27 16:29:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						f62e56b7ec 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/Aircoookie/WLED  
						
						 
						
						
						
						
					 
					
						2021-09-27 14:20:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						2ac90bbb96 
					 
					
						
						
							
							Fixed sunrise/set UTC offset  
						
						 
						
						
						
						
					 
					
						2021-09-27 14:20:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						f85f2d5d22 
					 
					
						
						
							
							Merge pull request  #2203  from protoplasma-mx/master  
						
						 
						
						... 
						
						
						
						Updated links in files generated by cdata.js 
						
						
					 
					
						2021-09-26 20:20:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8af953e20d 
					 
					
						
						
							
							Fix getPixelColor.  
						
						 
						
						
						
						
					 
					
						2021-09-26 20:01:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						66132a912a 
					 
					
						
						
							
							Brightnes bugfix in BusNetwork class.  
						
						 
						
						
						
						
					 
					
						2021-09-26 19:51:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a94269ceb9 
					 
					
						
						
							
							Novosibirsk time-zone.  
						
						 
						
						
						
						
					 
					
						2021-09-26 17:21:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b852cbdc80 
					 
					
						
						
							
							Novosibirsk time-zone.  
						
						 
						
						
						
						
					 
					
						2021-09-26 17:12:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						350caee808 
					 
					
						
						
							
							Revert platform update.  
						
						 
						
						... 
						
						
						
						Minor code optimisation. 
						
						
					 
					
						2021-09-26 12:13:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						476ac263fb 
					 
					
						
						
							
							Merge pull request  #2227  from blazoncek/master  
						
						 
						
						... 
						
						
						
						Add "on":true to playlist JSON 
						
						
					 
					
						2021-09-24 16:07:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						51a4f61a8f 
					 
					
						
						
							
							Add "on":true to playlist JSON  
						
						 
						
						
						
						
					 
					
						2021-09-24 12:20:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						7d05236514 
					 
					
						
						
							
							Add "on":true to playlist JSON.  
						
						 
						
						
						
						
					 
					
						2021-09-24 12:15:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						465b43be6a 
					 
					
						
						
							
							Added paypal.me  
						
						 
						
						
						
						
					 
					
						2021-09-24 06:56:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						006edacd55 
					 
					
						
						
							
							Virtual WLED spanning multiple instances.  
						
						 
						
						... 
						
						
						
						- added BusNetwork class to BusManager
- added DDP realtime data broadcast
Added SW= option to HTTP API.
Fixed z-index on nodes list. 
						
						
					 
					
						2021-09-23 21:44:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a9666a9f6e 
					 
					
						
						
							
							Merge branch 'virtual-bus' into dev  
						
						 
						
						
						
						
					 
					
						2021-09-23 21:16:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7de492caa7 
					 
					
						
						
							
							Compiling for ESP8266.  
						
						 
						
						
						
						
					 
					
						2021-09-23 21:13:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						93ee4716cc 
					 
					
						
						
							
							Wled math bugfix.  
						
						 
						
						
						
						
					 
					
						2021-09-23 20:45:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						267f5159a3 
					 
					
						
						
							
							Wled math bugfix.  
						
						 
						
						
						
						
					 
					
						2021-09-23 20:38:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8a60d4cf2f 
					 
					
						
						
							
							Upgrade platforms.  
						
						 
						
						... 
						
						
						
						Wled math fix. 
						
						
					 
					
						2021-09-23 20:33:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						6489444158 
					 
					
						
						
							
							Additional fix.  
						
						 
						
						
						
						
					 
					
						2021-09-23 06:55:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						59a66a3ea5 
					 
					
						
						
							
							Buffer filling bugfix.  
						
						 
						
						
						
						
					 
					
						2021-09-23 06:52:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e17550e23e 
					 
					
						
						
							
							Debug cleanup. Minor tweks.  
						
						 
						
						
						
						
					 
					
						2021-09-22 21:52:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0f8d6daf99 
					 
					
						
						
							
							Bus creation bugfix. Removed debug code.  
						
						 
						
						
						
						
					 
					
						2021-09-22 19:13:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						08925a72c6 
					 
					
						
						
							
							Renamed BusVirtual to BusNetwork  
						
						 
						
						... 
						
						
						
						- added options for E1.31 and ArtNet
- added check for initialised network 
						
						
					 
					
						2021-09-22 13:20:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						1101299168 
					 
					
						
						
							
							Fixing conflict merge.  
						
						 
						
						
						
						
					 
					
						2021-09-22 07:09:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						22be8e2e9d 
					 
					
						
						
							
							Merge branch 'dev' into virtual-bus  
						
						 
						
						
						
						
					 
					
						2021-09-22 07:06:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						6db2240f8a 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						... 
						
						
						
						(mostly ignored index.js) 
						
						
					 
					
						2021-09-22 06:58:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						96422de031 
					 
					
						
						
							
							0.13.0-b3  
						
						 
						
						
						
						
					 
					
						2021-09-21 23:37:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						54eac18eea 
					 
					
						
						
							
							Bugfixes for saving and loading IP address.  
						
						 
						
						... 
						
						
						
						Debug info for UDP. 
						
						
					 
					
						2021-09-21 22:18:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						f2043dc181 
					 
					
						
						
							
							Merge pull request  #2219  from blazoncek/analog-invert  
						
						 
						
						... 
						
						
						
						Fix for missing inverted analog. 
						
						
					 
					
						2021-09-21 12:19:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						e416ec9279 
					 
					
						
						
							
							Removed dev types.  
						
						 
						
						
						
						
					 
					
						2021-09-21 12:05:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						5eb4ffb1cc 
					 
					
						
						
							
							Fix for missing inverted analog.  
						
						 
						
						
						
						
					 
					
						2021-09-21 11:59:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						284e748449 
					 
					
						
						
							
							Merge remote-tracking branch 'pbolduc/feature/upd-ddp-send' into virtual-bus  
						
						 
						
						
						
						
					 
					
						2021-09-21 07:29:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						3111718eb1 
					 
					
						
						
							
							Fix for pin conflicts on save.  
						
						 
						
						
						
						
					 
					
						2021-09-21 06:25:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Bolduc 
							
						 
					 
					
						
						
							
						
						fd8d17c5e5 
					 
					
						
						
							
							Removed local buffer as WiFiUDP loops over input array anyways  
						
						 
						
						
						
						
					 
					
						2021-09-20 20:47:48 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Bolduc 
							
						 
					 
					
						
						
							
						
						109bb62209 
					 
					
						
						
							
							fix corrupt heap when writing upd  
						
						 
						
						
						
						
					 
					
						2021-09-20 19:01:54 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Bolduc 
							
						 
					 
					
						
						
							
						
						cc661b26fa 
					 
					
						
						
							
							fix spelling error, be smarter how we write data to udp  
						
						 
						
						
						
						
					 
					
						2021-09-20 16:57:54 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Bolduc 
							
						 
					 
					
						
						
							
						
						ea69957ed1 
					 
					
						
						
							
							Fix spelling error  
						
						 
						
						
						
						
					 
					
						2021-09-20 15:53:20 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Bolduc 
							
						 
					 
					
						
						
							
						
						700f641e29 
					 
					
						
						
							
							Change signature of realtimeBoroadcast to match blazoncek  
						
						 
						
						
						
						
					 
					
						2021-09-20 15:51:12 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Bolduc 
							
						 
					 
					
						
						
							
						
						83f4eeb3b5 
					 
					
						
						
							
							Add support for RGB and RGBW, fix bug where not enough data written  
						
						 
						
						
						
						
					 
					
						2021-09-20 15:21:19 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Bolduc 
							
						 
					 
					
						
						
							
						
						d1f4cdebf3 
					 
					
						
						
							
							Move new ddp/udp functions into udp.cpp  
						
						 
						
						
						
						
					 
					
						2021-09-20 15:04:16 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d95ba43fd1 
					 
					
						
						
							
							Virtual bus implementation.  
						
						 
						
						... 
						
						
						
						Base for virtual WLED set-up (multiple instances acting as one).
UDP broadcast not yet implemented. 
						
						
					 
					
						2021-09-20 22:24:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						8fae964ee8 
					 
					
						
						
							
							Allocate segment data based on currently active segments ( #2217 )  
						
						 
						
						
						
						
					 
					
						2021-09-20 21:22:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						baf49b88f4 
					 
					
						
						
							
							Semi-working segment on/off transition  
						
						 
						
						
						
						
					 
					
						2021-09-20 21:22:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Bolduc 
							
						 
					 
					
						
						
							
						
						7dc07f6d21 
					 
					
						
						
							
							Change parameter order for better stack alignment  
						
						 
						
						
						
						
					 
					
						2021-09-19 15:30:17 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Bolduc 
							
						 
					 
					
						
						
							
						
						6472d35d91 
					 
					
						
						
							
							optimze copyRgbwToRgb, do not copy too much data into buffer  
						
						 
						
						
						
						
					 
					
						2021-09-19 15:20:06 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Bolduc 
							
						 
					 
					
						
						
							
						
						95c87919a8 
					 
					
						
						
							
							return ok status code and free buffer  
						
						 
						
						
						
						
					 
					
						2021-09-19 12:11:57 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Bolduc 
							
						 
					 
					
						
						
							
						
						077b4d5c89 
					 
					
						
						
							
							Add initial DDP UDP output  
						
						 
						
						
						
						
					 
					
						2021-09-19 12:08:05 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Bolduc 
							
						 
					 
					
						
						
							
						
						3577da05ac 
					 
					
						
						
							
							Avoid redundant localIP calls, each call takes 0.700 us on ESP32 240Mhz ( #2206 )  
						
						 
						
						... 
						
						
						
						* Avoid redundant localIP calls, each call takes 0.700 us on ESP32 240Mhz
* Fall through to check Wifi local ip if not connected to ETH
* Changed local var from ipAddress to localIP to better reflect content 
						
						
					 
					
						2021-09-19 19:51:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						b8e8028eb9 
					 
					
						
						
							
							Merge pull request  #2184  from Aircoookie/fx-mods  
						
						 
						
						... 
						
						
						
						FX optimisations and segment names 
						
						
					 
					
						2021-09-19 15:16:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a2105de402 
					 
					
						
						
							
							Nesting bug fix.  
						
						 
						
						
						
						
					 
					
						2021-09-19 14:56:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d049e0a149 
					 
					
						
						
							
							Fix for missing inverse for analog bus.  
						
						 
						
						... 
						
						
						
						Fix for usermod pin settings not being accounted for. 
						
						
					 
					
						2021-09-19 14:28:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7463be862f 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2021-09-18 22:43:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabriel 
							
						 
					 
					
						
						
							
						
						a899666e68 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/protoplasma-mx/WLED  
						
						 
						
						
						
						
					 
					
						2021-09-18 09:04:54 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabriel 
							
						 
					 
					
						
						
							
						
						10a52f8cf9 
					 
					
						
						
							
							Updated cdata.js so generated files point to knoWLEDge  
						
						 
						
						
						
						
					 
					
						2021-09-18 09:02:37 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bc6652f443 
					 
					
						
						
							
							Segment names fixes.  
						
						 
						
						... 
						
						
						
						Minor UI changes:
 - new font
 - removed transition 
						
						
					 
					
						2021-09-18 13:15:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabriel 
							
						 
					 
					
						
						
							
						
						72d04a0120 
					 
					
						
						
							
							Updated reference to docs on readme to knoWLEDge  
						
						 
						
						
						
						
					 
					
						2021-09-18 00:23:51 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gabriel 
							
						 
					 
					
						
						
							
						
						6dbed30008 
					 
					
						
						
							
							Updated Web UI dev docs reference  
						
						 
						
						
						
						
					 
					
						2021-09-18 00:03:59 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						c5eac298e6 
					 
					
						
						
							
							Do not delete name if segment bounds are unchanged  
						
						 
						
						
						
						
					 
					
						2021-09-18 01:20:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						bc18eda336 
					 
					
						
						
							
							Segment name UI changes  
						
						 
						
						... 
						
						
						
						Text field accessible by edit icon
Replaced magnifier with iconfont
Use woff2 font format
Fix scaled checkboxes visible in UI settings header 
						
						
					 
					
						2021-09-18 00:31:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						3cefb14297 
					 
					
						
						
							
							Merge pull request  #2195  from scottrbailey/sp511  
						
						 
						
						... 
						
						
						
						add env for sp511 
						
						
					 
					
						2021-09-16 08:53:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Scott Bailey 
							
						 
					 
					
						
						
							
						
						4bc401278e 
					 
					
						
						
							
							add env for sp511  
						
						 
						
						
						
						
					 
					
						2021-09-15 18:44:09 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						56167f84ad 
					 
					
						
						
							
							Added I2C clock frequency parameter for 4LD.  
						
						 
						
						
						
						
					 
					
						2021-09-15 23:51:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						d7e3765efe 
					 
					
						
						
							
							Fix segment creation  
						
						 
						
						
						
						
					 
					
						2021-09-14 23:35:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						3d51d1e345 
					 
					
						
						
							
							Merge pull request  #2175  from henrygab/revert_pr1902  
						
						 
						
						... 
						
						
						
						Revert changes from PR1902 
						
						
					 
					
						2021-09-14 00:29:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						db4ecce20b 
					 
					
						
						
							
							Reduced values of parameters for 8266:  
						
						 
						
						... 
						
						
						
						- max segments to 16
- effect buffer to 3.5k
- max number of LEDs to 1200 
						
						
					 
					
						2021-09-12 13:31:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						95518f1948 
					 
					
						
						
							
							Fix for incorrect memory de-allocation.  
						
						 
						
						
						
						
					 
					
						2021-09-12 12:33:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						bd23942893 
					 
					
						
						
							
							Fixed IR JSON cmd string ( closes   #2187  )  
						
						 
						
						
						
						
					 
					
						2021-09-12 01:37:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						c8610b8ad2 
					 
					
						
						
							
							Small improvements to segment names  
						
						 
						
						
						
						
					 
					
						2021-09-12 01:15:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d0440122b9 
					 
					
						
						
							
							Bugfix for AutoSave & 4LD.  
						
						 
						
						
						
						
					 
					
						2021-09-12 01:08:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d4beb2f79b 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						... 
						
						
						
						Excluded modifications to ir.cpp
Changed default segment creation logic. 
						
						
					 
					
						2021-09-12 01:00:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9be995bb08 
					 
					
						
						
							
							4LD & AutoSave usermod fixes.  
						
						 
						
						... 
						
						
						
						Debugging usermod time. 
						
						
					 
					
						2021-09-11 23:32:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						8d4636bbab 
					 
					
						
						
							
							Merge pull request  #2170  from scottrbailey/error-12-fix  
						
						 
						
						... 
						
						
						
						Fix error 12 issues 
						
						
					 
					
						2021-09-11 14:32:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						f59c6e7a7c 
					 
					
						
						
							
							Replace wiki link in readme to knoWLEDge  
						
						 
						
						
						
						
					 
					
						2021-09-11 11:18:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						c24ab1b21d 
					 
					
						
						
							
							Auto create segments setting ( #2183 )  
						
						 
						
						
						
						
					 
					
						2021-09-11 01:17:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						6a01658355 
					 
					
						
						
							
							Use pbolduc fork of AsyncTCP  
						
						 
						
						... 
						
						
						
						(fixing flicker with upstream AsyncTCP v1.1.1) 
						
						
					 
					
						2021-09-09 17:50:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						f1e2439e66 
					 
					
						
						
							
							Slight IR JSON simplefication  
						
						 
						
						... 
						
						
						
						Check for missing file
No duplicate cmd object 
						
						
					 
					
						2021-09-09 12:05:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c1d47290b1 
					 
					
						
						
							
							police_base optimisations.  
						
						 
						
						
						
						
					 
					
						2021-09-08 23:26:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4d6116ed40 
					 
					
						
						
							
							Minor usermod optimisations.  
						
						 
						
						
						
						
					 
					
						2021-09-08 23:25:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4d89ed701d 
					 
					
						
						
							
							FX optimisations.  
						
						 
						
						... 
						
						
						
						Added segment names. 
						
						
					 
					
						2021-09-08 23:10:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						18ba394901 
					 
					
						
						
							
							Changed behaviour of effects.  
						
						 
						
						... 
						
						
						
						- Police (col1 for bg)
- Two areas (changable width, col1 for bg)
- Two dots (changable width) 
						
						
					 
					
						2021-09-08 07:54:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3a83753611 
					 
					
						
						
							
							Rewritten police_base effect.  
						
						 
						
						... 
						
						
						
						Optimisation in 4LD. 
						
						
					 
					
						2021-09-07 22:59:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e80594d61d 
					 
					
						
						
							
							Bugfix (sclPin, sdaPin).  
						
						 
						
						... 
						
						
						
						Removed unnecessary static_cast. 
						
						
					 
					
						2021-09-07 17:03:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						c436b586d2 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2021-09-06 13:36:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						83c6f72eb0 
					 
					
						
						
							
							Fix segment runtime not reset on FX change via HTTP API  
						
						 
						
						
						
						
					 
					
						2021-09-05 01:28:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						e26299b998 
					 
					
						
						
							
							Revert some small syntactical changes  
						
						 
						
						
						
						
					 
					
						2021-09-05 00:39:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f84e2c2ac7 
					 
					
						
						
							
							Debug conditional compile in pin manager.  
						
						 
						
						
						
						
					 
					
						2021-09-04 16:45:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4e8c94fd2d 
					 
					
						
						
							
							Fix for unknown IR codes in IR JSON.  
						
						 
						
						... 
						
						
						
						Fix for T=2 not updating lights in IR JSON.
Correct handling of missing ir.json file. 
						
						
					 
					
						2021-09-03 22:00:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						8f3fd37d47 
					 
					
						
						
							
							Updated fallback random FX limit.  
						
						 
						
						
						
						
					 
					
						2021-09-03 10:10:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Scott Bailey 
							
						 
					 
					
						
						
							
						
						a839809eb8 
					 
					
						
						
							
							change random mode choice on presetFallback  
						
						 
						
						
						
						
					 
					
						2021-09-03 00:14:07 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						7960e9b309 
					 
					
						
						
							
							Bugfix for missing IR.json error code.  
						
						 
						
						
						
						
					 
					
						2021-09-03 08:25:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Scott Bailey 
							
						 
					 
					
						
						
							
						
						88ceba59cf 
					 
					
						
						
							
							Fix error 12 issues  
						
						 
						
						
						
						
					 
					
						2021-09-02 22:56:49 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								itCarl 
							
						 
					 
					
						
						
							
						
						f368bbec32 
					 
					
						
						
							
							added MQTT support, Battery voltage to Info, circuit diagram to readme, minor fixes  
						
						 
						
						
						
						
					 
					
						2021-09-02 15:41:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Henry Gabryjelski 
							
						 
					 
					
						
						
							
						
						021c4ba68a 
					 
					
						
						
							
							Revert changes from PR1902  
						
						 
						
						
						
						
					 
					
						2021-08-29 11:49:06 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4875544888 
					 
					
						
						
							
							Enhanced ST7789 display usermod.  
						
						 
						
						
						
						
					 
					
						2021-08-28 21:59:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						849bdc52f6 
					 
					
						
						
							
							Ethernet modifications.  
						
						 
						
						... 
						
						
						
						Added fixed Ethernet pins to cfg.json and settings page 
						
						
					 
					
						2021-08-27 19:48:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						54f4658dae 
					 
					
						
						
							
							Added JSON API over serial support ( #2156 )  
						
						 
						
						... 
						
						
						
						* Added JSON API over serial support
* Disable Serial API if pin 3 is used
Disable serial response if pin 1 is used 
						
						
					 
					
						2021-08-26 11:04:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						63bb05b2d4 
					 
					
						
						
							
							Fix compile for ethernet.  
						
						 
						
						
						
						
					 
					
						2021-08-26 09:32:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						916ad0a58e 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2021-08-26 09:09:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						dbc67e077d 
					 
					
						
						
							
							Merge pull request  #2134  from scottrbailey/sr_palettes  
						
						 
						
						... 
						
						
						
						Add new palettes from SR branch 
						
						
					 
					
						2021-08-26 06:52:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shaheen Gandhi 
							
						 
					 
					
						
						
							
						
						15055fa509 
					 
					
						
						
							
							Add network debug printer  
						
						 
						
						
						
						
					 
					
						2021-08-25 17:59:48 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8ee704e123 
					 
					
						
						
							
							Added toast confirmation for clearing LS.  
						
						 
						
						
						
						
					 
					
						2021-08-25 22:37:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0d552cd880 
					 
					
						
						
							
							Button rewrite.  
						
						 
						
						... 
						
						
						
						Buttons >0 behave differently than 0. 
						
						
					 
					
						2021-08-25 21:24:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Scott Bailey 
							
						 
					 
					
						
						
							
						
						e968917dbc 
					 
					
						
						
							
							rename palette arrays  
						
						 
						
						
						
						
					 
					
						2021-08-25 10:16:30 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Scott Bailey 
							
						 
					 
					
						
						
							
						
						d8240bb683 
					 
					
						
						
							
							Changing some palette names  
						
						 
						
						
						
						
					 
					
						2021-08-25 09:17:03 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						b481c13829 
					 
					
						
						
							
							Sync groups ( #2150 )  
						
						 
						
						... 
						
						
						
						* Added UDP sync groups.
* Shortened string.
* Changed sync default to group 1 only.
* Make packets with version < 9 group 1
* Send sync group options as bytes, parse in JS
Co-authored-by: cschwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2021-08-25 16:39:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						60ce5c67de 
					 
					
						
						
							
							Merge branch 'sync-groups' into dev  
						
						 
						
						
						
						
					 
					
						2021-08-25 06:26:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						421f932053 
					 
					
						
						
							
							Send sync group options as bytes, parse in JS  
						
						 
						
						
						
						
					 
					
						2021-08-25 00:36:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						542d6361f2 
					 
					
						
						
							
							Make packets with version < 9 group 1  
						
						 
						
						
						
						
					 
					
						2021-08-24 23:59:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						81bafa00ac 
					 
					
						
						
							
							Minor tweaks.  
						
						 
						
						
						
						
					 
					
						2021-08-24 23:33:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						84d0c17c4b 
					 
					
						
						
							
							Compile warnings eliminated.  
						
						 
						
						... 
						
						
						
						Minor typo.
DEBUG_PRINTF fix for 8266 
						
						
					 
					
						2021-08-24 21:35:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						77c0ba990d 
					 
					
						
						
							
							Bugfix for calling FX=~ from within playlist preset.  
						
						 
						
						
						
						
					 
					
						2021-08-24 06:10:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						be7e2bed6f 
					 
					
						
						
							
							Bugfix for edge case of FX=~ within playlist.  
						
						 
						
						
						
						
					 
					
						2021-08-23 21:51:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Henry Gabryjelski 
							
						 
					 
					
						
						
							
						
						1d4487b6cd 
					 
					
						
						
							
							Ethernet configuration fix, improve PinManager ( #2123 )  
						
						 
						
						... 
						
						
						
						* Improved pin manager, ethernet config
* Ethernet is configured prior even to LED pins
* Pin Manager allocation / deallocation functions
   now take an "ownership" tag parameter, helping
   avoid accidentally free'ing pins that were allocated
   by other code
* Pin Manager now has ability to allocate multiple
  pins at once; Simplifies error handling
* Fix operator precedence error
Bitwise AND has lower precedence than the
relational "greater than" operator.
* PinManager update for some user modules
* don't build everything...
* Final step to reduce RAM overhead
* update comment
* remove macros
* Remove leftover allocated
* Init ethernet after settings saved
Co-authored-by: Christian Schwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2021-08-23 14:14:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						a7bfd0af41 
					 
					
						
						
							
							Changed sync default to group 1 only.  
						
						 
						
						
						
						
					 
					
						2021-08-23 07:37:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						55ef547a85 
					 
					
						
						
							
							Memory allocation fixes for effects.  
						
						 
						
						
						
						
					 
					
						2021-08-22 22:16:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						19129c8786 
					 
					
						
						
							
							Simple page CSS & JS update.  
						
						 
						
						... 
						
						
						
						Added simple UI as a separate page (/simple.htm). 
						
						
					 
					
						2021-08-21 18:12:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b5737ce9c1 
					 
					
						
						
							
							Shortened string.  
						
						 
						
						
						
						
					 
					
						2021-08-21 12:30:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f921d9a1f8 
					 
					
						
						
							
							Added UDP sync groups.  
						
						 
						
						
						
						
					 
					
						2021-08-21 12:28:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9609b48f2f 
					 
					
						
						
							
							Added UDP sync groups.  
						
						 
						
						
						
						
					 
					
						2021-08-21 12:22:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						ff8145b745 
					 
					
						
						
							
							Merge pull request  #2101  from blazoncek/fix-mqtt-pir  
						
						 
						
						... 
						
						
						
						Fix for missing off-only MQTT messages. 
						
						
					 
					
						2021-08-21 11:10:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						530e8b39e5 
					 
					
						
						
							
							Added SSD1306 SPI display option to 4 Line Display  
						
						 
						
						
						
						
					 
					
						2021-08-20 23:58:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5926d396f9 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/aircoookie/WLED  into dev  
						
						 
						
						
						
						
					 
					
						2021-08-20 23:32:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						50aeee288b 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/aircoookie/WLED  
						
						 
						
						
						
						
					 
					
						2021-08-20 23:22:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						72e001b0d5 
					 
					
						
						
							
							Bash and Wnindows CMD scripts for updating multiple WLEDs.  
						
						 
						
						
						
						
					 
					
						2021-08-20 23:20:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maximilian Mewes 
							
						 
					 
					
						
						
							
						
						f04c9d101e 
					 
					
						
						
							
							Added usermod "battery status basic" ( #2127 )  
						
						 
						
						... 
						
						
						
						* added usermod battery_status_basic
* test.. something is wrong
* Squashed commit of the following:
commit 0f845527c53f838e2c68d50ec3e9d6c68c4cee46
Author: itCarl <mewes.maximilian@gmx.de >
Date:   Tue Aug 10 18:35:15 2021 +0200
    updated readme and added image showing info modal
commit 055579fcf71796519d00566452030f31798121d0
Author: itCarl <mewes.maximilian@gmx.de >
Date:   Mon Aug 9 20:53:07 2021 +0200
    small map function fix
commit 811614cf9e73f4731acb234d0d210a7b19565e9a
Author: itCarl <mewes.maximilian@gmx.de >
Date:   Mon Aug 9 19:35:21 2021 +0200
    updated ui
commit cadf2e23b7 
Author: itCarl <mewes.maximilian@gmx.de >
Date:   Mon Aug 9 16:07:32 2021 +0200
    added usermod battery_status_basic
* updated readme, changed USERMOD_BATTERY_MIN_VOLTAGE default to 2.6 volt
* fixed readme image file naming
* added usermod settings for runtime changes
* fixed copy and paste mistake
* undo ui changes
* reworked addToJsonInfo() to make it compatible with the standard Info page.
* removed images from readme
* added ESP32 support
* updated readme 
						
						
					 
					
						2021-08-20 20:42:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7cf16766c4 
					 
					
						
						
							
							Clear local storage button.  
						
						 
						
						... 
						
						
						
						Removed skin.css from settings pages. 
						
						
					 
					
						2021-08-20 19:38:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0e200e0c34 
					 
					
						
						
							
							Center text on display.  
						
						 
						
						
						
						
					 
					
						2021-08-20 19:37:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						771a544d0f 
					 
					
						
						
							
							Removed reference to tdd.  
						
						 
						
						
						
						
					 
					
						2021-08-20 09:54:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						fba707f6a8 
					 
					
						
						
							
							Merge branch 'spi-display' into dev  
						
						 
						
						
						
						
					 
					
						2021-08-19 21:57:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4e28e2cb59 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2021-08-19 21:57:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ahmed Shehata 
							
						 
					 
					
						
						
							
						
						2ecc53ba56 
					 
					
						
						
							
							UDP Signal color correction ( #1902 )  
						
						 
						
						... 
						
						
						
						* added ui changes for saturation in sync
* added setters/getters for hsv settings
* added color correction logic
* faster algorithm for color conversion
* added save/load config to fs
* adjusted value scale
* move color functions to colors.cpp
* remove unchecked file
* Various small changes
Moved settings location in sync settings
Changed wording from hyperion to live
Moved code into setRealtimePixel(), reducing duplication and enabling the functionality for DMX streams
Co-authored-by: Christian Schwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2021-08-19 18:24:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5c3c8b7b8a 
					 
					
						
						
							
							SPI display option for 4 Line Display usermod.  
						
						 
						
						
						
						
					 
					
						2021-08-19 16:13:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						3eb1fe0eb2 
					 
					
						
						
							
							Merge pull request  #2144  from coliss86/patch-1  
						
						 
						
						... 
						
						
						
						Fix formatting of the first title 
						
						
					 
					
						2021-08-19 08:44:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								coliss86 
							
						 
					 
					
						
						
							
						
						aec998acc1 
					 
					
						
						
							
							Fix formatting of the first title  
						
						 
						
						
						
						
					 
					
						2021-08-18 22:21:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						6a52a1dc63 
					 
					
						
						
							
							Add option to load custom CSS and custom holidays.json  
						
						 
						
						
						
						
					 
					
						2021-08-18 13:41:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						91e758f66f 
					 
					
						
						
							
							Fixed JSON IR remote not working with codes greater than 0xFFFFFF ( fixes   #2135 )  
						
						 
						
						
						
						
					 
					
						2021-08-18 02:10:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						441416b241 
					 
					
						
						
							
							Fixed edge case with transition 0  
						
						 
						
						
						
						
					 
					
						2021-08-18 01:59:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						e541d8697e 
					 
					
						
						
							
							Merge pull request  #2140  from Aircoookie/ws-ping  
						
						 
						
						... 
						
						
						
						Added application level pong websockets reply (#2139 ) 
						
						
					 
					
						2021-08-17 17:56:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						445825df44 
					 
					
						
						
							
							Merge branch 'dev' of github.com:blazoncek/WLED into dev  
						
						 
						
						
						
						
					 
					
						2021-08-17 16:28:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b93c47fa60 
					 
					
						
						
							
							Option to disable Loxone.  
						
						 
						
						
						
						
					 
					
						2021-08-17 16:28:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						4b817208aa 
					 
					
						
						
							
							Added application level pong websockets reply ( #2139 )  
						
						 
						
						
						
						
					 
					
						2021-08-17 12:47:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						90b831600f 
					 
					
						
						
							
							Removed developmnet/debugging code.  
						
						 
						
						
						
						
					 
					
						2021-08-17 09:06:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b3dd368920 
					 
					
						
						
							
							JS optimisation.  
						
						 
						
						... 
						
						
						
						Namelabel clarity. 
						
						
					 
					
						2021-08-16 18:24:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c8db90b644 
					 
					
						
						
							
							Bugfix pin check.  
						
						 
						
						
						
						
					 
					
						2021-08-16 16:20:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7ed65529df 
					 
					
						
						
							
							Minor button CSS optimisations.  
						
						 
						
						
						
						
					 
					
						2021-08-15 22:05:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a8b59f5f59 
					 
					
						
						
							
							Replaced fixed color values in CSS & JS w/ --c-?.  
						
						 
						
						
						
						
					 
					
						2021-08-13 11:43:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						eb966ec041 
					 
					
						
						
							
							Typo fix.  
						
						 
						
						
						
						
					 
					
						2021-08-13 10:55:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Scott Bailey 
							
						 
					 
					
						
						
							
						
						7fea0c3244 
					 
					
						
						
							
							Add new palettes from SR branch  
						
						 
						
						
						
						
					 
					
						2021-08-12 12:58:51 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						588789cb77 
					 
					
						
						
							
							Random color background.  
						
						 
						
						... 
						
						
						
						Few tweaks. 
						
						
					 
					
						2021-08-12 15:47:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3640f977c8 
					 
					
						
						
							
							Simple CSS bugfix.  
						
						 
						
						
						
						
					 
					
						2021-08-12 12:12:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						28f12a4874 
					 
					
						
						
							
							More CSS & JS optimisations.  
						
						 
						
						
						
						
					 
					
						2021-08-12 11:14:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						93378406c3 
					 
					
						
						
							
							Additional CSS optimisations.  
						
						 
						
						
						
						
					 
					
						2021-08-11 21:28:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						602d04af82 
					 
					
						
						
							
							Invaliating browser cache after UI selection change  
						
						 
						
						
						
						
					 
					
						2021-08-10 21:52:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						dcfbf2b154 
					 
					
						
						
							
							Simplified UI and general UI polishing (CSS, HTML & JS).  
						
						 
						
						... 
						
						
						
						Boot transition fix.
Local storage invalidation when uploading presets.json. 
						
						
					 
					
						2021-08-10 17:11:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						bd13336256 
					 
					
						
						
							
							Fixed undesirable boot color transition  
						
						 
						
						
						
						
					 
					
						2021-08-06 02:08:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						815940913b 
					 
					
						
						
							
							Merge pull request  #2113  from tschundler/master  
						
						 
						
						... 
						
						
						
						Fix ordering in platformio_override.ini.sample 
						
						
					 
					
						2021-08-03 22:17:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ted Schundler 
							
						 
					 
					
						
						
							
						
						f7191c0381 
					 
					
						
						
							
							Fix ordering platformio_override.ini.sample  
						
						 
						
						... 
						
						
						
						The flag examples must be after the build_flags line to be usable. 
						
						
					 
					
						2021-08-01 20:23:05 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5c6d755750 
					 
					
						
						
							
							Added title to node button.  
						
						 
						
						
						
						
					 
					
						2021-08-01 12:19:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3c545d488d 
					 
					
						
						
							
							Remove local storage for presets on presets.json restore.  
						
						 
						
						
						
						
					 
					
						2021-07-30 17:45:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bd0f84605f 
					 
					
						
						
							
							UI JS optimisations/code reduction.  
						
						 
						
						
						
						
					 
					
						2021-07-29 22:55:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						07d11c845c 
					 
					
						
						
							
							Fix for missing off-only MQTT messages.  
						
						 
						
						
						
						
					 
					
						2021-07-28 22:50:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6e9a69be5c 
					 
					
						
						
							
							Fix for missing off-only MQTT messages.  
						
						 
						
						... 
						
						
						
						Automatic WS reconnect. 
						
						
					 
					
						2021-07-28 22:45:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						2e9bd477d9 
					 
					
						
						
							
							Upload files & skinning ( #2084 )  
						
						 
						
						... 
						
						
						
						* Skinning WLED & uploading files.
Backup & restore configuration & presets.
External holidays.json
* Option for segment count instead of stop.
* Small fixes and improvements
* Further improvements
* Enable custom CSS by default
Co-authored-by: Christian Schwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2021-07-26 00:10:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						392df6ba72 
					 
					
						
						
							
							Added missing ir.json error type.  
						
						 
						
						... 
						
						
						
						Hopefully fix for WS virtual disconnects.
WS debugging info. 
						
						
					 
					
						2021-07-25 22:44:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c66cffd6a6 
					 
					
						
						
							
							Playlist implicitly turns WLED on.  
						
						 
						
						
						
						
					 
					
						2021-07-23 23:40:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b3b3e3ea20 
					 
					
						
						
							
							God damn CRLF conversion. (I want to keep it clean)  
						
						 
						
						
						
						
					 
					
						2021-07-23 21:48:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						b058fb8db4 
					 
					
						
						
							
							Merge pull request  #2093  from blazoncek/PIR-sensor-update  
						
						 
						
						... 
						
						
						
						Added PIR  option to trigger only if WLED is off. 
						
						
					 
					
						2021-07-23 19:35:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9f0f6181a1 
					 
					
						
						
							
							Added PIR  option to trigger only if WLED is off.  
						
						 
						
						
						
						
					 
					
						2021-07-23 18:43:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						067a88b3e7 
					 
					
						
						
							
							UI maintaining playlist preset selected.  
						
						 
						
						
						
						
					 
					
						2021-07-23 18:39:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						251d5f4135 
					 
					
						
						
							
							Added PIR  option to trigger only if WLED is off.  
						
						 
						
						
						
						
					 
					
						2021-07-23 18:37:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						f702e1a80d 
					 
					
						
						
							
							Merge pull request  #2091  from blazoncek/white-slider-fix  
						
						 
						
						... 
						
						
						
						White slider fix. 
						
						
					 
					
						2021-07-22 23:55:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						44e574f440 
					 
					
						
						
							
							Added WS send debug logging.  
						
						 
						
						
						
						
					 
					
						2021-07-22 19:08:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e1527fcbb9 
					 
					
						
						
							
							White slider fix.  
						
						 
						
						
						
						
					 
					
						2021-07-22 15:36:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9e583f9ff0 
					 
					
						
						
							
							Minor UI optimisations.  
						
						 
						
						
						
						
					 
					
						2021-07-22 15:34:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						9ba7e5d567 
					 
					
						
						
							
							Fix for not honouring enabled state for PIR usermod. ( #2090 )  
						
						 
						
						
						
						
					 
					
						2021-07-22 14:41:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						02b6d53544 
					 
					
						
						
							
							Rotary Encoder Compilation fix. ( #2085 )  
						
						 
						
						... 
						
						
						
						* Compilation fix.
* Make rotary encoder usermod runtime configurable. 
						
						
					 
					
						2021-07-20 13:41:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						611816c8e3 
					 
					
						
						
							
							Rotary encoder runtime configuration.  
						
						 
						
						
						
						
					 
					
						2021-07-20 08:14:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0511a62ca1 
					 
					
						
						
							
							Optimised requestJson()  
						
						 
						
						... 
						
						
						
						CSS fix. 
						
						
					 
					
						2021-07-19 19:00:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						31e34d6f19 
					 
					
						
						
							
							Rotary encoder compile fix.  
						
						 
						
						
						
						
					 
					
						2021-07-18 20:50:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5360fe49d4 
					 
					
						
						
							
							Minor holiday background image loading tweak.  
						
						 
						
						
						
						
					 
					
						2021-07-15 20:08:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bf94febb11 
					 
					
						
						
							
							Added configuration backup/restore.  
						
						 
						
						... 
						
						
						
						Fixed save dialog compile error. 
						
						
					 
					
						2021-07-15 18:38:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						dbd3bd50df 
					 
					
						
						
							
							Attempt at forcing Save dialog on preset backup.  
						
						 
						
						... 
						
						
						
						Random BG image replaced by holiday BG. 
						
						
					 
					
						2021-07-15 09:24:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c1a1fb8d87 
					 
					
						
						
							
							Backup/restore presets & holiday array upload.  
						
						 
						
						... 
						
						
						
						Reduced number of segments on 8266. 
						
						
					 
					
						2021-07-14 23:10:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b10568e917 
					 
					
						
						
							
							Merge branch 'dev' of github.com:blazoncek/WLED into dev  
						
						 
						
						
						
						
					 
					
						2021-07-14 16:20:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						0e1ad39ede 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2021-07-14 13:43:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						123bd0bb92 
					 
					
						
						
							
							v0.13.0-b2  
						
						 
						
						... 
						
						
						
						Reduced unneeded websockets pushes 
						
						
					 
					
						2021-07-11 02:38:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c8ce06d110 
					 
					
						
						
							
							Minor UI fix.  
						
						 
						
						
						
						
					 
					
						2021-07-11 00:26:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b0cfcb1999 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2021-07-10 17:01:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						6a8ed1192f 
					 
					
						
						
							
							Accept hex color strings in individual LED API  
						
						 
						
						... 
						
						
						
						Version bump to 0.13.0-b2 "Toki"
Fixed transition property not applying unless power/bri/color changed next
Moved transition field below segments (temporarily) 
						
						
					 
					
						2021-07-10 16:14:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Hofmann 
							
						 
					 
					
						
						
							
						
						0862859f93 
					 
					
						
						
							
							New usermod: Support for RGB Rotary Encoder Board ( #2068 )  
						
						 
						
						... 
						
						
						
						* Added RGB Rotary Encoder usermod v1
* RGB rotary encoder UM: Readme; Added example video
* RGB rotary encoder UM: Readme; Added example video
* RGB rotary encoder UM: Fixed getJsonValue usage
* RGB rotary encoder UM: Removed spaces in JSON keys
* RGB rotary encoder UM: Cleanup readFromConfig
* RGB rotary encoder UM: Cleaned up type usages
* RGB rotary encoder UM: Fixed crash on re-enable 
						
						
					 
					
						2021-07-09 20:25:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Henry Gabryjelski 
							
						 
					 
					
						
						
							
						
						3ad336a1eb 
					 
					
						
						
							
							Bug 2064, 2063 - PinManager usage ( #2066 )  
						
						 
						
						... 
						
						
						
						* Fix 2063 - Do not free pins unless allocated
* Fix 2064: Allocate pins used for Ethernet
* Fix obvious compilation errors.
* Fix multiple bugs...
* pinsAllocated[2] set twice due to copy/paste bug.
* wrong pin allocated for ETH_CLOCK_GPIO17_OUT due to copy/paste bug
* Stylistic change per PR review
* Stylistic change per PR review
* attempt to allocate pin for "default" button
* remove extra local variable
* check return value from ETH.begin()
Co-authored-by: Christian Schwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2021-07-09 20:06:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						a17f83cedd 
					 
					
						
						
							
							Renamed NOTIFIER_CALL_MODE_ to CALL_MODE_  
						
						 
						
						
						
						
					 
					
						2021-07-09 18:54:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						2c6850f6e4 
					 
					
						
						
							
							Fixed presets using wrong call mode (e.g. causing buttons to send UDP under direct change type)  
						
						 
						
						... 
						
						
						
						Increased hue buffer 
						
						
					 
					
						2021-07-09 18:42:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						5da47636cf 
					 
					
						
						
							
							Busses extend total configured LEDs if required ( closes   #2056  )  
						
						 
						
						... 
						
						
						
						Fixed extra button pins defaulting to 0 on first boot 
						
						
					 
					
						2021-07-09 16:25:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						944b857825 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2021-07-08 13:39:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						e04b965659 
					 
					
						
						
							
							Peek uses the main websocket connection  
						
						 
						
						
						
						
					 
					
						2021-07-08 02:01:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						17d2fb80f2 
					 
					
						
						
							
							More robust initial resource loading in UI  
						
						 
						
						
						
						
					 
					
						2021-07-07 23:45:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						34c8f33c3c 
					 
					
						
						
							
							Bugfix WS saving preset.  
						
						 
						
						
						
						
					 
					
						2021-07-07 16:55:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						07d74ee692 
					 
					
						
						
							
							Default button pin allocation on 1st boot.  
						
						 
						
						
						
						
					 
					
						2021-07-07 10:18:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						d28158bc74 
					 
					
						
						
							
							ESP32 S2 fix for RMT channels.  
						
						 
						
						... 
						
						
						
						Ethernet pins stored in cfg.json for usermod checks. 
						
						
					 
					
						2021-07-07 08:12:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						14b7ec2a80 
					 
					
						
						
							
							Added support for ESP32 S2. ( #2067 )  
						
						 
						
						... 
						
						
						
						Updated Wemos Shield parameters. 
						
						
					 
					
						2021-07-07 01:56:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8c9fb956ff 
					 
					
						
						
							
							Bugfix for  #2066  
						
						 
						
						
						
						
					 
					
						2021-07-06 22:08:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						db632ae847 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2021-07-06 16:38:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								srg74 
							
						 
					 
					
						
						
							
						
						f27b31b581 
					 
					
						
						
							
							Quick fix fro paltformio.ini ( #2060 )  
						
						 
						
						... 
						
						
						
						* Added support for H803FW controller
* Create usermod_bme280.cpp
* Create usermod_bme280.cpp
* Added BME280 sensor
* Update readme.md
* Update usermod_bme280.cpp
* Update platformio.ini
* Update for lightweight sensor
* Added travis build badge
* Update readme.md
* Update readme.md
* Update .gitignore
* Changed ldscript for a file system
* Update NpbWrapper.h
* Update .gitignore
* Delete wled-ci.yml
* Added usermod for ST7789 display
Functionality tested with ESP32. Works with main WLED and @blazoncek fork.
* fixes
* Update .gitignore
* Firmware updates!!!
Updated official @Aircoookie firmware to v0.12.0-b4 build 2103290 and developer @blazoncek firmware to latest v0.12.0-b3 build 2103282.
* Updated platformio.ini for Universal Wemos Shield board
* Fixed errors in env:wemos_shield_esp32
- lib_deps must be for esp32;
- Commented global lib_deps for Dallas sensor. 
						
						
					 
					
						2021-07-06 09:51:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Louis Beaudoin 
							
						 
					 
					
						
						
							
						
						8c44147a45 
					 
					
						
						
							
							Usermod Settings polishing/documentation ( #2061 )  
						
						 
						
						... 
						
						
						
						* Testing new wrapper functions to read Usermod config
* Usermod Settings polishing
- remove getBoolFromJsonKey() (no longer needed), fix getValueFromJsonKey(element, destination, defaultvalue)
- Update Usermod Settings html "number" field to use step="any", and make wider to make maximum values fully visible
  - step="any" allows viewing/submitting full 7/8-digit float values, and the arrow buttons step by 1 now, instead of .00001 (which wasn't good for integers or floats)
  - html wasn't generated/compressed yet
* Update usermod_v2_example.h with more complete example and documentation for Usermod Settings
- readFromConfig() has three options for how to load values from the config JSON, we need to pick one
* Update/rename usermode_rotary_brightness_color, to be used as an example of more robust parsing Usermod Settings values
* Update Usermod example, rename getValueFromJsonKey() to getJsonValue()
- chose single readFromConfig() pattern
- demonstrating 3-argument getJsonValue()
- remove leftover printf in getJsonValue()
Co-authored-by: Louis Beaudoin <louis@embedded-creations.com > 
						
						
					 
					
						2021-07-05 23:14:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3bef4284e3 
					 
					
						
						
							
							Fix for ESP8266 compile.  
						
						 
						
						
						
						
					 
					
						2021-07-04 22:46:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						ec05215a5e 
					 
					
						
						
							
							Update ArduinoJSON to 6.18.1  
						
						 
						
						
						
						
					 
					
						2021-07-04 18:52:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5229b2959e 
					 
					
						
						
							
							Fix to use upstream NeoPixelBus on ESP32.  
						
						 
						
						
						
						
					 
					
						2021-07-04 16:25:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8769234e28 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2021-07-04 15:29:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bbdd1915eb 
					 
					
						
						
							
							Fix for odd Dallas sensor "not found" behaviour.  
						
						 
						
						... 
						
						
						
						Minor flash use reduction. 
						
						
					 
					
						2021-07-04 14:23:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						5903e8256f 
					 
					
						
						
							
							Fixed preset immediately deselecting when set via HTTP API PL=  
						
						 
						
						
						
						
					 
					
						2021-07-04 13:29:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						c879351063 
					 
					
						
						
							
							JSON IR improvements  
						
						 
						
						... 
						
						
						
						Restored support for "PL=~" mistakenly removed in 2106300 
						
						
					 
					
						2021-07-04 13:23:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						de8a244500 
					 
					
						
						
							
							Minor UI tweaks.  
						
						 
						
						... 
						
						
						
						Added WS reconnects. 
						
						
					 
					
						2021-07-04 12:09:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						1bb7e36a65 
					 
					
						
						
							
							More compact playlist entries  
						
						 
						
						
						
						
					 
					
						2021-07-04 00:55:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3066a142b8 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						... 
						
						
						
						Minor tweaks. 
						
						
					 
					
						2021-07-03 21:27:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						793a01f7ca 
					 
					
						
						
							
							Bus wrapper simplification ( #2054 )  
						
						 
						
						... 
						
						
						
						* Use RMTN method
* Simplify BusWrapper
* Update PlatformIO configuration
* Fix non-included dependencies 
						
						
					 
					
						2021-07-03 13:52:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ccf047b1ab 
					 
					
						
						
							
							Playlist editor UI changes & fixes.  
						
						 
						
						
						
						
					 
					
						2021-07-02 17:22:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						40c8fdbf64 
					 
					
						
						
							
							Added WebSockets support to UI  
						
						 
						
						
						
						
					 
					
						2021-07-02 01:46:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						dc01c907f1 
					 
					
						
						
							
							Send websockets on every state change  
						
						 
						
						
						
						
					 
					
						2021-07-02 00:24:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						801df94446 
					 
					
						
						
							
							Update libraries  
						
						 
						
						
						
						
					 
					
						2021-07-01 21:20:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						0197d89976 
					 
					
						
						
							
							Added MQTT button option  
						
						 
						
						
						
						
					 
					
						2021-07-01 20:51:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ce725252cc 
					 
					
						
						
							
							Minor fixes.  
						
						 
						
						
						
						
					 
					
						2021-07-01 16:40:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						e16a67242e 
					 
					
						
						
							
							Merge pull request  #2011  from blazoncek/multi-button-update  
						
						 
						
						... 
						
						
						
						Added MQTT support for buttons and simplified switch. 
						
						
					 
					
						2021-07-01 14:57:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						4c678a5010 
					 
					
						
						
							
							Fixed a minor visual issue with slider trail not reaching thumb on low values  
						
						 
						
						
						
						
					 
					
						2021-07-01 14:56:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						73f07b2939 
					 
					
						
						
							
							Update html_settings.h  
						
						 
						
						
						
						
					 
					
						2021-07-01 13:42:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						b58efa3df0 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2021-07-01 13:41:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						9f885407f5 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2021-07-01 13:24:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								srg74 
							
						 
					 
					
						
						
							
						
						3754088a44 
					 
					
						
						
							
							Updated [env] for Universal Wemos Shield board ( #2049 )  
						
						 
						
						... 
						
						
						
						* Added support for H803FW controller
* Create usermod_bme280.cpp
* Create usermod_bme280.cpp
* Added BME280 sensor
* Update readme.md
* Update usermod_bme280.cpp
* Update platformio.ini
* Update for lightweight sensor
* Added travis build badge
* Update readme.md
* Update readme.md
* Update .gitignore
* Changed ldscript for a file system
* Update NpbWrapper.h
* Update .gitignore
* Delete wled-ci.yml
* Added usermod for ST7789 display
Functionality tested with ESP32. Works with main WLED and @blazoncek fork.
* fixes
* Update .gitignore
* Firmware updates!!!
Updated official @Aircoookie firmware to v0.12.0-b4 build 2103290 and developer @blazoncek firmware to latest v0.12.0-b3 build 2103282.
* Updated platformio.ini for Universal Wemos Shield board 
						
						
					 
					
						2021-07-01 12:05:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						c4f084a991 
					 
					
						
						
							
							Merge JSON ircodes ( #2048 )  
						
						 
						
						... 
						
						
						
						* add decodeIRJson and JSON remote option
* handle JSON API commands also
* removed code that forced IR codes in a certain range to be decoded by decodeIR24. Generate default ir.json files for currently supported remotes.
* comment out printing API commands in IR handling
* refactor decodeIRJson to change how ir.json is loaded add support for calling several c functions
* Handle setting palette when effect is still on default solid and will not display it
* remove colorUpdated notifier that was pasted in accidentally
* Update to handle both 24-key and 24-key old remotes (#1969 )
* Update readme.md
* Update ir.cpp
Handle both 24-key and 24-key old in decodeIR switch statement
* Re-add JSON remote option
Co-authored-by: Scott Bailey <scottrbailey@gmail.com >
Co-authored-by: Artacus <40248830+scottrbailey@users.noreply.github.com > 
						
						
					 
					
						2021-07-01 00:17:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						4c73df4ba6 
					 
					
						
						
							
							Shorten input size class names  
						
						 
						
						
						
						
					 
					
						2021-07-01 00:01:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						4aa53aa5a5 
					 
					
						
						
							
							Adjust input field widths  
						
						 
						
						
						
						
					 
					
						2021-06-30 21:53:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						7483d3b229 
					 
					
						
						
							
							Fixed settings page broken by using "%" in input fields ( fixes   #1516  )  
						
						 
						
						
						
						
					 
					
						2021-06-30 18:21:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						8b6cc708e7 
					 
					
						
						
							
							Fixed a problem with disabled buttons reverting to pin 0 causing conflict  
						
						 
						
						
						
						
					 
					
						2021-06-30 12:33:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						200960899e 
					 
					
						
						
							
							Removed preset cycle  
						
						 
						
						
						
						
					 
					
						2021-06-30 01:48:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						599a456c81 
					 
					
						
						
							
							Version bump to 0.13.0-b0 "Toki"  
						
						 
						
						... 
						
						
						
						-   Added playlist editor UI
-   Reordered segment UI and added offset field
-   Raised maximum MQTT password length to 64 (closes  #1373 ) 
						
						
					 
					
						2021-06-30 01:23:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						4b46502d22 
					 
					
						
						
							
							Playlist UI ( #2046 )  
						
						 
						
						... 
						
						
						
						* Test 1
* State 2
* Playlist UI progress
* Playlist saving
* Playlist saving
* Playlist object array
* Added Offset to segment options
* Positioning
* Playlist UI complete 
						
						
					 
					
						2021-06-30 01:01:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						7233c55428 
					 
					
						
						
							
							Segment Offset  
						
						 
						
						
						
						
					 
					
						2021-06-30 00:45:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						a58c5cce78 
					 
					
						
						
							
							Merge pull request  #1967  from poelzi/max_segments  
						
						 
						
						... 
						
						
						
						Allow to override the max segments setting when compiling 
						
						
					 
					
						2021-06-29 23:43:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						0b23bf65b3 
					 
					
						
						
							
							Merge pull request  #2045  from blazoncek/better-num-handling  
						
						 
						
						... 
						
						
						
						Better number handling in Usermod settings. 
						
						
					 
					
						2021-06-29 23:39:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bc0a3f8a47 
					 
					
						
						
							
							Better number handling in Usermod settings.  
						
						 
						
						
						
						
					 
					
						2021-06-29 18:36:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ef59fd4b6f 
					 
					
						
						
							
							Better number handling in Usermod settings.  
						
						 
						
						... 
						
						
						
						Added loading /holiday.json for backround image in UI.
Minor style changes. 
						
						
					 
					
						2021-06-29 18:18:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						9b2a0102be 
					 
					
						
						
							
							Merge pull request  #2043  from blazoncek/v2-usermod-settings  
						
						 
						
						... 
						
						
						
						Usermod settings v2 
						
						
					 
					
						2021-06-27 22:22:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						04b4ef6d85 
					 
					
						
						
							
							Regenerate html_settings.h  
						
						 
						
						
						
						
					 
					
						2021-06-27 22:19:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9e8aadb750 
					 
					
						
						
							
							Usermod settings v2  
						
						 
						
						... 
						
						
						
						- added POST field parsing
- simpler handling in readFromConfig() 
						
						
					 
					
						2021-06-27 15:32:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						36e7c2467e 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2021-06-27 12:36:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f7ce83ea34 
					 
					
						
						
							
							V2 of usermod configuration settings  
						
						 
						
						... 
						
						
						
						- added parsing of POST fields to use proper type
- updated readFromConfig() to reflect parsing
- added a possibility to use nested object in UM settings
- internal changes and fixes 
						
						
					 
					
						2021-06-27 12:15:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						0ae0f40628 
					 
					
						
						
							
							Fixed four line display usermod compilation  
						
						 
						
						... 
						
						
						
						Thanks @Serg74! 
						
						
					 
					
						2021-06-25 23:42:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						81182bb125 
					 
					
						
						
							
							Added parsing usermod settings parameters.  
						
						 
						
						... 
						
						
						
						Added nested object handling in usermod settings parameters. 
						
						
					 
					
						2021-06-25 23:20:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2424df0d18 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2021-06-25 15:52:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						af9aa7d201 
					 
					
						
						
							
							Do not compile in example usermod  
						
						 
						
						
						
						
					 
					
						2021-06-25 12:15:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						4cd3a614de 
					 
					
						
						
							
							Fixed preset only disabling on second effect/color change ( fixes   #2038  )  
						
						 
						
						
						
						
					 
					
						2021-06-25 10:12:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						1e5420e6a7 
					 
					
						
						
							
							readFromConfig() update  
						
						 
						
						
						
						
					 
					
						2021-06-25 01:26:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						660de0b4e5 
					 
					
						
						
							
							Auto-create segments based on configured busses  
						
						 
						
						
						
						
					 
					
						2021-06-24 02:29:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						b73aaecd22 
					 
					
						
						
							
							Fix 4MB 1MB FS partition table  
						
						 
						
						
						
						
					 
					
						2021-06-21 13:22:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e9d07eadaa 
					 
					
						
						
							
							Additional traces of v2 API removed in WS.  
						
						 
						
						... 
						
						
						
						JS cleanup. 
						
						
					 
					
						2021-06-20 21:56:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6f0e944c7e 
					 
					
						
						
							
							4 Line Display new type fix.  
						
						 
						
						
						
						
					 
					
						2021-06-20 16:10:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cd8d2c141e 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						... 
						
						
						
						Added pin reservation for Ethernet.
Added SSD1305 I2C display type. 
						
						
					 
					
						2021-06-20 15:13:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						c831d62bc3 
					 
					
						
						
							
							Added 2 Ethernet boards and split Ethernet configs into separate file  
						
						 
						
						
						
						
					 
					
						2021-06-20 00:14:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						14ac66ff4e 
					 
					
						
						
							
							Minor optimisations.  
						
						 
						
						... 
						
						
						
						Removed all traces of v2 JSON API. 
						
						
					 
					
						2021-06-19 23:16:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						75bf758042 
					 
					
						
						
							
							Incerased max segments.  
						
						 
						
						... 
						
						
						
						Removed v2 JSON API.
Replaced col[] array handling.
Settings UI optimisations.
Increased DEBUG output period to 60s. 
						
						
					 
					
						2021-06-19 18:06:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						1539e703e9 
					 
					
						
						
							
							Use sprintf_P for color array generation  
						
						 
						
						
						
						
					 
					
						2021-06-19 11:13:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						f43bf03768 
					 
					
						
						
							
							Merge pull request  #2031  from DickSwart/dickdev  
						
						 
						
						... 
						
						
						
						made sn_photorisistor configarable 
						
						
					 
					
						2021-06-18 19:30:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						495f7f190f 
					 
					
						
						
							
							Fixed DOS on Chrome tab restore causing reboot  
						
						 
						
						
						
						
					 
					
						2021-06-18 13:50:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3acc521741 
					 
					
						
						
							
							Bugfix for ESP8266 saving segments.  
						
						 
						
						
						
						
					 
					
						2021-06-18 12:16:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dick Swart 
							
						 
					 
					
						
						
							
						
						16216b9eb9 
					 
					
						
						
							
							made sn_photorisistor configarable  
						
						 
						
						
						
						
					 
					
						2021-06-18 13:07:41 +12:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						dfdb22f584 
					 
					
						
						
							
							Optimized JSON buffer usage (pre-serialized color arrays)  
						
						 
						
						
						
						
					 
					
						2021-06-17 19:46:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b7fb9e182b 
					 
					
						
						
							
							WLED_USE_PSRAM fix  
						
						 
						
						
						
						
					 
					
						2021-06-16 12:19:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8574bf9d98 
					 
					
						
						
							
							Fix for short IP in 4LD.  
						
						 
						
						
						
						
					 
					
						2021-06-16 09:25:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1a80439825 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						
						
						
					 
					
						2021-06-15 23:36:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						0b264176bc 
					 
					
						
						
							
							Merge pull request  #2024  from Aircoookie/dependabot/npm_and_yarn/normalize-url-4.5.1  
						
						 
						
						... 
						
						
						
						Bump normalize-url from 4.5.0 to 4.5.1 
						
						
					 
					
						2021-06-15 23:20:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						bde70a27f0 
					 
					
						
						
							
							Merge pull request  #2025  from Aircoookie/dependabot/npm_and_yarn/glob-parent-5.1.2  
						
						 
						
						... 
						
						
						
						Bump glob-parent from 5.1.1 to 5.1.2 
						
						
					 
					
						2021-06-15 23:19:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						7d2f5f0799 
					 
					
						
						
							
							Fixed div by 0 when using palette on single LED segment  
						
						 
						
						
						
						
					 
					
						2021-06-15 20:12:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						28bc07da2f 
					 
					
						
						
							
							Optimised 4 Line Display.  
						
						 
						
						... 
						
						
						
						Added option to display Ethernet IP. 
						
						
					 
					
						2021-06-15 16:57:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						7610ab7a8d 
					 
					
						
						
							
							Update logo  
						
						 
						
						
						
						
					 
					
						2021-06-14 01:58:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8517cc8211 
					 
					
						
						
							
							Alternating IP address and device name on 4 Line Display.  
						
						 
						
						
						
						
					 
					
						2021-06-13 18:05:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						51db653b1a 
					 
					
						
						
							
							Bump glob-parent from 5.1.1 to 5.1.2  
						
						 
						
						... 
						
						
						
						Bumps [glob-parent](https://github.com/gulpjs/glob-parent ) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases )
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md )
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2 )
---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2021-06-11 20:27:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8aa8ae239a 
					 
					
						
						
							
							PlatformIO.ini Wemos Shield all features.  
						
						 
						
						... 
						
						
						
						Removed custom Touchpin build. 
						
						
					 
					
						2021-06-11 17:09:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						dc4e4395a9 
					 
					
						
						
							
							Bump normalize-url from 4.5.0 to 4.5.1  
						
						 
						
						... 
						
						
						
						Bumps [normalize-url](https://github.com/sindresorhus/normalize-url ) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases )
- [Commits](https://github.com/sindresorhus/normalize-url/commits )
---
updated-dependencies:
- dependency-name: normalize-url
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2021-06-11 12:49:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						623694ab73 
					 
					
						
						
							
							Playlist additions  
						
						 
						
						
						
						
					 
					
						2021-06-10 02:52:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						374457df70 
					 
					
						
						
							
							A few small fixes  
						
						 
						
						
						
						
					 
					
						2021-06-09 12:57:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						7885dddef2 
					 
					
						
						
							
							Create FUNDING.yml  
						
						 
						
						
						
						
					 
					
						2021-06-09 12:43:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						024ec86dc5 
					 
					
						
						
							
							Unloading playlist on effect change.  
						
						 
						
						
						
						
					 
					
						2021-06-07 23:45:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						73d6cc1e54 
					 
					
						
						
							
							Merge pull request  #2020  from blazoncek/endless-playlist-fix  
						
						 
						
						... 
						
						
						
						Endless playlist fix. 
						
						
					 
					
						2021-06-07 22:29:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f632ef0de8 
					 
					
						
						
							
							Default dur from presetCycleTime.  
						
						 
						
						
						
						
					 
					
						2021-06-07 21:07:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8fdf84068d 
					 
					
						
						
							
							Optimisations.  
						
						 
						
						
						
						
					 
					
						2021-06-07 21:05:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c58ad64a28 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						- unloading playlist on playlist apply
- optimisations in handlePlaylist() 
						
						
					 
					
						2021-06-07 20:44:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						131625bb53 
					 
					
						
						
							
							Endless playlist fix.  
						
						 
						
						
						
						
					 
					
						2021-06-07 14:16:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						cbf3ae4db4 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						- unshuffled endless playlist fix. 
						
						
					 
					
						2021-06-07 14:13:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9ac7acf8b3 
					 
					
						
						
							
							Added skinning capability.  
						
						 
						
						
						
						
					 
					
						2021-06-06 20:36:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9dadb6da4c 
					 
					
						
						
							
							Added UI feedback for file upload.  
						
						 
						
						
						
						
					 
					
						2021-06-04 23:08:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b6bbbeb9d3 
					 
					
						
						
							
							Merge branch 'dev' of github.com:blazoncek/WLED into dev  
						
						 
						
						
						
						
					 
					
						2021-06-04 18:25:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						517e9f92ba 
					 
					
						
						
							
							Added uploading IR.json from settings page.  
						
						 
						
						
						
						
					 
					
						2021-06-04 18:25:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						29c9e5cb17 
					 
					
						
						
							
							Merge pull request  #2015  from RedNax67/master  
						
						 
						
						... 
						
						
						
						Added support for raw 16bpp RGB565 images, and added elekstube env to examples in platformio.ini 
						
						
					 
					
						2021-06-04 13:11:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Xander X 
							
						 
					 
					
						
						
							
						
						52b60fd6a6 
					 
					
						
						
							
							Added elekstube env to examples in platformio.ini  
						
						 
						
						... 
						
						
						
						Added support for raw 16bpp RGB565 images. Upload /0.bin etc.
See https://github.com/neptune2/EleksTube-IPS-Retro-Nixie-Digits  for
how to get the original digits. 
						
						
					 
					
						2021-06-04 10:39:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						7ec09c80a5 
					 
					
						
						
							
							Changed boot preset apply logic.  
						
						 
						
						
						
						
					 
					
						2021-06-04 06:54:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						b0bfe341df 
					 
					
						
						
							
							Fixed typo.  
						
						 
						
						
						
						
					 
					
						2021-06-03 13:58:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						d6337f7500 
					 
					
						
						
							
							Added MQTT support for buttons and simplified switch.  
						
						 
						
						... 
						
						
						
						Added PIR sensor option. 
						
						
					 
					
						2021-06-03 12:18:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						70cf6546ca 
					 
					
						
						
							
							Switch rewrite.  
						
						 
						
						
						
						
					 
					
						2021-06-03 05:50:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0cdab52418 
					 
					
						
						
							
							Added.  
						
						 
						
						... 
						
						
						
						- PIS sensor switch option for button
Bugfix.
- proper switch high/low handling 
						
						
					 
					
						2021-06-02 17:13:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						625e04d208 
					 
					
						
						
							
							Merge pull request  #2007  from Aircoookie/dependabot/pip/urllib3-1.26.5  
						
						 
						
						... 
						
						
						
						Bump urllib3 from 1.26.4 to 1.26.5 
						
						
					 
					
						2021-06-02 14:25:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						6da657d3e2 
					 
					
						
						
							
							Merge pull request  #2008  from DickSwart/dickDev  
						
						 
						
						... 
						
						
						
						added SN_Photoresistor usermod 
						
						
					 
					
						2021-06-02 14:24:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						777a95d23c 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						- parentheses fix 
						
						
					 
					
						2021-06-02 08:46:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						06caace827 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						- incorrect use of PSTR() on 8266 
						
						
					 
					
						2021-06-02 08:24:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						0a0a766c0d 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						- pushbutton inverted not saving
- mqtt on/off message 
						
						
					 
					
						2021-06-02 06:21:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dick Swart 
							
						 
					 
					
						
						
							
						
						344c9e9238 
					 
					
						
						
							
							added SN_Photoresistor usermod  
						
						 
						
						
						
						
					 
					
						2021-06-02 12:01:06 +12:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						89b2b066ef 
					 
					
						
						
							
							Merge pull request  #2004  from HyperAtlas/master  
						
						 
						
						... 
						
						
						
						CRONIXIE check in json.cpp 
						
						
					 
					
						2021-06-02 00:25:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						894e084c7f 
					 
					
						
						
							
							Bump urllib3 from 1.26.4 to 1.26.5  
						
						 
						
						... 
						
						
						
						Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.26.4 to 1.26.5.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.4...1.26.5 )
---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2021-06-01 22:24:59 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						2ba064b2a5 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/Aircoookie/WLED  
						
						 
						
						
						
						
					 
					
						2021-06-02 00:23:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						dfe065ef82 
					 
					
						
						
							
							Fixed Pushbutton inverted not selectable  
						
						 
						
						
						
						
					 
					
						2021-06-02 00:22:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						7bd4b78470 
					 
					
						
						
							
							Merge pull request  #2006  from juanesf/master  
						
						 
						
						... 
						
						
						
						Add diyHue repo to readme.md 
						
						
					 
					
						2021-06-02 00:17:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								juanesf 
							
						 
					 
					
						
						
							
						
						d7991a247d 
					 
					
						
						
							
							Add diyHue repo to readme.md  
						
						 
						
						... 
						
						
						
						Wled has been supported by diyHue for some time, now it also supports Hue Sync (Entertainment) under UDP in the flask branch which will be the new master branch. 
https://github.com/diyhue/diyHue/pull/628  
						
						
					 
					
						2021-06-01 12:31:52 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						2f9eacdf66 
					 
					
						
						
							
							Added MQTT message on button press.  
						
						 
						
						
						
						
					 
					
						2021-06-01 11:03:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								SpikeyHelmet 
							
						 
					 
					
						
						
							
						
						2178fd6ee9 
					 
					
						
						
							
							CRONIXIE check in json.cpp  
						
						 
						
						
						
						
					 
					
						2021-06-01 06:37:35 +05:30  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						7019ddb165 
					 
					
						
						
							
							Merge pull request  #1997  from Aircoookie/toki  
						
						 
						
						... 
						
						
						
						More precise NTP timekeeping 
						
						
					 
					
						2021-05-30 13:27:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						9f13763637 
					 
					
						
						
							
							Merge branch 'master' into toki  
						
						 
						
						
						
						
					 
					
						2021-05-30 13:22:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						beeba27f46 
					 
					
						
						
							
							Merge pull request  #1977  from blazoncek/multi-button  
						
						 
						
						... 
						
						
						
						Multi-button support. 
						
						
					 
					
						2021-05-30 13:16:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						79ac85e048 
					 
					
						
						
							
							Small UI improvements.  
						
						 
						
						... 
						
						
						
						Added hue selection for analog. 
						
						
					 
					
						2021-05-30 12:11:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						315d4f225a 
					 
					
						
						
							
							Added analog button hue control  
						
						 
						
						
						
						
					 
					
						2021-05-30 02:03:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						85489458d8 
					 
					
						
						
							
							Small improvements  
						
						 
						
						... 
						
						
						
						Settings cosmetic changes (spaces, smaller pin inputs, moved analog legend to wiki)
Uncommented STATUSPIN code (still defined out by default)
Removed adalight pin 3 lock
Added define for PSRAM 
						
						
					 
					
						2021-05-30 01:31:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						bfc7f56c4d 
					 
					
						
						
							
							Accurate UDP sync for NTP enabled instances  
						
						 
						
						
						
						
					 
					
						2021-05-30 00:08:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						23c5ddce83 
					 
					
						
						
							
							Added inverted analog button.  
						
						 
						
						
						
						
					 
					
						2021-05-28 18:21:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7685f9b73d 
					 
					
						
						
							
							Ignore analogue pin -1 on ESP8266  
						
						 
						
						
						
						
					 
					
						2021-05-28 17:45:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						3bb9d220bb 
					 
					
						
						
							
							Bugfix:  
						
						 
						
						... 
						
						
						
						- rewrite error-prone use of shifting
- allow -1 for analog pin on ESP8266 
						
						
					 
					
						2021-05-28 14:22:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						664fad96fa 
					 
					
						
						
							
							Fixed error-prone use of shifting.  
						
						 
						
						
						
						
					 
					
						2021-05-28 14:14:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						669a610e36 
					 
					
						
						
							
							Merge branch 'master' into multi-button  
						
						 
						
						
						
						
					 
					
						2021-05-28 10:03:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						7e0d9cb48c 
					 
					
						
						
							
							Added:  
						
						 
						
						... 
						
						
						
						- analogue FX speed
- analogue FX intensity
- analogue palette selection
- UI legend 
						
						
					 
					
						2021-05-28 08:47:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						7cbc9d21b5 
					 
					
						
						
							
							Fixed difference calculation  
						
						 
						
						
						
						
					 
					
						2021-05-27 23:29:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						62cb8358cc 
					 
					
						
						
							
							Added.  
						
						 
						
						... 
						
						
						
						- analog for speed, intensity & palette
- legend in settings page
Fixed UI & UX.
- change of effect stops playlist
- new preset UI glitch 
						
						
					 
					
						2021-05-27 17:57:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						55b26751ae 
					 
					
						
						
							
							Cache CORS preflight request  
						
						 
						
						
						
						
					 
					
						2021-05-27 11:09:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						c2892d7887 
					 
					
						
						
							
							Add UDP sync of system time  
						
						 
						
						
						
						
					 
					
						2021-05-27 02:02:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						6c8bf090fe 
					 
					
						
						
							
							Small optimizations  
						
						 
						
						
						
						
					 
					
						2021-05-27 00:09:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ada5fd53e7 
					 
					
						
						
							
							Removed obsolete usermods.  
						
						 
						
						
						
						
					 
					
						2021-05-26 22:01:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2f30451067 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						- temperature default values
- IR warnings 
						
						
					 
					
						2021-05-26 21:33:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6b5c2be701 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						- preventing strip blinking due to usermod running
- temeperature reading with 0.5°C precision 
						
						
					 
					
						2021-05-26 16:11:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						13bc378069 
					 
					
						
						
							
							Fixes for analog.  
						
						 
						
						
						
						
					 
					
						2021-05-25 23:59:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1ba70706c2 
					 
					
						
						
							
							Bugfixes.  
						
						 
						
						... 
						
						
						
						- multi-relay brightness check
- temperature no reading delay
- analog button fix & noise reduction
- IR removed custom 
						
						
					 
					
						2021-05-25 23:00:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						8431d0bd5c 
					 
					
						
						
							
							Replace Time with Toki  
						
						 
						
						
						
						
					 
					
						2021-05-25 09:59:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						852f758be3 
					 
					
						
						
							
							Subsecond accuracy NTP  
						
						 
						
						
						
						
					 
					
						2021-05-24 19:05:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						b455f432d5 
					 
					
						
						
							
							Toki 1st experiment  
						
						 
						
						
						
						
					 
					
						2021-05-24 14:34:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6760744249 
					 
					
						
						
							
							Minor tweak.  
						
						 
						
						
						
						
					 
					
						2021-05-23 21:31:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								stevelup 
							
						 
					 
					
						
						
							
						
						306cea60a1 
					 
					
						
						
							
							Update usermod_v2_rotary_encoder_ui.h ( #1988 )  
						
						 
						
						... 
						
						
						
						Typo DISLAY -vs- DISPLAY 
						
						
					 
					
						2021-05-23 21:22:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								stevelup 
							
						 
					 
					
						
						
							
						
						ba2e07c4b9 
					 
					
						
						
							
							Update readme.md ( #1987 )  
						
						 
						
						... 
						
						
						
						Typo DISLAY -vs- DISPLAY 
						
						
					 
					
						2021-05-23 21:22:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						9b796531b2 
					 
					
						
						
							
							Fixed Sunrise calculation (atan_t approx. used outside of value range)  
						
						 
						
						
						
						
					 
					
						2021-05-23 18:49:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						11c7d586d9 
					 
					
						
						
							
							Bugfix.  
						
						 
						
						... 
						
						
						
						- atan_t(x) for x>1
- incorrect switch type and missing analog 
						
						
					 
					
						2021-05-23 18:22:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						39cd83b171 
					 
					
						
						
							
							Temporary fix for inappropriate atan_t().  
						
						 
						
						
						
						
					 
					
						2021-05-23 15:51:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2fdbc88d8c 
					 
					
						
						
							
							Bugfixes.  
						
						 
						
						... 
						
						
						
						- PWM bus not loading on boot
- analog 0 not turning Off
- conditional compile for Blynk
- segment name 
						
						
					 
					
						2021-05-23 01:11:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cc0f1be5d2 
					 
					
						
						
							
							Bugfix saving PWM & button pins.  
						
						 
						
						
						
						
					 
					
						2021-05-22 00:13:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						08d7a1c123 
					 
					
						
						
							
							Set Nixie contents via JSON API  
						
						 
						
						... 
						
						
						
						Elekstube mod support a subset of the cronixie display patterns 
						
						
					 
					
						2021-05-21 22:23:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						1f70a735c7 
					 
					
						
						
							
							Merge pull request  #1980  from stevelup/patch-1  
						
						 
						
						... 
						
						
						
						Update platformio_override.ini.sample 
						
						
					 
					
						2021-05-21 20:38:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								stevelup 
							
						 
					 
					
						
						
							
						
						6713fcfeb1 
					 
					
						
						
							
							Update platformio_override.ini.sample  
						
						 
						
						... 
						
						
						
						Typo on lines 12 and 31 (DISLAY -vs- DISPLAY) 
						
						
					 
					
						2021-05-21 19:01:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						c3107d213a 
					 
					
						
						
							
							Merge pull request  #1979  from Aircoookie/elekstube_usermod  
						
						 
						
						... 
						
						
						
						Elekstube IPS and RTC usermods 
						
						
					 
					
						2021-05-21 15:34:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						adf5c8c278 
					 
					
						
						
							
							Center smaller images  
						
						 
						
						
						
						
					 
					
						2021-05-21 15:19:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						5f86a8a15b 
					 
					
						
						
							
							Merge branch 'master' into multi-button  
						
						 
						
						
						
						
					 
					
						2021-05-21 13:59:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						042c756be8 
					 
					
						
						
							
							Added analog button support.  
						
						 
						
						... 
						
						
						
						Inverted switch fix. 
						
						
					 
					
						2021-05-21 13:33:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						1952505e52 
					 
					
						
						
							
							Squashed commit of the following:  
						
						 
						
						... 
						
						
						
						commit 7893cb9ebc66faa39d430148e6dd66894cd2fc90
Merge: c4086b9  4e139d7 
Author: Blaž Kristan <blaz@kristan-sp.si >
Date:   Fri May 21 12:57:43 2021 +0200
    Merge branch 'master' of https://github.com/scottrbailey/WLED  into scottrbailey-master
commit 4e139d7c0a 
Author: Artacus <40248830+scottrbailey@users.noreply.github.com >
Date:   Tue May 18 12:57:20 2021 -0700
    Update ir.cpp
    Handle both 24-key and 24-key old in decodeIR switch statement
commit 9a405d374b 
Author: Artacus <40248830+scottrbailey@users.noreply.github.com >
Date:   Tue May 18 11:05:42 2021 -0700
    Update readme.md
commit 94af6d0561 
Merge: 1ed687a  bfb27c4 
Author: Artacus <40248830+scottrbailey@users.noreply.github.com >
Date:   Sun May 16 22:00:15 2021 -0700
    Merge branch 'Aircoookie:master' into master
commit 1ed687a51a 
Author: Scott Bailey <scottrbailey@gmail.com >
Date:   Sun May 2 21:27:33 2021 -0700
    remove colorUpdated notifier that was pasted in accidentally
commit 845dcabe0c 
Author: Scott Bailey <scottrbailey@gmail.com >
Date:   Sat May 1 12:53:34 2021 -0700
    Handle setting palette when effect is still on default solid and will not display it
commit 90e8ae1457 
Author: Scott Bailey <scottrbailey@gmail.com >
Date:   Sat May 1 02:07:47 2021 -0700
    refactor decodeIRJson to change how ir.json is loaded add support for calling several c functions
commit e4f9fa3117 
Author: Scott Bailey <scottrbailey@gmail.com >
Date:   Thu Apr 29 23:33:01 2021 -0700
    comment out printing API commands in IR handling
commit 26247b247e 
Author: Scott Bailey <scottrbailey@gmail.com >
Date:   Thu Apr 29 23:31:30 2021 -0700
    removed code that forced IR codes in a certain range to be decoded by decodeIR24. Generate default ir.json files for currently supported remotes.
commit 5acecda6a0 
Author: Scott Bailey <scottrbailey@gmail.com >
Date:   Thu Apr 29 11:25:24 2021 -0700
    handle JSON API commands also
commit 754e3e092a 
Author: Scott Bailey <scottrbailey@gmail.com >
Date:   Wed Apr 28 22:53:27 2021 -0700
    add decodeIRJson and JSON remote option 
						
						
					 
					
						2021-05-21 13:07:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						c4086b9127 
					 
					
						
						
							
							Corrected 10bit ADC read for 8266  
						
						 
						
						
						
						
					 
					
						2021-05-21 12:40:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						0ada09891c 
					 
					
						
						
							
							Added analog button/potentiometer support (partial)  
						
						 
						
						
						
						
					 
					
						2021-05-21 12:08:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						2d586406da 
					 
					
						
						
							
							First working Elekstube IPS and RTC mod  
						
						 
						
						
						
						
					 
					
						2021-05-21 10:10:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						651b4d2461 
					 
					
						
						
							
							Fixed XML API <wv> containing -1 on Manual only RGBW mode (see  #888 ,  #1783 )  
						
						 
						
						
						
						
					 
					
						2021-05-21 10:04:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						01b2468fea 
					 
					
						
						
							
							Changed getI() parameter name to reflect actual meaning.  
						
						 
						
						
						
						
					 
					
						2021-05-21 08:11:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						371c4e0051 
					 
					
						
						
							
							Fixed WS281x output on ESP32  
						
						 
						
						... 
						
						
						
						Fixed potential out-of-bounds write in MQTT
Fixed IR pin not changeable if IR disabled
Fixed XML API <wv> containing -1 on Manual only RGBW mode (see #888 , #1783 ) 
						
						
					 
					
						2021-05-20 21:41:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						69099fcdd7 
					 
					
						
						
							
							Multi button support.  
						
						 
						
						
						
						
					 
					
						2021-05-20 19:54:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						28e714db1e 
					 
					
						
						
							
							Multi button implementation.  
						
						 
						
						... 
						
						
						
						Inverted button support.
Added configurable touch button and touch threshold. 
						
						
					 
					
						2021-05-20 15:49:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Poelzleithner 
							
						 
					 
					
						
						
							
						
						57e50d0c33 
					 
					
						
						
							
							Allow to override the max segments setting when compiling  
						
						 
						
						
						
						
					 
					
						2021-05-20 11:46:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						a0fd02e0c0 
					 
					
						
						
							
							Inverted button support.  
						
						 
						
						... 
						
						
						
						Config save/load fix. 
						
						
					 
					
						2021-05-20 06:45:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c925b3d218 
					 
					
						
						
							
							Setting touch threshold string fix.  
						
						 
						
						
						
						
					 
					
						2021-05-19 22:32:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5da4386f31 
					 
					
						
						
							
							Shortened string.  
						
						 
						
						
						
						
					 
					
						2021-05-19 20:26:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4104dec87f 
					 
					
						
						
							
							Addet touch button and touch threshold.  
						
						 
						
						... 
						
						
						
						Fixed some errors. 
						
						
					 
					
						2021-05-19 20:23:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d40a555531 
					 
					
						
						
							
							Button 0 not saving macros fix.  
						
						 
						
						
						
						
					 
					
						2021-05-19 18:52:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						95df91a03b 
					 
					
						
						
							
							Multi button implementation.  
						
						 
						
						
						
						
					 
					
						2021-05-19 18:39:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						3a8caa15b9 
					 
					
						
						
							
							Reverted retained MQTT messages.  
						
						 
						
						
						
						
					 
					
						2021-05-19 08:22:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a5a25f02e3 
					 
					
						
						
							
							Merge JSON IR code into master changes.  
						
						 
						
						
						
						
					 
					
						2021-05-18 22:04:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bfd7be543a 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/aircoookie/WLED  into dev  
						
						 
						
						... 
						
						
						
						Conflicts:
	tools/cdata.js
	usermods/PIR_sensor_switch/readme.md
	usermods/Temperature/readme.md
	wled00/FX.h
	wled00/FX_fcn.cpp
	wled00/bus_manager.h
	wled00/bus_wrapper.h
	wled00/cfg.cpp
	wled00/const.h
	wled00/data/settings.htm
	wled00/data/settings_leds.htm
	wled00/data/settings_um.htm
	wled00/html_settings.h
	wled00/json.cpp
	wled00/mqtt.cpp
	wled00/set.cpp
	wled00/wled.cpp
	wled00/wled.h
	wled00/wled_eeprom.cpp
	wled00/wled_server.cpp
	wled00/xml.cpp 
						
						
					 
					
						2021-05-18 15:45:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						778e790e82 
					 
					
						
						
							
							Added attributtion for JSON IR codes.  
						
						 
						
						
						
						
					 
					
						2021-05-18 10:27:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						17eeb22971 
					 
					
						
						
							
							JSON IR remote  
						
						 
						
						
						
						
					 
					
						2021-05-18 09:48:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						1617658bfe 
					 
					
						
						
							
							Per strip skip first LED implementation ( #1871 )  
						
						 
						
						... 
						
						
						
						* Per strip "skip first LED".
Moved skip first led into bus manager.
* Update cfg.cpp
* Do not display Skip 1st on analog types
Rename skipFirstLed() to clarify what it does
Remove RGBW override
Co-authored-by: Aircoookie <dev.aircoookie@gmail.com >
Co-authored-by: Aircoookie <cschwinne@gmail.com > 
						
						
					 
					
						2021-05-17 16:23:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						991fe31569 
					 
					
						
						
							
							Reverted status MQTT message.  
						
						 
						
						
						
						
					 
					
						2021-05-17 16:12:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christian Schwinne 
							
						 
					 
					
						
						
							
						
						4bcfff780a 
					 
					
						
						
							
							Merge pull request  #1965  from blazoncek/usermod-update  
						
						 
						
						... 
						
						
						
						Updated usermod readme and usability enhancements. 
						
						
					 
					
						2021-05-17 13:05:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						12f9ad8f7f 
					 
					
						
						
							
							Updated usermod readme and usability enhancements.  
						
						 
						
						
						
						
					 
					
						2021-05-17 12:52:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						6f843fcb27 
					 
					
						
						
							
							Added experimental {"on":"t"} ( resolves   #1952  )  
						
						 
						
						
						
						
					 
					
						2021-05-17 12:29:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						e0f17e1778 
					 
					
						
						
							
							Always copy MQTT payload  
						
						 
						
						
						
						
					 
					
						2021-05-17 10:38:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4a5a9b73b1 
					 
					
						
						
							
							UI fixes & small changes.  
						
						 
						
						
						
						
					 
					
						2021-05-16 19:06:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7652336c84 
					 
					
						
						
							
							Added information regarding state of PIR sensor.  
						
						 
						
						
						
						
					 
					
						2021-05-16 17:25:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						94113827a7 
					 
					
						
						
							
							Exposing segment power and intensity button/slider  
						
						 
						
						
						
						
					 
					
						2021-05-16 17:19:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cc10ee0134 
					 
					
						
						
							
							Added on/off MQTT command for anbling/disabling usermod.  
						
						 
						
						
						
						
					 
					
						2021-05-16 10:34:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5ad0fdf39c 
					 
					
						
						
							
							Added on/off button for Staircas usermod on Info page.  
						
						 
						
						
						
						
					 
					
						2021-05-15 22:36:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7201a8d634 
					 
					
						
						
							
							Updated Animated Staircase readme.md  
						
						 
						
						
						
						
					 
					
						2021-05-15 13:51:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3fde7365f9 
					 
					
						
						
							
							Enhanced Animated Staircase usermod.  
						
						 
						
						
						
						
					 
					
						2021-05-15 13:37:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f6a5bc9b40 
					 
					
						
						
							
							Removed "retain" from MQTT messages.  
						
						 
						
						
						
						
					 
					
						2021-05-14 20:57:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9a5917a331 
					 
					
						
						
							
							Added PSRAM support for effect data.  
						
						 
						
						
						
						
					 
					
						2021-05-13 17:35:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						94c0324e8a 
					 
					
						
						
							
							Fix for display overflow.  
						
						 
						
						
						
						
					 
					
						2021-05-13 17:11:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d3b5594092 
					 
					
						
						
							
							Added reserverd pins for UI.  
						
						 
						
						
						
						
					 
					
						2021-05-13 16:46:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						742d580eae 
					 
					
						
						
							
							Removed Usermod child/parent relationship.  
						
						 
						
						
						
						
					 
					
						2021-05-13 16:19:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d4a3cadd09 
					 
					
						
						
							
							Removed unnecessary ISR from PIR sensor switch UM.  
						
						 
						
						
						
						
					 
					
						2021-05-13 16:18:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ec0feb68f4 
					 
					
						
						
							
							Added (partial) PSRAM support for WROVER chips.  
						
						 
						
						... 
						
						
						
						Minor fixes. 
						
						
					 
					
						2021-05-13 16:05:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						bfb27c49a2 
					 
					
						
						
							
							Fixed possibility of non-0-terminated MQTT payloads  
						
						 
						
						
						
						
					 
					
						2021-05-13 01:04:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						cb7b7f1dca 
					 
					
						
						
							
							Add notice if no usermod installed  
						
						 
						
						
						
						
					 
					
						2021-05-11 23:21:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						38c032b79e 
					 
					
						
						
							
							Readme API additions.  
						
						 
						
						
						
						
					 
					
						2021-05-11 21:43:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2b7f2d4744 
					 
					
						
						
							
							MQTT null termination fix.  
						
						 
						
						... 
						
						
						
						Nigtttime detection for PIR fix. 
						
						
					 
					
						2021-05-11 16:20:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						5ca8bc3f2a 
					 
					
						
						
							
							Fixed various Codacy code style and logic issues  
						
						 
						
						
						
						
					 
					
						2021-05-11 14:54:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						1ccc8eec0a 
					 
					
						
						
							
							Merge pull request  #1922  from esev/tm1814  
						
						 
						
						... 
						
						
						
						TM1814 requires refreshes to remain powered off and a slightly faster refresh speed 
						
						
					 
					
						2021-05-11 12:10:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						9c5afda83a 
					 
					
						
						
							
							Merge branch 'master' into tm1814  
						
						 
						
						
						
						
					 
					
						2021-05-11 11:59:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						05b86a71fd 
					 
					
						
						
							
							Sunrise/sunset debugging for PIR sensor.  
						
						 
						
						
						
						
					 
					
						2021-05-11 09:36:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						d94d3d4bc5 
					 
					
						
						
							
							Added experimental /json/cfg endpoint for changing settings from JSON  
						
						 
						
						
						
						
					 
					
						2021-05-11 01:11:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e0c0f29fc6 
					 
					
						
						
							
							Added nigttime only and MQTT only options to PIR sensor switch usermod.  
						
						 
						
						... 
						
						
						
						Clarified empty UM settings a bit. 
						
						
					 
					
						2021-05-10 22:41:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						119826cb9b 
					 
					
						
						
							
							Merge pull request  #1951  from blazoncek/user-configurable-usermods  
						
						 
						
						... 
						
						
						
						User configurable usermods. 
						
						
					 
					
						2021-05-09 23:10:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						6ab95ed4ef 
					 
					
						
						
							
							Remove Usermod inheritance from UsermodManager  
						
						 
						
						
						
						
					 
					
						2021-05-09 22:54:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						4f1eb64ac6 
					 
					
						
						
							
							Added changes to set.cpp and wled_server.cpp  
						
						 
						
						
						
						
					 
					
						2021-05-08 18:04:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3e3dc3a6ab 
					 
					
						
						
							
							PIR usermod fixes.  
						
						 
						
						
						
						
					 
					
						2021-05-08 17:02:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3f8dc76f84 
					 
					
						
						
							
							Added missing config info.  
						
						 
						
						
						
						
					 
					
						2021-05-08 12:13:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8a6945ff3b 
					 
					
						
						
							
							Added PIR sensor switch on/off presets.  
						
						 
						
						... 
						
						
						
						Added empty config info.
Minor fixes. 
						
						
					 
					
						2021-05-08 12:11:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						f60579fd21 
					 
					
						
						
							
							Remove outdated Visual Studio files (please make PR to re-add if still required)  
						
						 
						
						
						
						
					 
					
						2021-05-07 16:51:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e6111c0d48 
					 
					
						
						
							
							Moved WROVER partition table.  
						
						 
						
						
						
						
					 
					
						2021-05-07 12:57:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						136a00a301 
					 
					
						
						
							
							User configurable usermods.  
						
						 
						
						... 
						
						
						
						- Utilizing addToConfig() & readFromConfig()
- UM configuration Settings page
- MQTT support for usermods
- A few sample usermods including rewritten Temparature and new Multi-Relay 
						
						
					 
					
						2021-05-07 12:41:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b2f5bee20d 
					 
					
						
						
							
							Conditional compile for disabled features.  
						
						 
						
						
						
						
					 
					
						2021-05-07 11:51:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						fa075f6800 
					 
					
						
						
							
							Revert TV reversion  
						
						 
						
						
						
						
					 
					
						2021-05-07 11:42:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						277f395595 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/Aircoookie/WLED  
						
						 
						
						
						
						
					 
					
						2021-05-07 11:32:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						e2061464a5 
					 
					
						
						
							
							Fixed not turning on after pressing "Off" on IR remote twice ( fixes   #1950 )  
						
						 
						
						... 
						
						
						
						Fixed OTA update file selection from Android app (TODO: file type verification in JS, since android can't deal with accept='.bin' attribute) 
						
						
					 
					
						2021-05-07 11:32:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						04c4451f7d 
					 
					
						
						
							
							Usermods MQTT processing.  
						
						 
						
						... 
						
						
						
						Multi-relay usermod with MQTT/HTML control.
Minor bugfixes. 
						
						
					 
					
						2021-05-06 22:58:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						fcf5cd4655 
					 
					
						
						
							
							Merge pull request  #1946  from jaredgisin/br-remove-unused-configs  
						
						 
						
						... 
						
						
						
						remove unused flags 
						
						
					 
					
						2021-05-05 10:04:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jared Gisin 
							
						 
					 
					
						
						
							
						
						3816f0b68b 
					 
					
						
						
							
							remove unused flags  
						
						 
						
						
						
						
					 
					
						2021-05-04 18:45:05 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ccab1844ce 
					 
					
						
						
							
							Parameterised max. usermods  
						
						 
						
						
						
						
					 
					
						2021-05-04 22:48:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5a6be54970 
					 
					
						
						
							
							Max 6 usermods on ESP32, fixed ESP32S2 number of busses.  
						
						 
						
						
						
						
					 
					
						2021-05-04 22:35:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ce6b5105c6 
					 
					
						
						
							
							Fix for MQTT topic for temperature F.  
						
						 
						
						
						
						
					 
					
						2021-05-03 22:50:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						de7da8b26e 
					 
					
						
						
							
							Removed PIR instance methods, added AutoSave enable/disable.  
						
						 
						
						
						
						
					 
					
						2021-05-03 21:22:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						24932d6ba3 
					 
					
						
						
							
							Updated readme, removed obsolete usermods.  
						
						 
						
						
						
						
					 
					
						2021-05-03 13:32:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d5fd5954d1 
					 
					
						
						
							
							Added SW I2C support for ESP8266.  
						
						 
						
						
						
						
					 
					
						2021-05-03 13:11:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						977075763d 
					 
					
						
						
							
							Removed console logging.  
						
						 
						
						
						
						
					 
					
						2021-05-01 22:12:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						757172934e 
					 
					
						
						
							
							MultiRelay usermod.  
						
						 
						
						... 
						
						
						
						beta 2 
						
						
					 
					
						2021-05-01 19:38:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						1a2543ddde 
					 
					
						
						
							
							Added FPS test utility  
						
						 
						
						
						
						
					 
					
						2021-04-30 00:00:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1a520f8782 
					 
					
						
						
							
							Minor usermod optimisations.  
						
						 
						
						
						
						
					 
					
						2021-04-29 22:39:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b56c1b956c 
					 
					
						
						
							
							Display seconds only if not AM/PM.  
						
						 
						
						
						
						
					 
					
						2021-04-29 17:52:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1a279d14c4 
					 
					
						
						
							
							Dallas sensor detection.  
						
						 
						
						... 
						
						
						
						Minor clenaup & fixes. 
						
						
					 
					
						2021-04-29 17:44:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0d8e763a5f 
					 
					
						
						
							
							Code clean-up.  
						
						 
						
						
						
						
					 
					
						2021-04-28 17:40:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bf6d3649a4 
					 
					
						
						
							
							"Out of memory" fix when no presets are created.  
						
						 
						
						
						
						
					 
					
						2021-04-27 17:01:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eric Severance 
							
						 
					 
					
						
						
							
						
						7c9db7edeb 
					 
					
						
						
							
							Add comment about the TYWE3S controller ( #1924 )  
						
						 
						
						... 
						
						
						
						The `codm-controller-0.6` env also works for the [`TYWE3S` controller](https://github.com/Aircoookie/WLED/issues/1519#issuecomment-826126116 ). This PR just adds a note so that folks who search for `TYWE3S` will find the proper env to use. 
						
						
					 
					
						2021-04-27 09:05:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						65fd705d9a 
					 
					
						
						
							
							ESP32-S2 NPB methods filtered.  
						
						 
						
						... 
						
						
						
						Default IR pin removed (set to -1).
Minor fixes. 
						
						
					 
					
						2021-04-26 20:11:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						311e54451b 
					 
					
						
						
							
							Minor bug fixes.  
						
						 
						
						
						
						
					 
					
						2021-04-25 21:15:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eric Severance 
							
						 
					 
					
						
						
							
						
						8b759bc5d9 
					 
					
						
						
							
							TM1814 requires refreshes to remain powered off and a slightly faster refresh speed.  
						
						 
						
						
						
						
					 
					
						2021-04-25 09:08:02 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								acshef 
							
						 
					 
					
						
						
							
						
						9a0aac4745 
					 
					
						
						
							
							Add IP Address to JsonInfo ( #1912 )  
						
						 
						
						... 
						
						
						
						* Add IP Address to JsonInfo
The value is added to the JSON only if the device is connected to the network, and uses the JSON key `"sip"` to match [wled00/xml.cpp](wled00/xml.cpp#L249). The overarching goal of this is to expose the IP Address to the Home Assistant WLED Integration, so that Home Assistant can provide a link to the WLED device (either directly through the Integration/Device page 🤞  or *ad hoc* in Lovelace).
* IP in JSON info
Empty string if not connected
Co-authored-by: Aircoookie <cschwinne@gmail.com > 
						
						
					 
					
						2021-04-25 01:37:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cb6607a169 
					 
					
						
						
							
							Added new partition scheme for ESP32 WROVER (code size >1.3M)  
						
						 
						
						... 
						
						
						
						Updated bus_wrapper for ESP32-S2 (use   #define ARDUINO_ARCH_ESP32S2)
Removed DallasTemperature.h from Temperature usermod. 
						
						
					 
					
						2021-04-24 22:24:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8caa4e9cb6 
					 
					
						
						
							
							Fix for blinking colon.  
						
						 
						
						
						
						
					 
					
						2021-04-24 00:00:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d6338d7b11 
					 
					
						
						
							
							Changed codename to Ryujin.  
						
						 
						
						... 
						
						
						
						Added blinking colon on display usermod. 
						
						
					 
					
						2021-04-23 17:21:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						f96a5ec774 
					 
					
						
						
							
							Changed version to 0.12.2-bl1  
						
						 
						
						... 
						
						
						
						Optimised strings in Animated Staircase usermod.
Minor typos. 
						
						
					 
					
						2021-04-23 14:32:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1be8e7e216 
					 
					
						
						
							
							Added 128x64 SSD1306 display.  
						
						 
						
						
						
						
					 
					
						2021-04-23 00:08:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cf9cf9d7bb 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						... 
						
						
						
						Conflicts:
	package.json
	wled00/html_other.h
	wled00/html_settings.h
	wled00/wled.h 
						
						
					 
					
						2021-04-22 22:48:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6ba1795ded 
					 
					
						
						
							
							Flash optimizations & class texts.  
						
						 
						
						
						
						
					 
					
						2021-04-22 22:34:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						ced0cc1bac 
					 
					
						
						
							
							0.12.1-b1  
						
						 
						
						
						
						
					 
					
						2021-04-22 01:12:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						3c49f22266 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/Aircoookie/WLED  
						
						 
						
						
						
						
					 
					
						2021-04-22 00:47:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						13ae99edec 
					 
					
						
						
							
							Reduce TV simulator flash usage  
						
						 
						
						
						
						
					 
					
						2021-04-22 00:47:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Shinn 
							
						 
					 
					
						
						
							
						
						0f82730a78 
					 
					
						
						
							
							Release engineering improvements ( #1844 )  
						
						 
						
						... 
						
						
						
						* version set from package.json and release bin names
* support direnv virtualenv
* versioned PlatformIO environment
* matrix support for parralel CI
* gather artifacts
* release on tagging
* minor scripts formatting 
						
						
					 
					
						2021-04-22 00:41:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8608c45309 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						... 
						
						
						
						Conflicts:
	CHANGELOG.md
	wled00/FX.cpp
	wled00/FX_fcn.cpp
	wled00/ntp.cpp
	wled00/wled.h
	wled00/wled_math.h 
						
						
					 
					
						2021-04-21 21:16:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						90516217e0 
					 
					
						
						
							
							Minor changes in PIR usermod.  
						
						 
						
						
						
						
					 
					
						2021-04-21 20:57:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						ff083daf31 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/Aircoookie/WLED  
						
						 
						
						
						
						
					 
					
						2021-04-21 17:22:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						7f6a554e1b 
					 
					
						
						
							
							Small adjustments  
						
						 
						
						
						
						
					 
					
						2021-04-21 17:21:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eric Severance 
							
						 
					 
					
						
						
							
						
						eb99271120 
					 
					
						
						
							
							Use 22.5 for the TM1814 max current ( #1905 )  
						
						 
						
						... 
						
						
						
						* Configure TM1814 max current
* Use 22.5 mA as this seems to be a common value for the LEDs 
						
						
					 
					
						2021-04-20 21:36:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						04aa22b510 
					 
					
						
						
							
							Removed debug output in Animated Staircase.  
						
						 
						
						... 
						
						
						
						Added PIR sensor switch usermod. 
						
						
					 
					
						2021-04-19 22:24:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eric Severance 
							
						 
					 
					
						
						
							
						
						13e5c695c3 
					 
					
						
						
							
							Initialize PixelSettings for TM1814 strips ( #1847 )  
						
						 
						
						... 
						
						
						
						* Better handling for TM1814 strips
* Call SetPixelSettings after Begin as described on the NeoPixelBus wiki
* Use NeoTm1814Settings::MaxCurrent constant 
						
						
					 
					
						2021-04-18 19:14:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1cd56decab 
					 
					
						
						
							
							Rewritten usermod config saving/reloading.  
						
						 
						
						... 
						
						
						
						Changed temperature reading (to work on ESP32 more reliably).
Added Animated staircase usermod to the collection. 
						
						
					 
					
						2021-04-17 17:04:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						585f8f4683 
					 
					
						
						
							
							WLED math optimisations.  
						
						 
						
						
						
						
					 
					
						2021-04-16 20:07:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Def3nder 
							
						 
					 
					
						
						
							
						
						12de47c923 
					 
					
						
						
							
							Fix TV-Simmulator Effect flash usage ( #1621 )  
						
						 
						
						... 
						
						
						
						* Add alternative TV-Sim version without tv_colors.h
...and safe 18k flash this way
* ...remove the define 
						
						
					 
					
						2021-04-16 10:22:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						afde7940d8 
					 
					
						
						
							
							NUM_STRIPS no longer required with compile-time strip defaults 
						
						 
						
						
						
						
					 
					
						2021-04-16 01:01:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1070d8d3fa 
					 
					
						
						
							
							Fix for AutoSave checkbox not saving.  
						
						 
						
						
						
						
					 
					
						2021-04-15 22:29:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						dcc7ba8f93 
					 
					
						
						
							
							Changed ability to add multiple busses as compile time defaults,  
						
						 
						
						... 
						
						
						
						using the esp32_multistrip usermod define syntax. 
						
						
					 
					
						2021-04-15 22:19:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						01dd41bdbf 
					 
					
						
						
							
							Added ability to add multiple busses as compile time defaults using the esp32_multistrip usermod define syntax  
						
						 
						
						
						
						
					 
					
						2021-04-15 10:55:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7d5b20314c 
					 
					
						
						
							
							Ahhhh.  
						
						 
						
						
						
						
					 
					
						2021-04-14 18:22:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						29e048af7b 
					 
					
						
						
							
							Merge branch 'master' into dev  
						
						 
						
						... 
						
						
						
						Conflicts:
	CHANGELOG.md
	package.json
	platformio.ini
	usermods/Temperature/usermod_temperature.h
	wled00/FX.cpp
	wled00/FX.h
	wled00/FX_fcn.cpp
	wled00/cfg.cpp
	wled00/data/index.js
	wled00/data/settings_leds.htm
	wled00/data/settings_time.htm
	wled00/data/style.css
	wled00/html_other.h
	wled00/html_settings.h
	wled00/html_ui.h
	wled00/ntp.cpp
	wled00/usermods_list.cpp
	wled00/wled.cpp
	wled00/wled.h 
						
						
					 
					
						2021-04-14 18:19:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						f3b84f1365 
					 
					
						
						
							
							Switch trigonometric implementation, saves 460b memory  
						
						 
						
						
						
						
					 
					
						2021-04-14 16:49:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						5751d5c1b0 
					 
					
						
						
							
							Fixed Button, IR, Relay pin not assigned by default ( resolves   #1891 )  
						
						 
						
						... 
						
						
						
						Fixed instance discovery not working if MQTT not compiled in 
						
						
					 
					
						2021-04-14 01:16:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						3d2336aac1 
					 
					
						
						
							
							Merge pull request  #1890  from blazoncek/holiday-list  
						
						 
						
						... 
						
						
						
						Easier holiday/special events handling for background images. 
						
						
					 
					
						2021-04-14 00:56:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						afe5f19464 
					 
					
						
						
							
							Update holiday BG durations  
						
						 
						
						... 
						
						
						
						Fix semicolons 
						
						
					 
					
						2021-04-14 00:44:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						4091a3c238 
					 
					
						
						
							
							Merge pull request  #1889  from blazoncek/sunrise-sunset-012  
						
						 
						
						... 
						
						
						
						Sunrise and sunset calculation and sunrise/sunset triggered presets. 
						
						
					 
					
						2021-04-13 23:41:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						c38f0d751b 
					 
					
						
						
							
							Cleanup & typo fix.  
						
						 
						
						
						
						
					 
					
						2021-04-13 08:11:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3623afa721 
					 
					
						
						
							
							Minor tweaks.  
						
						 
						
						
						
						
					 
					
						2021-04-12 23:32:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f411e07fb4 
					 
					
						
						
							
							Easier holiday/special events handling for background images.  
						
						 
						
						
						
						
					 
					
						2021-04-12 23:00:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9bfe27dd5e 
					 
					
						
						
							
							Sunrise and sunset calculation and sunrise/sunset triggered presets.  
						
						 
						
						
						
						
					 
					
						2021-04-12 21:53:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6a096fbb27 
					 
					
						
						
							
							Fixed #define typo.  
						
						 
						
						... 
						
						
						
						Made usermod Auto Save runtime configurable.
String optimisations. 
						
						
					 
					
						2021-04-12 21:10:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						c4201d9a2a 
					 
					
						
						
							
							Merge pull request  #1886  from betaphi/BME280_Patch  
						
						 
						
						... 
						
						
						
						Usermod BME280_v2 refinement 
						
						
					 
					
						2021-04-12 11:07:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bastian Rössler 
							
						 
					 
					
						
						
							
						
						58e9817a6d 
					 
					
						
						
							
							Add PublishAlways to BME280_v2 Usermod  
						
						 
						
						
						
						
					 
					
						2021-04-12 10:31:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						48d5584491 
					 
					
						
						
							
							Add switch support  
						
						 
						
						
						
						
					 
					
						2021-04-12 00:45:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6404071a01 
					 
					
						
						
							
							Holidy wallpapers.  
						
						 
						
						
						
						
					 
					
						2021-04-11 21:11:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						735205492e 
					 
					
						
						
							
							4LineDisplay enhancements.  
						
						 
						
						... 
						
						
						
						Boot loop (preset apply) fix. 
						
						
					 
					
						2021-04-11 16:47:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						5786f1d057 
					 
					
						
						
							
							Merge pull request  #1863  from fishbone-git/running_dual  
						
						 
						
						... 
						
						
						
						Running dual 
						
						
					 
					
						2021-04-11 00:59:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						87c6f3c757 
					 
					
						
						
							
							Add gap for Running Dual  
						
						 
						
						
						
						
					 
					
						2021-04-11 00:50:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a6feb77e52 
					 
					
						
						
							
							4LineDisplay rewrite for dynamic configuration.  
						
						 
						
						... 
						
						
						
						Added handling for multiple pins in usermod.
Fixed minor bugs. 
						
						
					 
					
						2021-04-11 00:38:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						0e99c948d6 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/Aircoookie/WLED  
						
						 
						
						
						
						
					 
					
						2021-04-10 12:22:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						0f5e0f640b 
					 
					
						
						
							
							Updated codm environments  
						
						 
						
						... 
						
						
						
						Added custom 8MB ESP32 partition csv 
						
						
					 
					
						2021-04-10 12:22:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						3d2c6388de 
					 
					
						
						
							
							Merge pull request  #1875  from zoide/patch-1  
						
						 
						
						... 
						
						
						
						updated bottom/top sensor 
						
						
					 
					
						2021-04-10 12:19:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						13b3b2fd23 
					 
					
						
						
							
							1st working usermod settings (Temperature).  
						
						 
						
						... 
						
						
						
						Added color on pin conflicts in LEDs setting page. 
						
						
					 
					
						2021-04-10 00:17:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Udo Waechter 
							
						 
					 
					
						
						
							
						
						ad8e614ae8 
					 
					
						
						
							
							updated bottom/top sensor  
						
						 
						
						... 
						
						
						
						bottomsensor and topsensor were incorrect: bottom-sensor / top-sensor according to API 
						
						
					 
					
						2021-04-09 17:50:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9a6d709082 
					 
					
						
						
							
							Reduced rev:2 API use.  
						
						 
						
						... 
						
						
						
						Changed version to 0.12.1-a0 
						
						
					 
					
						2021-04-08 15:46:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						48c0360877 
					 
					
						
						
							
							Merge pull request  #1850  from eg321/VL53L0X-gestures  
						
						 
						
						... 
						
						
						
						Support of simple gestures for VL53L0X laser sensor 
						
						
					 
					
						2021-04-08 15:31:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6eafab8286 
					 
					
						
						
							
							Per strip "skip first led".  
						
						 
						
						... 
						
						
						
						Removed RGBW override from UI.
Saving presets uses rev:1 API if possible. 
						
						
					 
					
						2021-04-07 21:04:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						d230be3e1c 
					 
					
						
						
							
							Merge pull request  #1851  from kolcun/patch-1  
						
						 
						
						... 
						
						
						
						Increase buffer size 
						
						
					 
					
						2021-04-07 01:15:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						daa77d40a3 
					 
					
						
						
							
							Merge pull request  #1862  from fishbone-git/drip  
						
						 
						
						... 
						
						
						
						Drip: use constrain to keep in segment limits 
						
						
					 
					
						2021-04-07 00:59:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c901512db0 
					 
					
						
						
							
							Removed STATUSLED  
						
						 
						
						... 
						
						
						
						Fix for possible Drip effect ESP reboot. 
						
						
					 
					
						2021-04-06 22:30:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						6ae743684f 
					 
					
						
						
							
							Merge pull request  #1864  from blazoncek/ledmap-multisegment-fix  
						
						 
						
						... 
						
						
						
						Ledmap multisegment fix. 
						
						
					 
					
						2021-04-06 12:03:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						789c00dde1 
					 
					
						
						
							
							Change indexSet to signed 32 bit  
						
						 
						
						
						
						
					 
					
						2021-04-06 11:42:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						90da471084 
					 
					
						
						
							
							Fix for mirrored segments.  
						
						 
						
						
						
						
					 
					
						2021-04-06 07:48:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						2d55056015 
					 
					
						
						
							
							Merge branch 'master' into ledmap-multisegment-fix  
						
						 
						
						
						
						
					 
					
						2021-04-05 21:19:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						ffab9bb893 
					 
					
						
						
							
							Ledmap multisegment fix.  
						
						 
						
						
						
						
					 
					
						2021-04-05 21:14:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								fishbone-git 
							
						 
					 
					
						
						
							
						
						1192d04391 
					 
					
						
						
							
							sync and merge master  
						
						 
						
						
						
						
					 
					
						2021-04-05 20:49:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								fishbone-git 
							
						 
					 
					
						
						
							
						
						f18dced2f3 
					 
					
						
						
							
							use constrain to keep in segment limits  
						
						 
						
						
						
						
					 
					
						2021-04-05 16:08:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						31ea032054 
					 
					
						
						
							
							Added segment names.  
						
						 
						
						
						
						
					 
					
						2021-04-04 21:10:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						89543e927a 
					 
					
						
						
							
							Added multiple ledmaps, selectable via JSON API.  
						
						 
						
						
						
						
					 
					
						2021-04-04 13:54:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a52386e6ad 
					 
					
						
						
							
							0.12 release  
						
						 
						
						... 
						
						
						
						- removed AUX
- fix for negative values in LED settings
- fix for iOS app 
						
						
					 
					
						2021-04-03 19:43:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						ecdc0a3800 
					 
					
						
						
							
							Fixed ESP32 crash on Drip effect with reversed segment ( #1854 )  
						
						 
						
						
						
						
					 
					
						2021-04-03 17:18:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						46d66dded8 
					 
					
						
						
							
							Release of WLED v0.12.0  
						
						 
						
						
						
						
					 
					
						2021-04-03 00:15:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike Kolcun 
							
						 
					 
					
						
						
							
						
						a69dcfc49d 
					 
					
						
						
							
							Increase buffer size  
						
						 
						
						... 
						
						
						
						Avoid buffer overflows with longer mqtt topics
mqtDeviceTopic in wled.h is defined with a size of 33, so this should be set to 45 to accommodate the additional 12 characters - /temperature 
						
						
					 
					
						2021-04-02 14:04:27 -04:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Egor Chernodarov 
							
						 
					 
					
						
						
							
						
						601005f837 
					 
					
						
						
							
							Support of simple gestures for VL53L0X laser sensor  
						
						 
						
						
						
						
					 
					
						2021-04-02 23:04:10 +07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						de6f32e486 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/Aircoookie/WLED  
						
						 
						
						
						
						
					 
					
						2021-04-02 16:52:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						fbe866198d 
					 
					
						
						
							
							Fixed iOS LED settings  
						
						 
						
						
						
						
					 
					
						2021-04-02 16:52:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						70546cd2ec 
					 
					
						
						
							
							UI code optimisations.  
						
						 
						
						
						
						
					 
					
						2021-04-01 22:13:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a7c99cbbd2 
					 
					
						
						
							
							Option to use segment length instead of stop.  
						
						 
						
						
						
						
					 
					
						2021-04-01 17:12:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						40780ccec7 
					 
					
						
						
							
							Settings cleanup for pins.  
						
						 
						
						
						
						
					 
					
						2021-04-01 14:03:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						7078c91f7d 
					 
					
						
						
							
							Skip first led cleanup.  
						
						 
						
						
						
						
					 
					
						2021-04-01 12:53:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0e2168392c 
					 
					
						
						
							
							Checkboxes for pins.  
						
						 
						
						
						
						
					 
					
						2021-03-31 21:36:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						380006c9d8 
					 
					
						
						
							
							UI sync button refresh fix.  
						
						 
						
						
						
						
					 
					
						2021-03-31 20:07:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4127882e5f 
					 
					
						
						
							
							Increased JSON buffer to 9k.  
						
						 
						
						... 
						
						
						
						Removed daytime symbol from info page. 
						
						
					 
					
						2021-03-31 16:41:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						d603a8a9be 
					 
					
						
						
							
							Merge pull request  #1840  from brammittendorff/patch-1  
						
						 
						
						... 
						
						
						
						Updated readme.md 
						
						
					 
					
						2021-03-30 22:55:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5f17d30973 
					 
					
						
						
							
							Getting on par with master.  
						
						 
						
						
						
						
					 
					
						2021-03-30 20:43:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bram Mittendorff 
							
						 
					 
					
						
						
							
						
						8f92077454 
					 
					
						
						
							
							Updated readme.md  
						
						 
						
						... 
						
						
						
						Updated readme.md because currenly the DallasTemperature and Onewire are under `lib_deps`. 
						
						
					 
					
						2021-03-30 11:45:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						8755a9bcda 
					 
					
						
						
							
							0.12.0 Beta 5 ( fixes   #1837 )  
						
						 
						
						
						
						
					 
					
						2021-03-30 02:04:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								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  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						37cab07295 
					 
					
						
						
							
							Reverting HSPI use on ESP32.  
						
						 
						
						
						
						
					 
					
						2021-03-29 09:00:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						4a1ecc7b72 
					 
					
						
						
							
							Merge pull request  #1836  from Aircoookie/blackmagic  
						
						 
						
						... 
						
						
						
						Defeat the black magic 
						
						
					 
					
						2021-03-29 02:53:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						e46078286d 
					 
					
						
						
							
							0.12.0 Beta 4  
						
						 
						
						
						
						
					 
					
						2021-03-29 02:28:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cfeb88f649 
					 
					
						
						
							
							Version bump. :(  
						
						 
						
						
						
						
					 
					
						2021-03-28 22:50:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7ce197e0c8 
					 
					
						
						
							
							Adding skinning capabilities to WLED.  
						
						 
						
						
						
						
					 
					
						2021-03-28 22:49:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f93b1167f1 
					 
					
						
						
							
							Reduced SPI speed for WS2801 to 2MHz.  
						
						 
						
						... 
						
						
						
						Added HW SPI for busses 0 and 1. 
						
						
					 
					
						2021-03-28 21:00:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						152ca63529 
					 
					
						
						
							
							Possible fix for HW SPI on ESP32.  
						
						 
						
						
						
						
					 
					
						2021-03-28 17:33:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						806221bc3f 
					 
					
						
						
							
							Move RGBW activation to wled.cpp  
						
						 
						
						
						
						
					 
					
						2021-03-28 17:31:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2e8d5311a5 
					 
					
						
						
							
							New font. UI fixes.  
						
						 
						
						... 
						
						
						
						Skinning with CSS. 
						
						
					 
					
						2021-03-28 17:15:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						23b5fd1c12 
					 
					
						
						
							
							BusManager static method.  
						
						 
						
						
						
						
					 
					
						2021-03-26 11:52:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7a8ba7d47d 
					 
					
						
						
							
							Still some fixes for UI.  
						
						 
						
						
						
						
					 
					
						2021-03-25 21:49:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						1a509cf3e0 
					 
					
						
						
							
							Palette preview fix.  
						
						 
						
						
						
						
					 
					
						2021-03-25 21:13:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9848f9613c 
					 
					
						
						
							
							UI bugfixes.  
						
						 
						
						
						
						
					 
					
						2021-03-25 20:34:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						4264c2a173 
					 
					
						
						
							
							Test for arcane curses  
						
						 
						
						
						
						
					 
					
						2021-03-25 20:00:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						93cefb88f5 
					 
					
						
						
							
							CRLF madness. :(  
						
						 
						
						
						
						
					 
					
						2021-03-25 20:00:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7132e1fee1 
					 
					
						
						
							
							Further compatibility enhancement.  
						
						 
						
						
						
						
					 
					
						2021-03-25 17:20:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e70e1b8ad7 
					 
					
						
						
							
							Adding backwards compatibility.  
						
						 
						
						
						
						
					 
					
						2021-03-25 17:07:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						77d8a8e43d 
					 
					
						
						
							
							Reducing JSON buffer size requirements.  
						
						 
						
						... 
						
						
						
						Increasing maximum number of segments. 
						
						
					 
					
						2021-03-24 23:55:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0b75a7d0d3 
					 
					
						
						
							
							Fix current calculation.  
						
						 
						
						
						
						
					 
					
						2021-03-23 15:34:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						1f4a15ee6b 
					 
					
						
						
							
							Fixed current estimation  
						
						 
						
						
						
						
					 
					
						2021-03-23 14:08:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						f6772eaf59 
					 
					
						
						
							
							FPS drop workaround.  
						
						 
						
						
						
						
					 
					
						2021-03-23 07:05:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						bab4f9963f 
					 
					
						
						
							
							Bump version code (never deploy at 3am)  
						
						 
						
						
						
						
					 
					
						2021-03-23 03:15:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						1dbcac4f53 
					 
					
						
						
							
							Framerate bug workaround  
						
						 
						
						
						
						
					 
					
						2021-03-23 03:10:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7ac5abe7f8 
					 
					
						
						
							
							Missing include.  
						
						 
						
						
						
						
					 
					
						2021-03-22 23:27:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						157e6b2a33 
					 
					
						
						
							
							Sticky default & solid.  
						
						 
						
						
						
						
					 
					
						2021-03-22 23:19:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						8d20a13776 
					 
					
						
						
							
							Fixed chevron icon not included  
						
						 
						
						
						
						
					 
					
						2021-03-22 00:31:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a385ea7c52 
					 
					
						
						
							
							UI tweaks.  
						
						 
						
						
						
						
					 
					
						2021-03-21 22:33:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c58a3c41d8 
					 
					
						
						
							
							Version bump.  
						
						 
						
						
						
						
					 
					
						2021-03-21 10:35:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0a7df86f3f 
					 
					
						
						
							
							Better ADALights pin 3 handling.  
						
						 
						
						
						
						
					 
					
						2021-03-21 10:34:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						213bc75ae1 
					 
					
						
						
							
							Change cache control to revalidate each time  
						
						 
						
						
						
						
					 
					
						2021-03-21 02:40:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f8df7ebb7c 
					 
					
						
						
							
							UI optimisation.  
						
						 
						
						
						
						
					 
					
						2021-03-21 00:08:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						60503c31fb 
					 
					
						
						
							
							IR pin saving.  
						
						 
						
						
						
						
					 
					
						2021-03-20 23:59:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						77220e24dd 
					 
					
						
						
							
							Reserved pins management.  
						
						 
						
						... 
						
						
						
						Disabling ADALight by default. 
						
						
					 
					
						2021-03-20 23:52:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3c25e11c5f 
					 
					
						
						
							
							Moved from alpha to beta.  
						
						 
						
						
						
						
					 
					
						2021-03-20 23:20:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						be2ffc31b2 
					 
					
						
						
							
							Reduction of buffer size.  
						
						 
						
						... 
						
						
						
						Caching tweak. 
						
						
					 
					
						2021-03-20 23:04:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						8a2256e0d8 
					 
					
						
						
							
							0.12 beta  
						
						 
						
						
						
						
					 
					
						2021-03-20 18:43:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						adfb24ce02 
					 
					
						
						
							
							Removed mobile Nodes button.  
						
						 
						
						... 
						
						
						
						Tapping on node name triigers the same. 
						
						
					 
					
						2021-03-20 16:03:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e6d50f94ee 
					 
					
						
						
							
							Merge branch 'dev' of  https://github.com/aircoookie/WLED  into dev  
						
						 
						
						... 
						
						
						
						Conflicts:
	wled00/data/index.css
	wled00/data/index.htm
	wled00/data/index.js
	wled00/html_ui.h
	wled00/json.cpp 
						
						
					 
					
						2021-03-20 14:48:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						520798bfa6 
					 
					
						
						
							
							Fixing include.  
						
						 
						
						
						
						
					 
					
						2021-03-20 13:12:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e539a36ae7 
					 
					
						
						
							
							Fix for empty WS reponse.  
						
						 
						
						... 
						
						
						
						Scroll selected preset into view. 
						
						
					 
					
						2021-03-20 13:11:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bfab2d405b 
					 
					
						
						
							
							Removed unnecessary vars.  
						
						 
						
						
						
						
					 
					
						2021-03-19 16:23:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						df38f00cf2 
					 
					
						
						
							
							Optimised websockets UI refresh.  
						
						 
						
						
						
						
					 
					
						2021-03-19 16:09:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						a30ce1c44d 
					 
					
						
						
							
							Websockets handling of JSON response.  
						
						 
						
						
						
						
					 
					
						2021-03-19 10:28:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						eee2450c9e 
					 
					
						
						
							
							Merge pull request  #1786  from DerFetzer/fix_fx_sync  
						
						 
						
						... 
						
						
						
						Send notification for HTTP API calls with only effects parameters 
						
						
					 
					
						2021-03-19 09:09:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						baf4a241a2 
					 
					
						
						
							
							Remove toggleOnOff() and use setBrightness().  
						
						 
						
						... 
						
						
						
						Return state to Off if it was Off when realtime mode started. 
						
						
					 
					
						2021-03-19 08:24:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						e2242f5d99 
					 
					
						
						
							
							Merge pull request  #1804  from blazoncek/chunchun-fix  
						
						 
						
						... 
						
						
						
						Slight modification of Chunchun effect. 
						
						
					 
					
						2021-03-19 00:05:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						30df67721d 
					 
					
						
						
							
							Merge pull request  #1807  from Aircoookie/dev  
						
						 
						
						... 
						
						
						
						Pull dev branch into master. 0.12 release soon! 
						
						
					 
					
						2021-03-19 00:05:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christophe Gagnier 
							
						 
					 
					
						
						
							
						
						4a20f43fbf 
					 
					
						
						
							
							Search bar and palettes preview ( #1637 )  
						
						 
						
						... 
						
						
						
						* Fix swipe behavior on firefox when clicking on palette selection input
When clicking on the palette select element on firefox, it would often swipe to the next tab due to a bug in firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1410816 
* Update UI .h files and remove console log
* Fix indentation in requestJson
* Add palette preview
Add palette and effects search
* Add palette preview
Add palette and effects search
* Add palette preview
Add palette and effects search
* Add palette preview
Add palette and effects search
* Fix error with background image
* Add missing palettes
* Add expiration to cached palette data
* Remove extra console.log
* bug fixes for palettes
* Rename "Default" effect back to "Solid"
* Fix scrolling issue when selecting an effect
* Add sticky default and sticky selected item
* Change checkboxes for radio button
* build html .h files
* Design Iteration 1
* Palette preview style changes
* Add button for clearing search field
* Use version ID for caching palette data rather than 24h expiration
Co-authored-by: Aircoookie <dev.aircoookie@gmail.com > 
						
						
					 
					
						2021-03-18 23:59:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c59e792178 
					 
					
						
						
							
							Reduced JSON buffer by 1k.  
						
						 
						
						... 
						
						
						
						Increased max RAM FX usage on ESP32 to 20k.
Added relay On handling on realtime data if Off (@JDTSmith).
Added UI refreshing via websockets (@korkbaum). 
						
						
					 
					
						2021-03-18 23:19:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e6a99c1d33 
					 
					
						
						
							
							UI Info page fix.  
						
						 
						
						
						
						
					 
					
						2021-03-18 17:31:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3548628c2c 
					 
					
						
						
							
							Mobile Nodes button is back!  
						
						 
						
						
						
						
					 
					
						2021-03-17 17:11:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						bb84157a21 
					 
					
						
						
							
							Cosmetic fixes & size optimisation.  
						
						 
						
						
						
						
					 
					
						2021-03-17 09:30:23 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						eb10aa8c97 
					 
					
						
						
							
							Semicolon.  
						
						 
						
						
						
						
					 
					
						2021-03-15 22:47:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e06d269b82 
					 
					
						
						
							
							Slight modification of Chunchun effect.  
						
						 
						
						
						
						
					 
					
						2021-03-15 17:01:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						07428922c3 
					 
					
						
						
							
							Auto refreshing UI every 15secons.  
						
						 
						
						
						
						
					 
					
						2021-03-14 22:34:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0f7e22d8b7 
					 
					
						
						
							
							Merge branch 'dev' of  https://github.com/aircoookie/WLED  into dev  
						
						 
						
						... 
						
						
						
						Conflicts:
	wled00/cfg.cpp
	wled00/data/index.js
	wled00/fcn_declare.h
	wled00/html_ui.h
	wled00/json.cpp
	wled00/playlist.cpp
	wled00/wled.h 
						
						
					 
					
						2021-03-14 11:41:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						ba4c3e3852 
					 
					
						
						
							
							Merge pull request  #1724  from blazoncek/playlist-fix  
						
						 
						
						... 
						
						
						
						Playlist handling. 
						
						
					 
					
						2021-03-13 22:46:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						b8de36b340 
					 
					
						
						
							
							Cleanup  
						
						 
						
						
						
						
					 
					
						2021-03-13 22:46:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						bbe3e8093c 
					 
					
						
						
							
							Merge pull request  #1782  from aledthom/master  
						
						 
						
						... 
						
						
						
						Usermod for Artemis udp control 
						
						
					 
					
						2021-03-13 22:05:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						26096bc136 
					 
					
						
						
							
							Added options for Auto Node discovery  
						
						 
						
						... 
						
						
						
						Optimized strings (no string both F() and raw) 
						
						
					 
					
						2021-03-13 22:04:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						caae57d960 
					 
					
						
						
							
							Adding multiple compile time pins.  
						
						 
						
						
						
						
					 
					
						2021-03-12 23:56:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f91384596c 
					 
					
						
						
							
							PIR sensor usermod pin reservation.  
						
						 
						
						... 
						
						
						
						Time settings UI tweaks. 
						
						
					 
					
						2021-03-10 18:46:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						cb38976162 
					 
					
						
						
							
							Merge branch 'dev' of  https://github.com/aircoookie/WLED  into dev  
						
						 
						
						... 
						
						
						
						Conflicts:
	wled00/NodeStruct.h
	wled00/data/index.htm
	wled00/data/index.js
	wled00/fcn_declare.h
	wled00/html_ui.h
	wled00/json.cpp
	wled00/udp.cpp
	wled00/wled.cpp
	wled00/wled.h 
						
						
					 
					
						2021-03-10 13:23:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						3460f9d9cc 
					 
					
						
						
							
							Auto discovery follow-up  
						
						 
						
						
						
						
					 
					
						2021-03-09 18:00:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						6eacf8ed7e 
					 
					
						
						
							
							Merge pull request  #1683  from blazoncek/autodiscovery  
						
						 
						
						... 
						
						
						
						Auto node discovery. 
						
						
					 
					
						2021-03-09 17:25:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						20bebe98b1 
					 
					
						
						
							
							Merge branch 'dev' into autodiscovery  
						
						 
						
						
						
						
					 
					
						2021-03-09 17:24:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						91d885eae4 
					 
					
						
						
							
							Fix node type  
						
						 
						
						
						
						
					 
					
						2021-03-09 17:21:19 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						ea3358ecb2 
					 
					
						
						
							
							Autodiscovery improvements  
						
						 
						
						
						
						
					 
					
						2021-03-09 16:23:19 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						4c5c4d1700 
					 
					
						
						
							
							Minor UI tweak.  
						
						 
						
						
						
						
					 
					
						2021-03-09 14:01:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e3fabe92bd 
					 
					
						
						
							
							Fixed slow NTP respone for calculating sunrise.  
						
						 
						
						... 
						
						
						
						Fixed saving/loading only sunset trigger. 
						
						
					 
					
						2021-03-09 13:24:20 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						142740f080 
					 
					
						
						
							
							Sunrise/sunset re-calculated after saving time settings.  
						
						 
						
						
						
						
					 
					
						2021-03-08 19:52:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						09e51c2399 
					 
					
						
						
							
							Sunrise/sunset info added to settings..  
						
						 
						
						... 
						
						
						
						Sunrise/sunset calculated every minute (debug). 
						
						
					 
					
						2021-03-08 19:40:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0892eb271d 
					 
					
						
						
							
							Minor F() fixes.  
						
						 
						
						
						
						
					 
					
						2021-03-08 07:53:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						536be76ecb 
					 
					
						
						
							
							Switched lat/lon.  
						
						 
						
						
						
						
					 
					
						2021-03-08 06:27:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6bfdf0eb4d 
					 
					
						
						
							
							Whitespace fix (dtostrf) for lat/lon.  
						
						 
						
						
						
						
					 
					
						2021-03-07 20:50:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						8320ed5a92 
					 
					
						
						
							
							Bugfixes.  
						
						 
						
						
						
						
					 
					
						2021-03-07 18:34:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						43677685bb 
					 
					
						
						
							
							Merge branch 'dev' of  https://github.com/aircoookie/WLED  into dev  
						
						 
						
						... 
						
						
						
						Conflicts:
	wled00/cfg.cpp
	wled00/const.h
	wled00/data/settings_leds.htm
	wled00/html_settings.h
	wled00/set.cpp
	wled00/wled.h
	wled00/xml.cpp 
						
						
					 
					
						2021-03-07 17:53:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						61e0aa9845 
					 
					
						
						
							
							Fixed missing ellipsis.  
						
						 
						
						
						
						
					 
					
						2021-03-07 15:33:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						34eee005a8 
					 
					
						
						
							
							Add comment & update fcn_declare.  
						
						 
						
						
						
						
					 
					
						2021-03-07 12:43:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6fa136da0c 
					 
					
						
						
							
							Minor tweaks & optimisations.  
						
						 
						
						
						
						
					 
					
						2021-03-07 11:14:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						9b3e6270d5 
					 
					
						
						
							
							Auto start field population in bus config  
						
						 
						
						
						
						
					 
					
						2021-03-07 00:42:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						b5abc6c724 
					 
					
						
						
							
							Added sunrise/sunset triggered presets.  
						
						 
						
						
						
						
					 
					
						2021-03-07 00:04:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						71edc3a084 
					 
					
						
						
							
							Fixed incorrect over-memory indication in LED settings on ESP32  
						
						 
						
						
						
						
					 
					
						2021-03-06 02:35:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f74a45a33e 
					 
					
						
						
							
							Sunris/sunset detection.  
						
						 
						
						
						
						
					 
					
						2021-03-05 23:05:09 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0a1d04495d 
					 
					
						
						
							
							Version bump  
						
						 
						
						
						
						
					 
					
						2021-03-05 13:10:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						49dee560fd 
					 
					
						
						
							
							Sticky save & back buttons.  
						
						 
						
						
						
						
					 
					
						2021-03-05 09:50:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						dfb3dfb74d 
					 
					
						
						
							
							platformio.ini cleanup  
						
						 
						
						
						
						
					 
					
						2021-03-04 23:08:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						05521bfd3a 
					 
					
						
						
							
							Added destructor for BusPwm ( fixes   #1789 )  
						
						 
						
						
						
						
					 
					
						2021-03-04 22:17:25 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6c997f573a 
					 
					
						
						
							
							Added vrsion info to autodiscovery packet.  
						
						 
						
						
						
						
					 
					
						2021-03-04 14:34:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c4689c3bcc 
					 
					
						
						
							
							Added version info in autodiscovery packet.  
						
						 
						
						
						
						
					 
					
						2021-03-04 14:24:25 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						c0dd98b6d7 
					 
					
						
						
							
							Fixed relay mode inverted when upgrading from 0.11.0  
						
						 
						
						
						
						
					 
					
						2021-03-04 12:10:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						83452d73bc 
					 
					
						
						
							
							Code clean-up.  
						
						 
						
						
						
						
					 
					
						2021-03-04 11:17:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e5417d12ca 
					 
					
						
						
							
							General cleanup & optimisations.  
						
						 
						
						... 
						
						
						
						Pushing memory to (safe-ish) limits. 
						
						
					 
					
						2021-03-03 22:04:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						6e19e6f0a0 
					 
					
						
						
							
							Add reserved pins for ESP32 too.  
						
						 
						
						
						
						
					 
					
						2021-03-02 11:46:25 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						071281c13a 
					 
					
						
						
							
							Merge branch 'dev' of  https://github.com/aircoookie/WLED  into dev  
						
						 
						
						... 
						
						
						
						Minor warning suppressions.
Conflicts:
	wled00/FX.cpp
	wled00/FX_fcn.cpp
	wled00/cfg.cpp
	wled00/wled.h
	wled00/xml.cpp 
						
						
					 
					
						2021-03-02 11:00:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								DerFetzer 
							
						 
					 
					
						
						
							
						
						56cf1c818b 
					 
					
						
						
							
							Send notification for HTTP API calls with only effects parameters  
						
						 
						
						
						
						
					 
					
						2021-03-01 22:44:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						61101987f9 
					 
					
						
						
							
							Minor tweaks to Chunchun & Plasma FX.  
						
						 
						
						
						
						
					 
					
						2021-03-01 19:50:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a057e50684 
					 
					
						
						
							
							Forgotten .h file.  
						
						 
						
						
						
						
					 
					
						2021-03-01 12:41:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5f3dc660c8 
					 
					
						
						
							
							Fix for index count in settings.  
						
						 
						
						... 
						
						
						
						Pin conflict on submit. 
						
						
					 
					
						2021-03-01 11:56:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						5553964d52 
					 
					
						
						
							
							Moved nodes from Info to separate tab.  
						
						 
						
						
						
						
					 
					
						2021-03-01 11:13:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						51ead2f6bd 
					 
					
						
						
							
							Version bump.  
						
						 
						
						
						
						
					 
					
						2021-03-01 10:28:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d433b25627 
					 
					
						
						
							
							Fix for deallocation of PWM pins (missing destructor).  
						
						 
						
						
						
						
					 
					
						2021-03-01 10:27:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bd7671c07e 
					 
					
						
						
							
							Debug for analog pin.  
						
						 
						
						... 
						
						
						
						Minor tweaks. 
						
						
					 
					
						2021-02-28 22:54:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						847178b7be 
					 
					
						
						
							
							Move node discovery in separate page.  
						
						 
						
						
						
						
					 
					
						2021-02-28 18:16:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						90808ac67e 
					 
					
						
						
							
							Power off playlist unload.  
						
						 
						
						
						
						
					 
					
						2021-02-28 15:34:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						a899ea8b4d 
					 
					
						
						
							
							Prevent RGBW checkbox modification for analog LEDs  
						
						 
						
						
						
						
					 
					
						2021-02-27 18:46:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						7b83b99ac9 
					 
					
						
						
							
							Fix for resetting segments.  
						
						 
						
						
						
						
					 
					
						2021-02-27 12:06:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aled 
							
						 
					 
					
						
						
							
						
						7aab7678e9 
					 
					
						
						
							
							Usermod for Artemis udp control  
						
						 
						
						... 
						
						
						
						enables use as a device within the artemisRGB software 
						
						
					 
					
						2021-02-27 09:05:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						195af002cf 
					 
					
						
						
							
							Merge pull request  #1779  from Aircoookie/fixwarnings  
						
						 
						
						... 
						
						
						
						Fix warnings 
						
						
					 
					
						2021-02-27 02:08:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						38db8d2bfd 
					 
					
						
						
							
							Update platformio.ini  
						
						 
						
						
						
						
					 
					
						2021-02-27 02:01:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						44a9fed8a9 
					 
					
						
						
							
							Fix more warnings  
						
						 
						
						
						
						
					 
					
						2021-02-27 01:50:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						cfc346abad 
					 
					
						
						
							
							Fix warnings misc fixes  
						
						 
						
						
						
						
					 
					
						2021-02-27 01:16:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						befeb55349 
					 
					
						
						
							
							Memory check on bus creation  
						
						 
						
						
						
						
					 
					
						2021-02-27 00:57:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Louis Beaudoin 
							
						 
					 
					
						
						
							
						
						b460d0f533 
					 
					
						
						
							
							Fix Warnings ( #1744 )  
						
						 
						
						... 
						
						
						
						* Remove -w (Suppress all warnings, including those which GNU CPP issues by default.) and add back in -Wall (Turn on all optional warnings which are desirable for normal code.) from build_flags
* Fixes warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
* Fixes warning: "CONFIG_LITTLEFS_FOR_IDF_3_2" redefined
* Fixes warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
* Fixes warning: enumeration value 'onoff' not handled in switch [-Wswitch]
* Fixes warning: "ntohl" redefined, warning: "ntohs" redefined, warning: "htonl" redefined, warning: "htons" redefined
- Original fix: 858f8f4ee9 
* Fixes warning: unused variable 'mainSeg' [-Wunused-variable]
* Fixes warning: unused variable 'start' [-Wunused-variable]
* (untested!) Fixes warning: operation on '...' may be undefined [-Wsequence-point]
* Fixes warning: unused variable
* Fixes warning: unused variable and warning: narrowing conversion
* Fixes warning: unused variable
* Fixes warning: unused variable
* (untested!) Fixes warning: statement has no effect [-Wunused-value]
* Fixes warning: control reaches end of non-void function
* Fixes warning: unused variable
* Fixes warning: left operand of comma operator has no effect
* Fixes warning: no return statement in function returning non-void
* (untested!) Fixes warning: ISO C++ forbids converting a string constant to 'char*' and fixes warning: unused variable 'nPins'
* Fixes warning: deleting array 'dmxData'
* Fixes warning: unused variable
* Remove all warning suppression buildflags
Co-authored-by: Louis Beaudoin <louis@embedded-creations.com >
Co-authored-by: Aircoookie <dev.aircoookie@gmail.com > 
						
						
					 
					
						2021-02-27 00:20:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c11acb6308 
					 
					
						
						
							
							Minor UI tweaks.  
						
						 
						
						
						
						
					 
					
						2021-02-26 22:43:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d76103eb76 
					 
					
						
						
							
							Minor UI tweak.  
						
						 
						
						
						
						
					 
					
						2021-02-26 18:46:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						779f984a30 
					 
					
						
						
							
							Minor UI fix.  
						
						 
						
						
						
						
					 
					
						2021-02-26 16:46:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						9c55017191 
					 
					
						
						
							
							Stray } fix.  
						
						 
						
						
						
						
					 
					
						2021-02-26 16:21:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						c6f575d8d3 
					 
					
						
						
							
							Preprocessor fix.  
						
						 
						
						
						
						
					 
					
						2021-02-26 16:05:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						2c0c22dbf3 
					 
					
						
						
							
							RGBW override cleanup, UI fix.  
						
						 
						
						
						
						
					 
					
						2021-02-26 08:34:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						73a99a7dea 
					 
					
						
						
							
							Merge branch 'dev' of  https://github.com/aircoookie/WLED  into dev  
						
						 
						
						
						
						
					 
					
						2021-02-25 23:02:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						3c81337630 
					 
					
						
						
							
							PWM pins saving (hack bug) fix. UI changes.  
						
						 
						
						
						
						
					 
					
						2021-02-25 22:55:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						3f41ba6bdf 
					 
					
						
						
							
							Pin clash fix, minimization.  
						
						 
						
						
						
						
					 
					
						2021-02-25 13:22:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						2812f61957 
					 
					
						
						
							
							Debug pin fix.  
						
						 
						
						
						
						
					 
					
						2021-02-25 09:56:09 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaž Kristan 
							
						 
					 
					
						
						
							
						
						f23cee17eb 
					 
					
						
						
							
							Minor fixes and optimisations.  
						
						 
						
						... 
						
						
						
						Temperature usermod update for pin saving. 
						
						
					 
					
						2021-02-25 09:54:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rolf 
							
						 
					 
					
						
						
							
						
						746a8badac 
					 
					
						
						
							
							Animated Staircase Usermod ( #1763 )  
						
						 
						
						... 
						
						
						
						* Initial version of the PIR Staircase wipe up/down.
* Add pulldown reminder
* Workaround for missing D6 and D7 definitions on esp32dev
* Add pinouts for d1 mini (esp8266 and esp32) and NodeMCU (and Arduino)
* These IO pins on all these boards... NodeMCU and d1_mini esp32 supported. The others? Fingers crossed.
* Changed to not collide with led strip pins
* PIR on GPIO 15 and 16 on esp32 d1 mini
* Removed PIN number ifdefs, it is impossible to match all boards
* Settings in flash, info and API
* Update README.md
* Small doc changes
* Improved README
* Fixed error in reading configuration
* Add API documentation
* Documentation and code cleanup
* Add enable/disable to API settings
* Restore segment state when disabling plugin
* Add debounce
* Set segments in animation mode
* Set segments in animation mode
* Add support for HR04 sensors
* Add preliminary description for  using an HR04 sensor
* Fixed typenumber and linked to datasheet
* Moved config away from defines to prevent user error
* Trigger Sensors through API
* Rename scripts folder so that it's name doesn't clash with the `pio` command (prevents platformIO in VSCode to work properly on Mac)
* Bugfix for detection problems
* Separated config from code
* Renamed Signal to Trigger pin
* Filename adjusted
* Clarifications and additions to README
* Fixed references to pio scripts
* Fixed API trigger bug
* Adjustments to README.md
* More efficient use of flash cycles, better naming
* Bugfix: bottom sensor was not read properly
* Renamed to Animated_Staircase
* Add note on ultrasonic sensor and esp32
* Better naming of defines
* Bugfix: Swipe down started with two steps.
* Removed upload port in nodemcuv2 section
Co-authored-by: Rolf <rolf@phobos.local >
Co-authored-by: Rolf <> 
						
						
					 
					
						2021-02-25 09:52:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						f24fcfca69 
					 
					
						
						
							
							Merge branch 'dev' of  https://github.com/aircoookie/WLED  into dev  
						
						 
						
						... 
						
						
						
						Conflicts:
	wled00/set.cpp
	wled00/xml.cpp 
						
						
					 
					
						2021-02-24 22:11:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						d60506a75d 
					 
					
						
						
							
							Skip 1st fix, save LED count, removed reverse.  
						
						 
						
						
						
						
					 
					
						2021-02-24 21:33:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						77dee439e6 
					 
					
						
						
							
							1st attempt at 'blazoncek' 0.12  
						
						 
						
						
						
						
					 
					
						2021-02-24 20:23:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						d7790a04c5 
					 
					
						
						
							
							5 configurable pins per bus (for analog)  
						
						 
						
						
						
						
					 
					
						2021-02-24 14:49:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						2c0b07387b 
					 
					
						
						
							
							Added QuinLED-ESP32-Ethernet type  
						
						 
						
						... 
						
						
						
						Set 19531 as default ESP32 PWM frequency 
						
						
					 
					
						2021-02-23 00:47:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						06f2f9adbb 
					 
					
						
						
							
							Merge pull request  #1771  from Aircoookie/mergedev_210222  
						
						 
						
						... 
						
						
						
						Update dev 
						
						
					 
					
						2021-02-22 22:31:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						37d5b9109f 
					 
					
						
						
							
							Merge branch 'dev' into mergedev_210222  
						
						 
						
						
						
						
					 
					
						2021-02-22 22:31:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						76e269ee21 
					 
					
						
						
							
							Merge pull request  #1764  from k7bbr/master  
						
						 
						
						... 
						
						
						
						Add support for WESP32 board, change default Ethernet type to none, add macro to specify default Ethernet type at compile time 
						
						
					 
					
						2021-02-21 22:38:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						3103939197 
					 
					
						
						
							
							Merge pull request  #1766  from edwinm/patch-1  
						
						 
						
						... 
						
						
						
						Use ldscript_1m128k in platformio_override.ini.sample 
						
						
					 
					
						2021-02-21 17:23:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Edwin Martin 
							
						 
					 
					
						
						
							
						
						3f01c87223 
					 
					
						
						
							
							Use ldscript_1m128k in platformio_override.ini.sample  
						
						 
						
						... 
						
						
						
						The current value ldscript_1m0m doesn't exist anymore and WLED won't compile. Using ldscript_1m128k makes it compile. 
						
						
					 
					
						2021-02-20 23:21:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								k7bbr 
							
						 
					 
					
						
						
							
						
						e4cda4bb99 
					 
					
						
						
							
							change default Ethernet board to none  
						
						 
						
						
						
						
					 
					
						2021-02-20 02:18:37 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								k7bbr 
							
						 
					 
					
						
						
							
						
						f333f867c5 
					 
					
						
						
							
							Updated platformio.ini to reference esp32_eth env  
						
						 
						
						... 
						
						
						
						change default ethernet type to none
add macro option to change default eth board at compile time 
						
						
					 
					
						2021-02-20 01:54:54 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kevin Dorff 
							
						 
					 
					
						
						
							
						
						75c46f7a0e 
					 
					
						
						
							
							Create the sorted index of modes and palettes at startup ( #1741 )  
						
						 
						
						... 
						
						
						
						* Very incomplete work toward sorting.
* Sort modes and palettes upon startup so I don't have to maintain the static index array.
* Remove cpp test file I used for development
* Added ModeSortUsermod, modified the other two usermods to use it.
* Update platformio_override.ini.sample and readme for ModeSortUsermod
* restore methods accidentally removed. 
						
						
					 
					
						2021-02-18 00:28:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						5c6cb41124 
					 
					
						
						
							
							Merge pull request  #1742  from WJCFerguson/geometric_IR_brightness_steps  
						
						 
						
						... 
						
						
						
						IR: change to non-linear brightness steps 
						
						
					 
					
						2021-02-17 23:59:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						94f7c03871 
					 
					
						
						
							
							Merge pull request  #1760  from embedded-creations/fixWrapperEsp32Spi  
						
						 
						
						... 
						
						
						
						bus_wrapper fixes/improvements for ESP32 SPI 
						
						
					 
					
						2021-02-17 23:38:19 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Louis Beaudoin 
							
						 
					 
					
						
						
							
						
						96d5c03a6d 
					 
					
						
						
							
							bus_wrapper improvements for SPI output  
						
						 
						
						... 
						
						
						
						- Identifying ESP32 hardware SPI by pin number is broken and flawed, replace with temporary hack instead until a better method of assigned resources can be devised
  - NeoPixelBus doesn't support HSPI, only VSPI right now, so matching HSPI pins to enable a non-existent VSPI driver is broken
  - ESP32 SPI peripherals can use alternate pins, so choosing to use hardware SPI only on the default pins is flawed
- Specify pins during Begin() call to allow for alternate pins and avoid driving the chip select signal
- Dotstar Software/Hardware output tested on ESP32, other SPI protocols and ESP8266 support was not tested 
						
						
					 
					
						2021-02-17 17:03:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Louis Beaudoin 
							
						 
					 
					
						
						
							
						
						3a03bc41a7 
					 
					
						
						
							
							Fix bus_wrapper.h bugs:  
						
						 
						
						... 
						
						
						
						- missing breaks in switch(busType identifying SPI LEDs)
- set correct pin order for begin() 
						
						
					 
					
						2021-02-17 16:58:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						331844ff73 
					 
					
						
						
							
							Merge pull request  #1708  from Matchlighter/patch-1  
						
						 
						
						... 
						
						
						
						Add DNRGBW Mode for Real Time UDP Control 
						
						
					 
					
						2021-02-16 17:43:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								James Ferguson 
							
						 
					 
					
						
						
							
						
						2bc38e3784 
					 
					
						
						
							
							IR: change to non-linear brightness steps  
						
						 
						
						... 
						
						
						
						Prior Incrementing/decrementing by fixed steps (typically 10) means large
perceptual jumps at low brightness and small jumps at high brightness.  This
change moves to a geometric progression, closer at the bottom of the range and
widely spaced at the top.
While it could be done as a relative jump (incrementing by bri/4 and
decrementing bri/5 works quite well), it makes for irregular behavior when
moving back and forth. 
						
						
					 
					
						2021-02-13 18:29:56 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						d580dedfc8 
					 
					
						
						
							
							Remove stray endif  
						
						 
						
						
						
						
					 
					
						2021-02-13 01:48:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						aa0f4c9985 
					 
					
						
						
							
							Update dev branch (resolve conflicts)  
						
						 
						
						
						
						
					 
					
						2021-02-13 01:43:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								b3nj1 
							
						 
					 
					
						
						
							
						
						aa242d897d 
					 
					
						
						
							
							DHT22/DHT11 humidity/temperature sensor usermod ( #1719 )  
						
						 
						
						... 
						
						
						
						* DHT22/DHT11 humidity/temperature sensor usermod
* cleanup - don't report when usermod is auto-disabled since report isn't persistent
* track error count; retry once after error occurs
* for esp32, use esp32DHT library
* fix unreliable ESP32 readings by switching DHT library to https://github.com/alwynallan/DHT_nonblocking 
* change default pin to Q2; don't burst readings if error occurs
Co-authored-by: Aircoookie <dev.aircoookie@gmail.com > 
						
						
					 
					
						2021-02-13 01:21:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						d56ab6c971 
					 
					
						
						
							
							Merge pull request  #1738  from blazoncek/dynamic-led-map  
						
						 
						
						... 
						
						
						
						Dynamic LED map creation from JSON file 
						
						
					 
					
						2021-02-13 01:07:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						2f7be3475d 
					 
					
						
						
							
							Updated mapping comment  
						
						 
						
						
						
						
					 
					
						2021-02-13 01:02:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						2544d2e068 
					 
					
						
						
							
							Dynamic LED map creation from JSON file /ledmap.json in format {"map":[4,3,2,1,...]}.  
						
						 
						
						... 
						
						
						
						Used for rearranging LEDs (matrices, awkward placement, ...) 
						
						
					 
					
						2021-02-12 11:54:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								k7bbr 
							
						 
					 
					
						
						
							
						
						a09f64aee5 
					 
					
						
						
							
							Add Ethernet support for WESP32 board  
						
						 
						
						
						
						
					 
					
						2021-02-11 02:36:15 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						f7114fc2aa 
					 
					
						
						
							
							Merge pull request  #1729  from blazoncek/tetris-fx  
						
						 
						
						... 
						
						
						
						Tetris (falling bricks) effect & Colortwinkles low brightness fix. 
						
						
					 
					
						2021-02-10 00:42:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						7092f337ef 
					 
					
						
						
							
							Faster Tetrix mode  
						
						 
						
						... 
						
						
						
						- Replaced a letter in name (copyright)
- 2x speed
- Replaced Merry christmas mode 
						
						
					 
					
						2021-02-10 00:37:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kevin Dorff 
							
						 
					 
					
						
						
							
						
						8e71c3ae17 
					 
					
						
						
							
							Rotary Encoder, Four Line Display, and Auto Save Usermods ( #1722 )  
						
						 
						
						... 
						
						
						
						* Ability to lookup Usermod by id so Usermods can use other Usermods.
* Rotary Encoder UI using two Usermods
* Updates. More to come, probably.
* Updated rotary usermod to honor USE_FOUR_LINE_DISPLAY if you want to use four line display. It should be truly optional, now.
* minor logic improvement to showing the current time in clock mode.
* improved 24 hour display foratting and ability to use the FourLineDisplayUsermod without the RotaryEncoderUIUsermod (option disable sleep and clock modes).
* Improved ordering of defines in the FourLineDisplayUsermod to put options people might need to change together toward the top.
* relocate plugins. add mention of the Wire requirement.
* usermod filenames changed, updating comment in const.h
* fix usermod locations.
* fix usermods_list to include changed folder.
* Improved for both usermods: install, config, and docs. Included sample platform_override.ini.
* Updated name of SDA and SCL defines for config of display
* update docs.
* Wrong year. Fixed.
* Fix youtube link, improve config of sleep/clock when the rotary usermod isn't installed.
* Minor fixes to four line display. Addition of Auto Save v2 usermod.
* Allow config for auto-save to set the preset number to use. Load preset at startup (so brightness is set correctly).
* Updated docs for Auto Save.
* Updated docs for Auto Save.
Co-authored-by: Kevin Dorff <kevin@macbookpro-kevin-wifi.local > 
						
						
					 
					
						2021-02-09 17:15:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a9c211d66c 
					 
					
						
						
							
							Tetris (falling bricks) effect & Colortwinkles low brightness fix.  
						
						 
						
						
						
						
					 
					
						2021-02-07 14:45:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						a1c2c04510 
					 
					
						
						
							
							Playlist handling.  
						
						 
						
						
						
						
					 
					
						2021-02-05 17:36:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						0902b628f8 
					 
					
						
						
							
							Added FPS indication in info  
						
						 
						
						
						
						
					 
					
						2021-02-05 01:33:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						517a85f9e9 
					 
					
						
						
							
							Merge pull request  #1711  from Aircoookie/dev-multipin-select  
						
						 
						
						... 
						
						
						
						Multipin select working! 
						
						
					 
					
						2021-01-31 00:42:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						94941a7732 
					 
					
						
						
							
							Merge pull request  #1704  from Moustachauve/content-cache  
						
						 
						
						... 
						
						
						
						Add Cache-Control to index 
						
						
					 
					
						2021-01-31 00:42:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						f3aa8d368e 
					 
					
						
						
							
							Multipin appears to work  
						
						 
						
						
						
						
					 
					
						2021-01-31 00:38:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						9518c5f2e4 
					 
					
						
						
							
							might work  
						
						 
						
						
						
						
					 
					
						2021-01-30 20:51:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						e44173ff09 
					 
					
						
						
							
							JSON ledDoc (does not work, crash on delete)  
						
						 
						
						
						
						
					 
					
						2021-01-30 13:23:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matchlighter 
							
						 
					 
					
						
						
							
						
						fa1106d3cf 
					 
					
						
						
							
							Add DNRGBW Mode for Real Time UDP Control  
						
						 
						
						... 
						
						
						
						Add DNRGBW mode so that >367 RGBW LEDs may be controlled, similar to the DNRGB mode. 
						
						
					 
					
						2021-01-29 23:11:37 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christophe Gagnier 
							
						 
					 
					
						
						
							
						
						c24d574f90 
					 
					
						
						
							
							Add Cache-Control to index  
						
						 
						
						
						
						
					 
					
						2021-01-28 22:16:36 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						8ed35652bc 
					 
					
						
						
							
							LED memory usage indicator, better pin checker  
						
						 
						
						
						
						
					 
					
						2021-01-29 02:34:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						9bdcfc8a45 
					 
					
						
						
							
							LED settings JS possibly complete (need to add saving logic to set.cpp)  
						
						 
						
						
						
						
					 
					
						2021-01-26 01:58:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						89b76b514c 
					 
					
						
						
							
							Settings progress  
						
						 
						
						
						
						
					 
					
						2021-01-26 00:19:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						dd433d8af0 
					 
					
						
						
							
							Auto node discovery.  
						
						 
						
						
						
						
					 
					
						2021-01-22 16:17:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						c105f3b970 
					 
					
						
						
							
							Mulipin select compiles  
						
						 
						
						... 
						
						
						
						Need to work on JS and set.cpp next 
						
						
					 
					
						2021-01-21 01:21:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						94471c0d1c 
					 
					
						
						
							
							Merge pull request  #1675  from Aircoookie/blazoncek-dev  
						
						 
						
						... 
						
						
						
						Dynamic bus configuration and pin management 
						
						
					 
					
						2021-01-19 18:46:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						849e04ab83 
					 
					
						
						
							
							Better handling of DMA re-init  
						
						 
						
						
						
						
					 
					
						2021-01-19 17:22:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						67833c5513 
					 
					
						
						
							
							getPins() and reversed  
						
						 
						
						
						
						
					 
					
						2021-01-19 16:51:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						b0306867b4 
					 
					
						
						
							
							Resolve merge conflict  
						
						 
						
						
						
						
					 
					
						2021-01-18 21:03:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						d5025fdbcc 
					 
					
						
						
							
							Fixed canAllShow() and removeAll()  
						
						 
						
						
						
						
					 
					
						2021-01-18 20:51:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						e6cf1dc98d 
					 
					
						
						
							
							Temperature usermod update (pin management).  
						
						 
						
						
						
						
					 
					
						2021-01-17 15:00:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						0266370218 
					 
					
						
						
							
							Merge pull request  #1662  from Matoran/patch-1  
						
						 
						
						... 
						
						
						
						fix COO_MAX comment 
						
						
					 
					
						2021-01-17 14:51:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						aeb3f2b018 
					 
					
						
						
							
							Fix ESP32  
						
						 
						
						
						
						
					 
					
						2021-01-17 00:34:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						bb8d5ac13f 
					 
					
						
						
							
							Dynamic allocation for bus manager.  
						
						 
						
						
						
						
					 
					
						2021-01-17 00:20:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						d02bf37167 
					 
					
						
						
							
							Fix a few warnings  
						
						 
						
						
						
						
					 
					
						2021-01-16 21:40:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						99dbd9e649 
					 
					
						
						
							
							Added bus cleanup  
						
						 
						
						
						
						
					 
					
						2021-01-16 19:53:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						0d63dad8c2 
					 
					
						
						
							
							Working getPixelColor()  
						
						 
						
						
						
						
					 
					
						2021-01-16 17:11:23 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marco Lopes 
							
						 
					 
					
						
						
							
						
						6ce465664f 
					 
					
						
						
							
							fix COO_MAX comment  
						
						 
						
						... 
						
						
						
						COO_MAX value changed but comment does not take modification into account. 
						
						
					 
					
						2021-01-16 16:01:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						b934634159 
					 
					
						
						
							
							First light from busmanager! (still not usable though)  
						
						 
						
						
						
						
					 
					
						2021-01-16 00:50:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						ef904e01ec 
					 
					
						
						
							
							Circular include problem  
						
						 
						
						
						
						
					 
					
						2021-01-15 15:43:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						25b77db4cd 
					 
					
						
						
							
							Merge pull request  #1658  from Aircoookie/mergedev-210115  
						
						 
						
						... 
						
						
						
						Update multistrip dev branch 
						
						
					 
					
						2021-01-15 11:15:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						88c0a9e30a 
					 
					
						
						
							
							Merge branch 'dev' into mergedev-210115  
						
						 
						
						
						
						
					 
					
						2021-01-15 11:07:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								THATDONFC 
							
						 
					 
					
						
						
							
						
						75c219d6c6 
					 
					
						
						
							
							Update LedFx url to point to new repo ( #1656 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: Aircoookie <dev.aircoookie@gmail.com > 
						
						
					 
					
						2021-01-15 11:01:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								lonestriker 
							
						 
					 
					
						
						
							
						
						82e7328903 
					 
					
						
						
							
							Add support for WT32-ETH01 ethernet board and make ethernet support configurable ( #1583 )  
						
						 
						
						... 
						
						
						
						* Initial support for WT32-ETH01 board
* Initial ethernet config option, doesn't save yet
* Fixed saving/restoring ethernet option, works now!
* Fixed ESP32-POE pin config (thanks to tbnobody)
* Remove esp32_eth target (use poe), minor cleanup
* Fix BTNPIN for WT32-ETH01, as found by @k7bbr
* Various fixes to ethernet option
Co-authored-by: cschwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2021-01-15 10:37:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						d6b366c77f 
					 
					
						
						
							
							Finished multi segment transitions  
						
						 
						
						
						
						
					 
					
						2021-01-13 11:24:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						42a7c84a33 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/Aircoookie/WLED  
						
						 
						
						
						
						
					 
					
						2021-01-13 11:13:29 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cheffpj2 
							
						 
					 
					
						
						
							
						
						1f4c1f2af5 
					 
					
						
						
							
							A build file and README for the QuinLED-Dig-Quad Preassembled   ( #1643 )  
						
						 
						
						... 
						
						
						
						* runs w/ multi and temp on my preasmbld QL-DQuad
* working build file
* runs w/ multi and temp on my preasmbld QL-DQuad
* working build file
* Remove custom info
* Added README, found the UI update wasn't necessary
* Rebase the precompiled HTML file
* Spellcheck
Co-authored-by: cheffpj2 <patrick.j.mcdonough@gmail.com > 
						
						
					 
					
						2021-01-13 00:11:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						e665e4dc57 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/Aircoookie/WLED  
						
						 
						
						
						
						
					 
					
						2021-01-09 00:35:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						9551519a35 
					 
					
						
						
							
							First working multisegment transitions  
						
						 
						
						
						
						
					 
					
						2021-01-09 00:35:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christophe Gagnier 
							
						 
					 
					
						
						
							
						
						df51b80e07 
					 
					
						
						
							
							Fix swipe behavior on firefox when clicking on palette selection input ( #1631 )  
						
						 
						
						... 
						
						
						
						* Fix swipe behavior on firefox when clicking on palette selection input
When clicking on the palette select element on firefox, it would often swipe to the next tab due to a bug in firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1410816 
* Update UI .h files and remove console log 
						
						
					 
					
						2021-01-08 16:49:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						0df6826c91 
					 
					
						
						
							
							Fixed HTTP changing segments uncommanded ( #1618 )  
						
						 
						
						... 
						
						
						
						Replaced Red & Blue effect with Aurora effect (PR #1589 )
Updated copyright year and contributor page link 
						
						
					 
					
						2021-01-05 21:35:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mazen 
							
						 
					 
					
						
						
							
						
						af61962314 
					 
					
						
						
							
							Add Aurora Borealis effect ( #1589 )  
						
						 
						
						... 
						
						
						
						* Added aurora effect
* Cosmetic changes prior to PR to match some guidelines
* Update FX.cpp
Moved mode_aurora function to end of FX.cpp
* Cosmetic changes prior to PR
- Changed new palette name to have a whitespace
- Undid changes to platformio.ini
* Removed commented out test palette
* Improved memory handling
Use SEGENV to allocate and manage dynamic memory needs of effect.
Only allocate as much memory as needed for current amount of waves set.
* Improvements to Aurora effect
- Smoother on low speed
- CRGB is trivially copiable
- Replaced Red & Blue mode
- Simplified logic and mem use a tiny bit
- Aurora2 palette a bit less yellowish
Co-authored-by: cschwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2021-01-04 11:11:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						f5ed710c0b 
					 
					
						
						
							
							Same procedure as every year James  
						
						 
						
						
						
						
					 
					
						2020-12-31 20:47:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						e5ae07b3e8 
					 
					
						
						
							
							Fixed usermod info in Info screen ( #1608 )  
						
						 
						
						
						
						
					 
					
						2020-12-31 17:27:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						f1535e1f71 
					 
					
						
						
							
							Fixed info screen  
						
						 
						
						
						
						
					 
					
						2020-12-31 16:16:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ChessSpider 
							
						 
					 
					
						
						
							
						
						a6316b40d1 
					 
					
						
						
							
							Usermod SensorsToMqtt: Add bmp280+ccs811+si7021 sensors to wled and publish them via MQTT to Home Assistant ( #1588 )  
						
						 
						
						... 
						
						
						
						* Adding SensorsToMqtt usermod, which allows WLED to read bmp280/SI7021/CCS811 sensors and publish it via MQTT to e.g. Home Assistant.
* undo some changes we dont want upstream
* undo some changes we dont want upstream2
Co-authored-by: Machiel Pronk <machiel.pronk89@gmail.com > 
						
						
					 
					
						2020-12-29 19:35:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						c2746a55e3 
					 
					
						
						
							
							Merge pull request  #1529  from GrumpyMeow/feature/live-preview-websockets  
						
						 
						
						... 
						
						
						
						Added liveviewws-page for liveview via websockets 
						
						
					 
					
						2020-12-27 19:47:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						e9c782bf9e 
					 
					
						
						
							
							Merge branch 'dev' into feature/live-preview-websockets  
						
						 
						
						
						
						
					 
					
						2020-12-27 19:36:58 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								spiff72 
							
						 
					 
					
						
						
							
						
						ad6c154eb6 
					 
					
						
						
							
							TTGO T-Display Usermod Updates ( #1565 )  
						
						 
						
						... 
						
						
						
						* Adding new usermod for TTGO T-DIsplay.
* Finalizing the code
* Modified and cleaned up readme.md file
* Fixes to platformio.ini to restore back to previous state
* Cleaned up comments in usermod file
* Updated readme with clarifications on how to modify the library files.  Saving the platformio.ini file after uncommenting the line to add the TFT_eSPI library should download the necessary library files without needing to build (and fail) first.
* Cleanup
* Readme cleanup
* corrected error in commenting platformio.ini
* updated usermod to add more info to built-in display, revised readme, added images for readme
* readme file updates 
						
						
					 
					
						2020-12-27 19:33:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						b747b10642 
					 
					
						
						
							
							Merge pull request  #1580  from Aircoookie/mergedev-201226  
						
						 
						
						... 
						
						
						
						Update multipin dev branch 
						
						
					 
					
						2020-12-26 21:52:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						2005a2abd4 
					 
					
						
						
							
							Merge branch 'dev' into mergedev-201226  
						
						 
						
						
						
						
					 
					
						2020-12-26 14:23:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						c5818ff5e4 
					 
					
						
						
							
							Merge pull request  #1577  from Aircoookie/gh-actions  
						
						 
						
						... 
						
						
						
						Github Actions 
						
						
					 
					
						2020-12-26 12:00:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						b5e02e6ff9 
					 
					
						
						
							
							Merge pull request  #1579  from blazoncek/fire2012-mod  
						
						 
						
						... 
						
						
						
						Fire2012 mod & optimization. 
						
						
					 
					
						2020-12-26 11:59:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						205f62e732 
					 
					
						
						
							
							Try Github Actions  
						
						 
						
						
						
						
					 
					
						2020-12-26 01:04:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						fdc8b5eb54 
					 
					
						
						
							
							Merge pull request  #1576  from xBelladonna/BME280  
						
						 
						
						... 
						
						
						
						Add BME280 v2 usermod 
						
						
					 
					
						2020-12-26 00:58:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						36abe8e808 
					 
					
						
						
							
							Added PR message to BME280 usermod as readme  
						
						 
						
						
						
						
					 
					
						2020-12-26 00:57:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								xBelladonna 
							
						 
					 
					
						
						
							
						
						fcf0e08e01 
					 
					
						
						
							
							Add BME280 v2 usermod  
						
						 
						
						
						
						
					 
					
						2020-12-26 05:57:20 +09:30  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Blaz Kristan 
							
						 
					 
					
						
						
							
						
						0edcf97e3f 
					 
					
						
						
							
							Fire2012 mod & optimization.  
						
						 
						
						
						
						
					 
					
						2020-12-25 17:53:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						0707b26303 
					 
					
						
						
							
							Merge pull request  #1567  from WoodyLetsCode/settingsSync  
						
						 
						
						... 
						
						
						
						Remove not allowed attribute 
						
						
					 
					
						2020-12-24 01:00:56 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						09662a4bcd 
					 
					
						
						
							
							Merge pull request  #1566  from WoodyLetsCode/settingsUiFixes  
						
						 
						
						... 
						
						
						
						Add lang attribute to the html start tag 
						
						
					 
					
						2020-12-24 00:21:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						cb06961b82 
					 
					
						
						
							
							removed not allowed attribute  
						
						 
						
						
						
						
					 
					
						2020-12-23 21:58:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						824fb4adae 
					 
					
						
						
							
							added lang attribute to the html start tag  
						
						 
						
						
						
						
					 
					
						2020-12-23 21:43:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Def3nder 
							
						 
					 
					
						
						
							
						
						a91d993c6d 
					 
					
						
						
							
							Dynamic fade effect ( #1550 )  
						
						 
						
						... 
						
						
						
						* New Effect "TV Simulator"
based on "Fake TV Light for Engineers" by Phillip Burgess https://learn.adafruit.com/fake-tv-light-for-engineers/arduino-sketch 
* removed some not-used functions 
...from my 1st attempt with "Phoney TV" - but this one did not look good.
* Dynamic Effect extended with a "smooth" variant
...to close  #1114  / the "Dynamice fade effect" in the projects section
Co-authored-by: Aircoookie <dev.aircoookie@gmail.com > 
						
						
					 
					
						2020-12-22 16:26:19 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Def3nder 
							
						 
					 
					
						
						
							
						
						e16bab8dd9 
					 
					
						
						
							
							TV Simulator Effect ( #1548 )  
						
						 
						
						... 
						
						
						
						* New Effect "TV Simulator"
based on "Fake TV Light for Engineers" by Phillip Burgess https://learn.adafruit.com/fake-tv-light-for-engineers/arduino-sketch 
* removed some not-used functions 
...from my 1st attempt with "Phoney TV" - but this one did not look good.
* Created new version of tv_colors.h based on 18 movies
...and some corrections
* Add include guards for tv_colors.h and disable option
Co-authored-by: cschwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2020-12-22 13:15:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike 
							
						 
					 
					
						
						
							
						
						068c5851ef 
					 
					
						
						
							
							Add fields for customization Blynk host ( #1543 )  
						
						 
						
						... 
						
						
						
						* Add fields for customization Blynk host
Add fields to 'Sync Interfaces' for customization Blynk host.
Now you can set you own Blynk server.
All you needs its set custom host and port to local Blync server.
* Lower blynk host length (memory usage)
Co-authored-by: cschwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2020-12-22 00:44:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						af48dcd884 
					 
					
						
						
							
							Merge pull request  #1551  from mherweg/master  
						
						 
						
						... 
						
						
						
						minor bugfix for https://github.com/Aircoookie/WLED/issues/1525  
						
						
					 
					
						2020-12-21 21:46:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						058806c241 
					 
					
						
						
							
							Merge pull request  #1552  from WoodyLetsCode/randomBg  
						
						 
						
						... 
						
						
						
						Random Background image 
						
						
					 
					
						2020-12-21 21:45:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						48f6e33bf2 
					 
					
						
						
							
							Merge pull request  #1553  from WoodyLetsCode/fasterUpload  
						
						 
						
						... 
						
						
						
						Add option for faster upload speed in platformio.ini 
						
						
					 
					
						2020-12-21 21:45:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						6a3ef42d37 
					 
					
						
						
							
							add option for faster upload speed  
						
						 
						
						
						
						
					 
					
						2020-12-21 21:23:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						f10a9d7f61 
					 
					
						
						
							
							random bg image  
						
						 
						
						
						
						
					 
					
						2020-12-21 21:12:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mherweg 
							
						 
					 
					
						
						
							
						
						c315c04b9a 
					 
					
						
						
							
							minor bugfix for  https://github.com/Aircoookie/WLED/issues/1525  
						
						 
						
						
						
						
					 
					
						2020-12-21 21:04:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						f7893d4e4b 
					 
					
						
						
							
							Fixed JShint warnings and minify HTML  
						
						 
						
						
						
						
					 
					
						2020-12-21 19:48:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						2e2f7fa6c3 
					 
					
						
						
							
							Merge pull request  #1542  from WoodyLetsCode/web-final  
						
						 
						
						... 
						
						
						
						split up index.htm 
						
						
					 
					
						2020-12-21 15:21:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						7aff64f877 
					 
					
						
						
							
							reverting additions in cdata.js  
						
						 
						
						
						
						
					 
					
						2020-12-21 14:53:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						0d05bc2676 
					 
					
						
						
							
							Merge pull request  #1541  from Master-MiShutka/patch-3  
						
						 
						
						... 
						
						
						
						Change to utf-8 to support localization 
						
						
					 
					
						2020-12-21 13:55:20 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Master-MiShutka 
							
						 
					 
					
						
						
							
						
						131b350ee7 
					 
					
						
						
							
							Change to utf-8 to support localization  
						
						 
						
						
						
						
					 
					
						2020-12-20 22:23:20 +03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						06651dbc4c 
					 
					
						
						
							
							split up index.htm  
						
						 
						
						
						
						
					 
					
						2020-12-20 20:18:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						0296247d82 
					 
					
						
						
							
							Merge pull request  #1536  from WoodyLetsCode/settings  
						
						 
						
						... 
						
						
						
						Fixes in settings.htm 
						
						
					 
					
						2020-12-20 18:56:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						79e767ba79 
					 
					
						
						
							
							Boot brightness 0 will now use the brightness from preset  
						
						 
						
						... 
						
						
						
						Add iOS scrolling momentum (from PR #1528 ) 
						
						
					 
					
						2020-12-20 18:51:46 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Woody 
							
						 
					 
					
						
						
							
						
						f771dee852 
					 
					
						
						
							
							bug fixes in settings.htm  
						
						 
						
						
						
						
					 
					
						2020-12-20 15:16:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sander Schutten 
							
						 
					 
					
						
						
							
						
						c4d8ef5954 
					 
					
						
						
							
							Added liveviewws-page for liveview via websockets  
						
						 
						
						
						
						
					 
					
						2020-12-19 17:26:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						5d6b97a63e 
					 
					
						
						
							
							Release of WLED v0.11.1  
						
						 
						
						... 
						
						
						
						Fixed AP hide not saving (fixes  #1520 )
Fixed MQTT password re-transmitted to HTML
Hide Update buttons while uploading, accept .bin
Make sure AP password is at least 8 characters long 
						
						
					 
					
						2020-12-19 17:09:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						c277ebb43e 
					 
					
						
						
							
							Fixed Alexa discovery  
						
						 
						
						
						
						
					 
					
						2020-12-16 22:55:07 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						c9cd7b087a 
					 
					
						
						
							
							Merge pull request  #1499  from leon-anavi/anavi-miracle-controller  
						
						 
						
						... 
						
						
						
						platformio.ini: Support ANAVI Miracle Controller 
						
						
					 
					
						2020-12-16 00:37:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Leon Anavi 
							
						 
					 
					
						
						
							
						
						da7ff52a2f 
					 
					
						
						
							
							platformio.ini: Support ANAVI Miracle Controller  
						
						 
						
						... 
						
						
						
						Add support for ANAVI Miracle Controller open source hardware
development board with ESP8266. For the moment use a single LED
strip connected to LED1.
Signed-off-by: Leon Anavi <leon@anavi.org > 
						
						
					 
					
						2020-12-16 01:19:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						84e4a4bb52 
					 
					
						
						
							
							Fixed an issue that made it impossible to deactivate timed presets  
						
						 
						
						
						
						
					 
					
						2020-12-16 00:10:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								guardmedia 
							
						 
					 
					
						
						
							
						
						34c9c5a9b1 
					 
					
						
						
							
							Adding palette blends effect ( #1491 )  
						
						 
						
						... 
						
						
						
						* Adding palette blends effect
* Fixes for blends effect
* Improved blend effect intesity and speed control
* Simplify Blends timing
Co-authored-by: Tyler Walters <tyler@guardmedia.com >
Co-authored-by: cschwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2020-12-15 13:35:50 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						e348e66f14 
					 
					
						
						
							
							Merge pull request  #1492  from guardmedia/usermod-buzzer  
						
						 
						
						... 
						
						
						
						Create "buzzer" WLED usermod 
						
						
					 
					
						2020-12-15 10:36:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tyler Walters 
							
						 
					 
					
						
						
							
						
						1e83614f8b 
					 
					
						
						
							
							create "buzzer" WLED usermod  
						
						 
						
						
						
						
					 
					
						2020-12-14 20:50:48 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						c53647cd18 
					 
					
						
						
							
							Added Preset ID quick display option  
						
						 
						
						
						
						
					 
					
						2020-12-14 23:32:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						faa4e7753c 
					 
					
						
						
							
							Merge pull request  #1462  from danecreekphotography/preset-number  
						
						 
						
						... 
						
						
						
						Add preset number to display 
						
						
					 
					
						2020-12-14 20:49:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						220757be06 
					 
					
						
						
							
							Merge branch 'master' into preset-number  
						
						 
						
						
						
						
					 
					
						2020-12-13 23:40:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						7f1013123a 
					 
					
						
						
							
							Preset ID in separate div  
						
						 
						
						
						
						
					 
					
						2020-12-13 23:37:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						b1a7fe0f80 
					 
					
						
						
							
							Fixed RGBW mode not saved between reboots ( fixes   #1457 )  
						
						 
						
						
						
						
					 
					
						2020-12-13 19:02:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Baumann 
							
						 
					 
					
						
						
							
						
						153e6b56ba 
					 
					
						
						
							
							Feature/scale palette fallback ( #1484 )  
						
						 
						
						... 
						
						
						
						* scale color_from_palette fallback by brightnes
* reuse `crgb_to_col` function
Co-authored-by: Florian Baumann <derflob@derflob.de > 
						
						
					 
					
						2020-12-13 18:36:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						35998df05c 
					 
					
						
						
							
							Merge pull request  #1483  from DerFlob/bugfix/mode-count  
						
						 
						
						... 
						
						
						
						update MODE_COUNT after candy cane fx was added 
						
						
					 
					
						2020-12-13 18:08:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						5176a8cb9e 
					 
					
						
						
							
							Merge pull request  #1478  from broccoliboy/esp32_multistrip  
						
						 
						
						... 
						
						
						
						Update esp32_multistrip usermod to fix compile errors 
						
						
					 
					
						2020-12-13 18:08:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Florian Baumann 
							
						 
					 
					
						
						
							
						
						4892b648ae 
					 
					
						
						
							
							update MODE_COUNT after candy cane fx was added  
						
						 
						
						... 
						
						
						
						It was not possible to select the candy cane effect after it was added in #1445  due to wrong MODE_COUNT. 
						
						
					 
					
						2020-12-13 17:30:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						b4506c2b9b 
					 
					
						
						
							
							Merge pull request  #1480  from Aircoookie/dependabot/npm_and_yarn/ini-1.3.8  
						
						 
						
						... 
						
						
						
						Bump ini from 1.3.5 to 1.3.8 
						
						
					 
					
						2020-12-13 13:58:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						4373163869 
					 
					
						
						
							
							Bump ini from 1.3.5 to 1.3.8  
						
						 
						
						... 
						
						
						
						Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8 )
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2020-12-12 21:10:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sam Martin 
							
						 
					 
					
						
						
							
						
						4b8cde7b3b 
					 
					
						
						
							
							added CanShow function to fix build errors  
						
						 
						
						
						
						
					 
					
						2020-12-12 07:58:25 -06:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sam Martin 
							
						 
					 
					
						
						
							
						
						b7543c8a45 
					 
					
						
						
							
							Merge branch 'master' into esp32_multistrip  
						
						 
						
						
						
						
					 
					
						2020-12-12 07:33:14 -06:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						b5232886d9 
					 
					
						
						
							
							Fixed preset cycle default duration rounded down to nearest 10sec interval ( fixes   #1458 )  
						
						 
						
						... 
						
						
						
						Enabled E1.31/DDP/Art-Net in AP mode 
						
						
					 
					
						2020-12-10 17:57:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						aefd81228e 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/Aircoookie/WLED  
						
						 
						
						
						
						
					 
					
						2020-12-10 16:27:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						03516e11f7 
					 
					
						
						
							
							Various fixes  
						
						 
						
						
						
						
					 
					
						2020-12-10 16:27:23 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						455a17cdb2 
					 
					
						
						
							
							Merge pull request  #1465  from pbolduc/bug/1431  
						
						 
						
						... 
						
						
						
						Fixes an issue where switching effects causes crash 
						
						
					 
					
						2020-12-10 12:13:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						564ad09b98 
					 
					
						
						
							
							Merge pull request  #1466  from pbolduc/feature/1461-know-if-strip-is-updating  
						
						 
						
						... 
						
						
						
						Add utility function to expose if strip is being updated 
						
						
					 
					
						2020-12-10 12:08:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Bolduc 
							
						 
					 
					
						
						
							
						
						135f6b0050 
					 
					
						
						
							
							Add utility function to expose if strip is being updated  
						
						 
						
						
						
						
					 
					
						2020-12-09 20:29:53 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Bolduc 
							
						 
					 
					
						
						
							
						
						d5e79ff36c 
					 
					
						
						
							
							Fixes an issue where switching effects causes crash  
						
						 
						
						... 
						
						
						
						When change effect, flag the the segment's runtime state needs to be cleared. Only clear data that before processing the segment in the main loop. 
						
						
					 
					
						2020-12-09 17:55:14 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								gegu 
							
						 
					 
					
						
						
							
						
						7a7f34746e 
					 
					
						
						
							
							Update usermods: FixUnreachableNetServices  and PIRsensorSwitch ( #1448 )  
						
						 
						
						... 
						
						
						
						* Removed usermod Fix_unreachable_webserver
* Changed README. Added a compiler warning for ESP32
* Fix ESP32 compiling issue. Add instance ptr API.
* Updated usermods. Store config values. ESP32 fix.
* Store analog clock settings
* Rename JSON values
bring them visually more in line with the other settings
Co-authored-by: cschwinne <dev.aircoookie@gmail.com > 
						
						
					 
					
						2020-12-10 01:28:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						6b4bbe625b 
					 
					
						
						
							
							Merge pull request  #1464  from CalvinSchwartz/patch-1  
						
						 
						
						... 
						
						
						
						Suggestion: Add link to "Akemi" in images folder 
						
						
					 
					
						2020-12-10 01:12:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Calvin 
							
						 
					 
					
						
						
							
						
						28c0b2737b 
					 
					
						
						
							
							Suggestion: Add link to "Akemi" in images folder  
						
						 
						
						... 
						
						
						
						Just add a link to additional images. One may could also add this to the wiki but in my opinion the images folder is a good location for this information. 
						
						
					 
					
						2020-12-09 20:26:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maik Allgöwer 
							
						 
					 
					
						
						
							
						
						7684fb83d6 
					 
					
						
						
							
							Fix   #1400 : Using sliders / colorwheel sometimes slides the whole UI ( #1459 )  
						
						 
						
						... 
						
						
						
						* Prevent UI from sliding when using sliders (#1400 )
An iro.js version bump in commit 98e4ac6  changed names for the slider &
colorwheel classes which made the filter in function lock() fail.
Also it seems that not all elements of the Iro sliders & colorwheel have
appropriate classes set. Just changing the names still sometimes failed
when the user accidentally grabbed a part of the slider / colorwheel
that has no class name set.
To mitigate this, lock() now checks the events classlist for classes
starting with "Iro" as well as it's parents classlist if no "Iro" classes
were found
* Regenerate wled00/html_ui.h 
						
						
					 
					
						2020-12-09 14:08:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sam Martin 
							
						 
					 
					
						
						
							
						
						4d22608724 
					 
					
						
						
							
							Merge branch 'master' into esp32_multistrip  
						
						 
						
						
						
						
					 
					
						2020-12-08 08:40:01 -06:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Neil Enns 
							
						 
					 
					
						
						
							
						
						b7a42d61c4 
					 
					
						
						
							
							Add preset number to display  
						
						 
						
						
						
						
					 
					
						2020-12-08 09:16:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Munsterlander 
							
						 
					 
					
						
						
							
						
						bdaef7e541 
					 
					
						
						
							
							Adding a candy cane mode ( #1445 )  
						
						 
						
						... 
						
						
						
						* Adding Candy Cane mode
* Added Candy Cane mode 
						
						
					 
					
						2020-12-07 08:33:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						854501385e 
					 
					
						
						
							
							Bus progress  
						
						 
						
						
						
						
					 
					
						2020-12-07 01:39:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sam Martin 
							
						 
					 
					
						
						
							
						
						7b875ed378 
					 
					
						
						
							
							Merge branch 'master' into esp32_multistrip  
						
						 
						
						
						
						
					 
					
						2020-12-05 08:16:15 -06:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						c930d6ddc0 
					 
					
						
						
							
							Merge pull request  #1432  from Aircoookie/master  
						
						 
						
						... 
						
						
						
						Merge master to dev 
						
						
					 
					
						2020-12-04 10:04:02 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brandon 
							
						 
					 
					
						
						
							
						
						aab2e4555a 
					 
					
						
						
							
							Added Temperature Palette ( #1430 )  
						
						 
						
						... 
						
						
						
						* Added Temperature Palette
Added cpt-city temperature_gp palette. Palette is nice combination of blues to reds to yellows. Reduced original cpt-city palette to 18 lines to fit WLED constraints. Tested palette and it visually is consistent with original cpt-city colors and look and works in WLED.
* Update palettes.h
* Update palettes.h 
						
						
					 
					
						2020-12-04 10:01:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								danecreekphotography 
							
						 
					 
					
						
						
							
						
						938eefae9b 
					 
					
						
						
							
							Add VSCode build tasks ( #1421 )  
						
						 
						
						... 
						
						
						
						* Add VSCode build tasks
* Split to two build tasks
* Add combined task 
						
						
					 
					
						2020-12-04 09:55:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						eccc5e6d61 
					 
					
						
						
							
							Merge pull request  #1420  from danecreekphotography/devcontainer-updates  
						
						 
						
						... 
						
						
						
						Add PlatformIO and npm install 
						
						
					 
					
						2020-12-03 10:22:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						bc96ca48b6 
					 
					
						
						
							
							UDP parsePacket() with sync disabled  
						
						 
						
						
						
						
					 
					
						2020-12-02 22:47:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Neil Enns 
							
						 
					 
					
						
						
							
						
						e5dd88cdce 
					 
					
						
						
							
							Add PlatformIO and npm install  
						
						 
						
						
						
						
					 
					
						2020-12-02 12:45:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aircoookie 
							
						 
					 
					
						
						
							
						
						51acd4952b 
					 
					
						
						
							
							Merge pull request  #1383  from sunbowch/master  
						
						 
						
						... 
						
						
						
						mutiple RGBW leds support for DMX control 
						
						
					 
					
						2020-12-02 12:20:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						88e0da765c 
					 
					
						
						
							
							Remove code duplication for RGBW  
						
						 
						
						
						
						
					 
					
						2020-12-01 14:40:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason2866 
							
						 
					 
					
						
						
							
						
						3ba708b98d 
					 
					
						
						
							
							Silence Platformio setup warnings ( #1413 )  
						
						 
						
						... 
						
						
						
						* silence setup warnings
* silence compile Option 
						
						
					 
					
						2020-12-01 13:33:22 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								broccoliboy 
							
						 
					 
					
						
						
							
						
						dfb6216271 
					 
					
						
						
							
							update to track core NpbWrapper.h ( #1409 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: Sam Martin <a0221077@ti.com > 
						
						
					 
					
						2020-12-01 10:11:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sam Martin 
							
						 
					 
					
						
						
							
						
						70387e6976 
					 
					
						
						
							
							Merge branch 'master' into esp32_multistrip  
						
						 
						
						
						
						
					 
					
						2020-11-30 20:32:39 -06:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						55fd781c77 
					 
					
						
						
							
							Fixed compilation for analog (PWM) LEDs  
						
						 
						
						
						
						
					 
					
						2020-12-01 00:38:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cschwinne 
							
						 
					 
					
						
						
							
						
						36a0a240f9 
					 
					
						
						
							
							First progress in busmnger  
						
						 
						
						
						
						
					 
					
						2020-12-01 00:33:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Def3nder 
							
						 
					 
					
						
						
							
						
						ed0b507fb5 
					 
					
						
						
							
							Fix IR-Remote type to cfg.json ( #1395 )  
						
						 
						
						... 
						
						
						
						* Save IR-Remote type to cfg.json
...instead of defaulting it to 0 (this way the IR-Remote waas disabled after each reboot). 
						
						
					 
					
						2020-11-29 22:29:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sam Martin 
							
						 
					 
					
						
						
							
						
						634fe64dca 
					 
					
						
						
							
							update to track core NpbWrapper.h  
						
						 
						
						
						
						
					 
					
						2020-11-28 21:58:02 -06:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								sunbowch 
							
						 
					 
					
						
						
							
						
						3d89588eb1 
					 
					
						
						
							
							mutiple RGBW leds support for DMX control  
						
						 
						
						... 
						
						
						
						RGBW leds can be individually adressed through E1.31 control.
-Added option 'Multi RGBW' to the settings
-Modified e131.cpp accordingly
-Tuned other parameters to make it work 
						
						
					 
					
						2020-11-27 11:37:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								pjhatch 
							
						 
					 
					
						
						
							
						
						56a74bc54c 
					 
					
						
						
							
							Update FX.cpp  
						
						 
						
						... 
						
						
						
						Added the improvements suggested by Gregor Hartmann 
						
						
					 
					
						2020-08-15 12:34:13 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								pjhatch 
							
						 
					 
					
						
						
							
						
						a20358b61b 
					 
					
						
						
							
							Adding 2 ball track modes  
						
						 
						
						... 
						
						
						
						With and without collisions 
						
						
					 
					
						2020-07-12 08:33:48 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								pjhatch 
							
						 
					 
					
						
						
							
						
						341d9d1697 
					 
					
						
						
							
							Update FX.cpp  
						
						 
						
						... 
						
						
						
						Still 1 bug to fix - this was a test. 
						
						
					 
					
						2020-07-05 14:55:14 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								pjhatch 
							
						 
					 
					
						
						
							
						
						9cee424383 
					 
					
						
						
							
							Update FX.cpp  
						
						 
						
						
						
						
					 
					
						2020-07-05 14:53:14 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								pjhatch 
							
						 
					 
					
						
						
							
						
						37cb51cfd6 
					 
					
						
						
							
							Adding Collision  
						
						 
						
						... 
						
						
						
						A couple of bugs still need sorting 
						
						
					 
					
						2020-07-02 14:16:25 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								pjhatch 
							
						 
					 
					
						
						
							
						
						84b7bfb989 
					 
					
						
						
							
							update for lost balls  
						
						 
						
						... 
						
						
						
						Added some protection - so that when intensity is lowered and raised some time later balls that have moved way off the track are recovered. 
						
						
					 
					
						2020-06-28 19:59:46 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								pjhatch 
							
						 
					 
					
						
						
							
						
						04d17e4839 
					 
					
						
						
							
							Added Ball Track V1  
						
						 
						
						... 
						
						
						
						In this version the balls bounce of the edges and do not interact with one another. 
						
						
					 
					
						2020-06-28 19:43:56 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								fishbone-git 
							
						 
					 
					
						
						
							
						
						cb0452964e 
					 
					
						
						
							
							bidirectional running lights effect  
						
						 
						
						
						
						
					 
					
						2020-02-18 21:28:46 +01:00