Will Miles 775e07c6d6 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-06-26 21:20:41 +02:00
2024-06-23 00:38:27 +02:00
2024-05-07 17:19:18 +02:00
2021-06-14 01:58:12 +02:00
2024-05-24 17:23:12 +02:00
2024-06-26 21:20:41 +02:00
2024-02-25 21:21:19 +00:00
2022-11-09 17:59:31 +01:00
2024-04-09 20:43:55 +02:00
2020-06-22 00:09:00 +02:00
2024-04-09 20:09:48 +02:00
2023-07-26 12:31:24 +02:00
2024-06-23 00:38:27 +02:00
2024-06-23 00:38:27 +02:00
2024-06-24 22:32:33 +02:00
2023-07-25 22:01:13 +02:00
2024-03-23 22:51:40 +01:00

Welcome to WLED MoonModules!

image

MoonModules/WLED is a fork from Aircoookie/WLED which contains latest merge of v0.14 of WLED with additional features.

This fork is created by members of the Atuline/WLED team to make development against v0.14 possible while still preserving Atuline/WLED v0.13.x as a stable and supported version. The Atuline/WLED fork is also called WLED SR (Sound Reactive).

More info here: what-is-moonmodules

HTML tutorial Donations will be used to buy WLED related hardware, software or drinks shared with the contributors of this repo.

Contributing

We welcome contributions to this project! See contributing for more information.

We would like to have this repository in a polite and friendly atmosphere, so please be kind and respectful to others. For more details, look at Code of Conduct.

Disclaimer:

Using this software is the users responsibility as it is not bug free. Therefore contributors of this repo are not reliable for anything including but not limited to spontaneous combustion of the entire led strip, the house and the inevitable heat death of the universe

Description
No description provided
Readme EUPL-1.2 67 MiB
Languages
C++ 81.2%
HTML 7.3%
JavaScript 5.5%
C 2.9%
Python 1.5%
Other 1.5%