esp32-sk6812/include
Thomas Kolb dc8bc98193 Circumvent problems with UDP fragmentation
The ESP’s IP stack seems not to support UDP packet fragmentation and
drops such packets silently which is problematic for setups with many
LEDs and huge updates.

With this patch, the UDP server processes up to 3 full UDP packets per
frame, allowing much larger updates. Additionally, the new END_OF_UPDATE
flag allows to signal when a update sequence is finished. If this flag
is encountered, no further UDP packets are processed in the current
frame.
2020-04-14 21:03:39 +02:00
..
Animation Added Fireworks animation – Happy new year! 2019-12-31 23:44:07 +01:00
Bitmap.h Show IP address on startup 2019-12-23 19:56:33 +01:00
ChallengeResponse.h Added class for challenge-response authentication 2019-11-25 22:00:48 +01:00
Config.h Load sensitive data from the SPIFFS 2019-11-26 22:03:44 +01:00
coreids.h Swap cores to reduce glitches during SPI flash access 2019-12-14 23:56:38 +01:00
Fader.h Global strip offset in fader 2020-02-21 20:15:39 +01:00
fasttrigon.h Started Animation framework 2019-12-02 22:42:31 +01:00
Font.h Show IP address on startup 2019-12-23 19:56:33 +01:00
font16_data.h Show IP address on startup 2019-12-23 19:56:33 +01:00
UDPProto.h Circumvent problems with UDP fragmentation 2020-04-14 21:03:39 +02:00
UpdateServer.h Avoid LED update glitches caused by flash access 2019-12-15 18:03:23 +01:00
WebServer.h WebServer: API for colored scrolling text messages 2019-12-24 18:11:09 +01:00