esp32-sk6812/src
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 Global strip offset in fader 2020-02-21 20:15:39 +01:00
Bitmap.cpp Show IP address on startup 2019-12-23 19:56:33 +01:00
ChallengeResponse.cpp Load sensitive data from the SPIFFS 2019-11-26 22:03:44 +01:00
Config.cpp Load sensitive data from the SPIFFS 2019-11-26 22:03:44 +01:00
Fader.cpp Global strip offset in fader 2020-02-21 20:15:39 +01:00
fasttrigon.cpp Started Animation framework 2019-12-02 22:42:31 +01:00
Font.cpp Show IP address on startup 2019-12-23 19:56:33 +01:00
font16_data.c Font: fixed order of '?!' characters 2019-12-24 17:27:36 +01:00
main.cpp Show IP address on startup 2019-12-23 19:56:33 +01:00
UDPProto.cpp Circumvent problems with UDP fragmentation 2020-04-14 21:03:39 +02:00
UpdateServer.cpp Avoid LED update glitches caused by flash access 2019-12-15 18:03:23 +01:00
WebServer.cpp WebServer: API for colored scrolling text messages 2019-12-24 18:11:09 +01:00