Files
WLED_MM_Infinity/wled00/udp.cpp
Frank 1210881bd8 reduce risk of crashes (stack smashing) due calls to notify()
The function uses a UDP buffer of ~1200 bytes on stack, which is only needed when actually sending out notifications.
-> separate activation checks and actual sending into two functions, to reduce stack pressure.
2026-01-29 13:00:53 +01:00

43 KiB